Staging
v0.5.1
https://github.com/python/cpython
Revision 59685c5193183eac7f8d852fd81bdc19e0f0ffc8 authored by Ka-Ping Yee on 13 April 2001, 12:11:19 UTC, committed by Ka-Ping Yee on 13 April 2001, 12:11:19 UTC
1 parent c99e0f1
Raw File
Tip revision: 59685c5193183eac7f8d852fd81bdc19e0f0ffc8 authored by Ka-Ping Yee on 13 April 2001, 12:11:19 UTC
Small style change to accommodate Netscape.
Tip revision: 59685c5
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
back to top