Mercurial > gui
view timer.urs @ 6:f17b869fbb71
Shifting some generic theme navigation menu code to the library.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Tue, 26 Apr 2011 20:27:04 -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 {}