|
Graphics.UI.GIO.Timer | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
A timer is a nonvisual component that repeatedly measures a specified interval,
in milliseconds. Each time the specified interval elapses, the system
generates the command event. Because a timer's accuracy depends on the system
clock rate and other system specific factors, the time-out value is only approximate.
|
|
Synopsis |
|
|
|
Documentation |
|
data Timer |
A timer generates a command event on a specified milli-second interval. | Instances | |
|
|
timer :: [Prop Timer] -> IO Timer |
Create a new timer. |
|
interval :: Attr Timer Int |
The milli-second interval of the timer. The interval should be greather than zero. |
|
Produced by Haddock version 0.4 |