Mercurial > gui
view datebox.urs @ 7:48a4180171b0
Shifted some more generic theme navigation code to the library.
Also generalized formatting options a bit for popupNav.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Fri, 06 May 2011 23:00:22 -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