wx-0.90.0.1: wxHaskell

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.WX.Timer

Description

Support for milli-second timers.

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.