Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-UI-Pango

New issue 309 by jeffwheeler: Ned to migrate to new Gtk2Hs signal/event model
http://code.google.com/p/yi-editor/issues/detail?id=309

Gtk2Hs has moved away from the `onX` event handlers to using just an
[http://www.haskell.org/gtk2hs/docs/current/System-Glib-Signals.html `on`]
function, an event type, and a callback function in the
[http://www.haskell.org/gtk2hs/docs/current/Graphics-UI-Gtk-Gdk-
EventM.html#1 EventM] monad.

The transition to `on` is trivial, but I don't see an obvious way to handle
support `EventM` with our `gtkToYiEvent` solution, because it doesn't seem
possible to get the raw GTK event within that monad (presumably by design).

This may provide an opportunity to remove some of the crustier bits in the
Pango backend.

(Note: I was able to install Gtk2Hs with the
[http://sourceforge.net/mailarchive/forum.php?
thread_name=87bperrxyr....@ubuntu.domain&forum_name=gtk2hs-devel cabalized
packages] in testing on their mailing list.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

To unsubscribe from this group, send email to yi-devel+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to