wx-0.12.1.2: wxHaskell
Graphics.UI.WX.Timer
Description
Support for milli-second timers.
Synopsis
type Timer = TimerEx ()Source
A timer generates a command event on a specified milli-second interval.
command
interval
Able
Commanding
timer :: Window a -> [Prop Timer] -> IO TimerSource
Create a new timer with a 1 second interval. The timer is automatically discarded when the parent is deleted.
interval :: Attr Timer IntSource
The milli-second interval of the timer.