Version 1 of gnocl::calendar

Updated 2009-05-22 08:18:44 by WJG

WJG (22/05/09) With the inclusion of support the the GtkCalendar widget, Gnocl's implementation of the Gtk Core widget set is now complete. Here's a screen shot and a sample script to show how it works.

http://wjgiddings.googlepages.com/Screenshot-gnoclcalendar.png

#---------------
# Author:   William J Giddings
# Date:     07/05/09
#---------------
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh "$0" "$@"
#---------------

package require Gnocl

set cal [gnocl::calendar]
set curv [gnocl::curve]
set gCurv [gnocl::gammaCurve]

set box [gnocl::box]

gnocl::window -child $cal -title gnocl::calendar
gnocl::mainLoop

enter categories here