ContentsIndex
Graphics.UI.WX.Timer
Description
Synopsis
type Timer = TimerEx ()
timer :: Window a -> [Prop Timer] -> IO Timer
interval :: Attr Timer Int
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.8