I am using Gtk2Hs (EventM module) to handle GTK events within Haskell. Is it possible to manually (re-)fire an event?
Upon detecting an event on one widget, I want to refire this event on another widget.
I am using Gtk2Hs version 0.10.1 and GHC version 6.10.4.