| xmonad-contrib-0.7: Third party extensions for xmonad | Contents | Index |
|
XMonad.Util.Timer | Portability | unportable | Stability | unstable | Maintainer | andrea.rossato@unibz.it |
|
|
|
|
|
Description |
A module for setting up timers
|
|
Synopsis |
|
|
|
|
Usage
|
|
This module can be used to setup a timer to handle deferred events.
See ShowWName for an usage example.
|
|
startTimer :: Rational -> X TimerId |
Start a timer, which will send a ClientMessageEvent after some
time (in seconds).
|
|
handleTimer :: TimerId -> Event -> X (Maybe a) -> X (Maybe a) |
Given a TimerId and an Event, run an action when the Event
has been sent by the timer specified by the TimerId
|
|
type TimerId = Int |
|
Produced by Haddock version 0.8 |