cpython/Demo/tkinter/matt
Guido van Rossum b8fe9b3fc8 menu-simple.py: fixed lay-out
bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
1995-01-10 17:07:40 +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 Matt's examples 1994-10-07 09:55:26 +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 Matt's examples 1994-10-07 09:55:26 +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
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