cpython/Demo/tkinter
Guido van Rossum b8fe9b3fc8 menu-simple.py: fixed lay-out
bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
1995-01-10 17:07:40 +00:00
..
guido update pathnames 1994-10-11 14:57:03 +00:00
matt menu-simple.py: fixed lay-out 1995-01-10 17:07:40 +00:00
www initial checkin of www Tk examples 1995-01-10 17:05:37 +00:00
README Improved explanation of what's here 1995-01-10 17:06:50 +00:00
Tree.py Tree displaying class 1994-08-08 12:48:36 +00:00

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
howard		some dialogs contributed by Ken Howard