cpython/Demo/tkinter/matt
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69846 | mark.dickinson | 2009-02-21 20:27:01 +0000 (Sat, 21 Feb 2009) | 2 lines

  Issue #5341: Fix a variety of spelling errors.
........
2009-02-21 20:59:32 +00:00
..
00-HELLO-WORLD.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
README Matt's examples 1994-10-07 09:55:26 +00:00
animation-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
animation-w-velocity-ctrl.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
bind-w-mult-calls-p-type.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-demo-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-gridding.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-moving-or-creating.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-moving-w-mouse.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-mult-item-sel.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-reading-tag-info.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-w-widget-draw-el.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
canvas-with-scrollbars.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
dialog-box.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
entry-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
entry-with-shared-variable.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
killing-window-w-wm.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
menu-all-types-of-entries.py Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
menu-simple.py Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
not-what-you-might-think-1.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
not-what-you-might-think-2.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
packer-and-placer-together.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
packer-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
placer-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
pong-demo-1.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
printing-coords-of-items.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
radiobutton-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
rubber-band-box-demo-1.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
rubber-line-demo-1.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
slider-demo-1.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
subclass-existing-widgets.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
two-radio-groups.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
window-creation-more.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
window-creation-simple.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +00:00
window-creation-w-location.py fix a lot of Tkinter imports 2009-01-04 18:53:28 +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