README
1 This directory contains some ad-hoc examples of Tkinter widget
2 creation. The files named
3
4 *-simple.py
5
6 are the ones to start with if you're looking for a bare-bones usage of
7 a widget. The other files are meant to show common usage patters that
8 are a tad more involved.
9
10 If you have a suggestion for an example program, please send mail to
11
12 conway (a] virginia.edu
13
14 and I'll include it.
15
16
17 matt
18
19 TODO
20 -------
21 The X selection
22 Dialog Boxes
23 More canvas examples
24 Message widgets
25 Text Editors
26 Scrollbars
27 Listboxes
28
29
30
31