cpython/Demo/tkinter
Guido van Rossum c27e04228c adapted to Tk 4.0 and CNRI man page locations 1995-09-07 19:47:46 +00:00
..
guido adapted to Tk 4.0 and CNRI man page locations 1995-09-07 19:47:46 +00:00
matt new example that Matt posted to comp.lang.python 1995-02-13 14:23:38 +00:00
www initial checkin of www Tk examples 1995-01-10 17:05:37 +00:00
README remove ref to howard subdirectory 1995-04-10 11:41:30 +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