0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Demo/tkinter
1996-12-30 02:20:29 +00:00
..
guido Considerably restructured. This fixes the one remaining bug. 1996-12-30 02:20:29 +00:00
matt Pass self as master to Entry() widget constructor. 1996-11-27 19:47:42 +00:00
www /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +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

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