Mercurial > gui
view timer.urs @ 14:0827320b0f04
Write calendarCtl in terms of a source with a listener.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Fri, 05 Aug 2011 18:55:24 -0430 |
parents | 37eefd0a2ed4 |
children |
line wrap: on
line source
(** Cancelable delayed actions *) type t val create : {Milliseconds : int, Action : transaction {}} -> transaction t val cancel : t -> transaction {}