|
Graphics.UI.ObjectIO.StdTimerDef | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
StdTimerDef contains the types to define the standard set of timers.
|
|
Synopsis |
|
|
|
|
Definitions
|
|
data Timer t ls ps |
Standard timer definition type
| Constructors | | Instances | |
|
|
type TimerInterval = Int |
Timer activation interval
|
|
type NrOfIntervals = Int |
Number of elapsed timer intervals
|
|
data TimerAttribute ls ps |
|
|
type TimerFunction ls ps = NrOfIntervals -> GUIFun ls ps |
Type of timer event handler. The argument of the handler
is the number of intervals elapsed between current and previous call.
|
|
A visible modules
|
|
module Graphics.UI.ObjectIO.StdIOCommon |
|
module Graphics.UI.ObjectIO.StdGUI |
|
Produced by Haddock version 0.7 |