| Guido van Rossum | 35820f7 | 1994-10-07 09:55:26 +0000 | [diff] [blame] | 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@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 |  |