From: Robert D. <rob...@fa...> - 2006-02-12 00:22:45
|
As a resent poster to this thread, I'm interested in multithreaded programs with wxHaskell. The 'evtHandlerAddPendingEvent' function mentioned in that thread would solve my issue, except that I can't figure out how to create event objects (those with type Graphics.UI.WXCore.WxcClassTypes.Event). There don't appear to be constructors for these object types. For example, KeyEvent (http://wxhaskell.sourceforge.net/doc/Graphics.UI.WXCore.WxcClassesAL.html#99) doesn't have the expected 'keyEventCreate' funciton and PaintEvent, which only has a constructor, doesn't appear in the function listings at all. What's the deal? Rob Dockins |