WxHaskell/Idle event

From HaskellWiki
< WxHaskell
Revision as of 22:33, 20 February 2006 by Wolfgang Jeltsch (talk | contribs) (WxHaskell Idle Event moved to WxHaskell/Idle event)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Still under construction

Idle Event

There are two main points when using idle event for wxHaskell

  • First - Set the idle event (The action you want the program do)
  • Second - Unset the idle event, i.e. Set the idle event to
set <obj> [ on idle := return False ]

where <obj> is a frame, panel, or other objects