Copyright | (c) Daan Leijen 2003 |
---|---|
License | wxWindows |
Maintainer | wxhaskell-devel@lists.sourceforge.net |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Support for millisecond timers.
Documentation
type Timer = TimerEx () Source #
A timer generates a command
event on a specified millisecond interval
.
- Attributes:
interval
- Instances:
Able
,Commanding
timer :: Window a -> [Prop Timer] -> IO Timer Source #
Create a new timer with a 1 second interval. The timer is automatically discarded when the parent is deleted.