cpython/Demo/tkinter/matt
Guido van Rossum faefe4cb60 Fix typos (need to use tag_bind, not bind). 1996-05-24 18:40:46 +00:00
..
00-HELLO-WORLD.py Matt's examples 1994-10-07 09:55:26 +00:00
README Matt's examples 1994-10-07 09:55:26 +00:00
animation-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
animation-w-velocity-ctrl.py Matt's examples 1994-10-07 09:55:26 +00:00
bind-w-mult-calls-p-type.py menu-simple.py: fixed lay-out 1995-01-10 17:07:40 +00:00
canvas-demo-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-gridding.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-moving-or-creating.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-moving-w-mouse.py Fix typos (need to use tag_bind, not bind). 1996-05-24 18:40:46 +00:00
canvas-mult-item-sel.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-reading-tag-info.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-w-widget-draw-el.py Matt's examples 1994-10-07 09:55:26 +00:00
canvas-with-scrollbars.py fix for 4.0 1995-10-08 00:41:25 +00:00
dialog-box.py Matt's examples 1994-10-07 09:55:26 +00:00
entry-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
entry-with-shared-variable.py Matt's examples 1994-10-07 09:55:26 +00:00
killing-window-w-wm.py Matt's examples 1994-10-07 09:55:26 +00:00
menu-all-types-of-entries.py Matt's examples 1994-10-07 09:55:26 +00:00
menu-simple.py menu-simple.py: fixed lay-out 1995-01-10 17:07:40 +00:00
not-what-you-might-think-1.py Matt's examples 1994-10-07 09:55:26 +00:00
not-what-you-might-think-2.py Matt's examples 1994-10-07 09:55:26 +00:00
packer-and-placer-together.py Matt's examples 1994-10-07 09:55:26 +00:00
packer-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
placer-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
pong-demo-1.py Matt's examples 1994-10-07 09:55:26 +00:00
printing-coords-of-items.py Matt's examples 1994-10-07 09:55:26 +00:00
radiobutton-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
rubber-band-box-demo-1.py Matt's examples 1994-10-07 09:55:26 +00:00
rubber-line-demo-1.py Matt's examples 1994-10-07 09:55:26 +00:00
slider-demo-1.py Matt's examples 1994-10-07 09:55:26 +00:00
subclass-existing-widgets.py Matt's examples 1994-10-07 09:55:26 +00:00
two-radio-groups.py new example that Matt posted to comp.lang.python 1995-02-13 14:23:38 +00:00
window-creation-more.py Matt's examples 1994-10-07 09:55:26 +00:00
window-creation-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
window-creation-w-location.py Matt's examples 1994-10-07 09:55:26 +00:00

README

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