416 Old Barn Road, Apt C, Lake Barrington, IL 60010
bryan.oakley at gmail.com
847.842.8374
Tcl Code
Tkwizard
Tkwizard is a megawidget for writing wizards. It is presently in alpha
testing. Visit the tkwizard web page.
Supertext
Supertext is an example of how to "morph" or "subclass" a widget to
give it more (or less...) features than it natively supports. In this
example I took the standard text widget and added unlimited undo and
other features.
A multicolumn listbox implemented in pure tcl. Visit the
mclistbox web page
Tcl/Tk Text Dump
Save and restore the contents of a text widget, including all
formatting and image information. The pure embodiment of experimental
code. Visit the ttd web page