cpython/Demo/tkinter/matt
Guido van Rossum 5edcf34fac Change bind() to tag_bind() so it works again. 1997-09-24 13:39:51 +00:00
..
00-HELLO-WORLD.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
README Matt's examples 1994-10-07 09:55:26 +00:00
animation-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
animation-w-velocity-ctrl.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
bind-w-mult-calls-p-type.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-demo-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-gridding.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-moving-or-creating.py Change bind() to tag_bind() so it works again. 1997-09-24 13:39:51 +00:00
canvas-moving-w-mouse.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-mult-item-sel.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-reading-tag-info.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-w-widget-draw-el.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
canvas-with-scrollbars.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
dialog-box.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
entry-simple.py Matt's examples 1994-10-07 09:55:26 +00:00
entry-with-shared-variable.py Pass self as master to Entry() widget constructor. 1996-11-27 19:47:42 +00:00
killing-window-w-wm.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
menu-all-types-of-entries.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
menu-simple.py update -- Undo is now entry 1 1996-08-21 20:13:08 +00:00
not-what-you-might-think-1.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
not-what-you-might-think-2.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
packer-and-placer-together.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
packer-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
placer-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
pong-demo-1.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
printing-coords-of-items.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
radiobutton-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
rubber-band-box-demo-1.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
rubber-line-demo-1.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
slider-demo-1.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
subclass-existing-widgets.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
two-radio-groups.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
window-creation-more.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
window-creation-simple.py Updated for Python 1.4 1996-07-30 18:57:18 +00:00
window-creation-w-location.py Updated for Python 1.4 1996-07-30 18:57:18 +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