Mercurial > gui
view datebox.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 | 4385bc6a0d2d |
children | bbdedfde154e |
line wrap: on
line source
type t type date = {Year : int, Month : int, Day : int} val date_ord : ord date val time : date -> time val create : time -> transaction t val render : t -> xbody val value : t -> signal date style calendar style prev style this style next style weekday style curday style otherday style selday