WxHaskell/Idle event
From HaskellWiki
(Difference between revisions)
(Initial copy over from old wiki) |
m (Change section heading to level 2) |
||
| Line 1: | Line 1: | ||
Still under construction | Still under construction | ||
| - | = Idle Event = | + | == Idle Event == |
There are two main points when using idle event for [[wxHaskell]] | There are two main points when using idle event for [[wxHaskell]] | ||
* First - Set the idle event (The action you want the program do) | * First - Set the idle event (The action you want the program do) | ||
Revision as of 20:50, 14 February 2006
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
