mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Matt's examples
This commit is contained in:
parent
884657af49
commit
35820f77e4
33 changed files with 1876 additions and 0 deletions
30
Demo/tkinter/matt/README
Normal file
30
Demo/tkinter/matt/README
Normal file
|
@ -0,0 +1,30 @@
|
|||
This directory contains some ad-hoc examples of Tkinter widget
|
||||
creation. The files named
|
||||
|
||||
*-simple.py
|
||||
|
||||
are the ones to start with if you're looking for a bare-bones usage of
|
||||
a widget. The other files are meant to show common usage patters that
|
||||
are a tad more involved.
|
||||
|
||||
If you have a suggestion for an example program, please send mail to
|
||||
|
||||
conway@virginia.edu
|
||||
|
||||
and I'll include it.
|
||||
|
||||
|
||||
matt
|
||||
|
||||
TODO
|
||||
-------
|
||||
The X selection
|
||||
Dialog Boxes
|
||||
More canvas examples
|
||||
Message widgets
|
||||
Text Editors
|
||||
Scrollbars
|
||||
Listboxes
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue