cpython/Demo/tkinter/matt
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
..
00-HELLO-WORLD.py
README
animation-simple.py
animation-w-velocity-ctrl.py
bind-w-mult-calls-p-type.py
canvas-demo-simple.py
canvas-gridding.py
canvas-moving-or-creating.py
canvas-moving-w-mouse.py
canvas-mult-item-sel.py
canvas-reading-tag-info.py
canvas-w-widget-draw-el.py
canvas-with-scrollbars.py
dialog-box.py
entry-simple.py
entry-with-shared-variable.py
killing-window-w-wm.py
menu-all-types-of-entries.py Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
menu-simple.py Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
not-what-you-might-think-1.py
not-what-you-might-think-2.py
packer-and-placer-together.py
packer-simple.py
placer-simple.py
pong-demo-1.py
printing-coords-of-items.py
radiobutton-simple.py
rubber-band-box-demo-1.py
rubber-line-demo-1.py
slider-demo-1.py
subclass-existing-widgets.py
two-radio-groups.py
window-creation-more.py
window-creation-simple.py
window-creation-w-location.py

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