Personal tools

WxHaskell/Idle event

From HaskellWiki

< WxHaskell(Difference between revisions)
Jump to: navigation, search
m (categorize)
Current revision (20:55, 15 January 2012) (edit) (undo)
(Added category wxHaskell)
 
Line 8: Line 8:
{{Template:Stub}}
{{Template:Stub}}
 +
 +
 +
[[Category:wxHaskell]]

Current revision

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

This article is a stub. You can help by expanding it.