view gui.ur @ 13:c016beb0ebac

Repair calendarCtl : adjust monthinfo when set.
author Karn Kallio <kkallio@eka>
date Thu, 28 Jul 2011 11:51:10 -0430
parents 90be8b8917d5
children 16447dc6a68c
line wrap: on
line source
class gui t = t -> xbody

fun toXml [t ::: Type] (xmlize : gui t) = xmlize

fun gui_xbody x = x

fun mkGui [t ::: Type] (toXml : t -> xbody) = toXml