[Haskell-cafe] Deprecated gtk2hs functions

Alex Rozenshteyn rpglover64 at gmail.com
Fri Jul 16 17:44:18 EDT 2010


More like buttonActivated [1].

Has it been decided that button-specific events are going to be deprecated
in favor of their general widget equivalents, with buttonActivated being an
(IMO) awkward title for buttonClicked?

[1]
http://www.haskell.org/gtk2hs/docs/current/Graphics-UI-Gtk-Buttons-Button.html#v%3AbuttonActivated

On Fri, Jul 16, 2010 at 3:20 PM, Thomas DuBuisson <
thomas.dubuisson at gmail.com> wrote:

> You mean something like buttonPressEvent [1]?
>
> > on button buttonPressEvent
>
> You can define signals, the constructor is exposed.
>
>
>
> [1]
> http://www.haskell.org/gtk2hs/docs/current/Graphics-UI-Gtk-Abstract-Widget.html#v%3AexposeEvent
>
>
> On Fri, Jul 16, 2010 at 11:36 AM, Alex Rozenshteyn <rpglover64 at gmail.com>
> wrote:
> > I recently started playing around with gtk2hs.
> > I noticed that `onClicked`, `afterClicked`, etc. functions have been
> > deprecated, presumably in favor of the `on` and `after` functions in the
> > Glib signals module, but I couldn't find a collection of the appropriate
> > signals to replace the functionality.
> >
> > Am I simply being blind?
> >
> > --
> >           Alex R
> >
> > _______________________________________________
> > Haskell-Cafe mailing list
> > Haskell-Cafe at haskell.org
> > http://www.haskell.org/mailman/listinfo/haskell-cafe
> >
> >
>



-- 
          Alex R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100716/ab7f0576/attachment.html


More information about the Haskell-Cafe mailing list