| |||||
| |||||
| Description | |||||
| Synopsis | |||||
| |||||
| Documentation | |||||
| type Timer = TimerEx () | |||||
A timer generates a command event on a specified milli-second interval.
| |||||
| timer :: Window a -> [Prop Timer] -> IO Timer | |||||
| Create a new timer with a 1 second interval. The timer is automatically discarded when the parent is deleted. | |||||
| interval :: Attr Timer Int | |||||
| The milli-second interval of the timer. | |||||
| Produced by Haddock version 0.7 |