** Description ** A guide to programs written using [Tk] ** See Also ** * [Applications in Tcl and Tcl/Tk -Text Processing-] ====== your script ====== ** [Major applications%|%Major Programs] ** [Major Applications] are applications that have achieved a substantial user base or that have achieved a hight degree of complexity button .name_but -text "Enter" -command "exit" label .name_lab -text "Name" entry .name_entry pack .name_lab .name_entry .name_but ** Mature Programs ** ** Inspiring Programs ** These are applications which show off the capabilities of Tk, and are interesting to use in their own right [A 'Sketch On' GUI ... for drawing on an image or colored background]: ** Tutorial Programs ** These are applications that are primarily useful for learning Tcl/Tk, but may also be interesting to use ** Misc **