cpython/Demo/tkinter
Guido van Rossum a4ddb238bc update -- Undo is now entry 1 1996-08-21 20:13:08 +00:00
..
guido Updated for Python 1.4 1996-07-30 18:57:18 +00:00
matt update -- Undo is now entry 1 1996-08-21 20:13:08 +00:00
www initial checkin of www Tk examples 1995-01-10 17:05:37 +00:00
README Renamed module tkinter to _tkinter 1995-10-23 14:36:05 +00:00
Tree.py Tree displaying class 1994-08-08 12:48:36 +00:00

README

Several collections of example code for Tkinter.

See the toplevel README for an explanation of the difference between
Tkinter and _tkinter, how to enable the Python Tk interface, and where
to get Matt Conway's lifesaver document.

Subdirectories:

guido		my original example set (fairly random collection)
matt		Matt Conway's examples, to go with his lifesaver document
www		a progressing sequence of www clients using Tk