Home | History | Annotate | only in /external/python/cpython2/Demo/tkinter/matt
Up to higher level directory
NameDateSize
00-HELLO-WORLD.py22-Oct-2020724
animation-simple.py22-Oct-2020939
animation-w-velocity-ctrl.py22-Oct-20201.2K
bind-w-mult-calls-p-type.py22-Oct-20201.5K
canvas-demo-simple.py22-Oct-2020748
canvas-gridding.py22-Oct-20202.2K
canvas-moving-or-creating.py22-Oct-20202.4K
canvas-moving-w-mouse.py22-Oct-20202.1K
canvas-mult-item-sel.py22-Oct-20202.8K
canvas-reading-tag-info.py22-Oct-20201.6K
canvas-w-widget-draw-el.py22-Oct-20201.2K
canvas-with-scrollbars.py22-Oct-20202.1K
dialog-box.py22-Oct-20202.4K
entry-simple.py22-Oct-2020729
entry-with-shared-variable.py22-Oct-20201.7K
killing-window-w-wm.py22-Oct-20201.3K
menu-all-types-of-entries.py22-Oct-20208.9K
menu-simple.py22-Oct-20203.2K
not-what-you-might-think-1.py22-Oct-2020675
not-what-you-might-think-2.py22-Oct-2020747
packer-and-placer-together.py22-Oct-20201.2K
packer-simple.py22-Oct-2020819
placer-simple.py22-Oct-20201.1K
pong-demo-1.py22-Oct-20201.5K
printing-coords-of-items.py22-Oct-20202.3K
radiobutton-simple.py22-Oct-20202K
README22-Oct-2020513
rubber-band-box-demo-1.py22-Oct-20202.1K
rubber-line-demo-1.py22-Oct-20201.9K
slider-demo-1.py22-Oct-20201,000
subclass-existing-widgets.py22-Oct-2020677
two-radio-groups.py22-Oct-20203.7K
window-creation-more.py22-Oct-20201,020
window-creation-simple.py22-Oct-2020815
window-creation-w-location.py22-Oct-20201.3K

README

      1 This directory contains some ad-hoc examples of Tkinter widget
      2 creation. The files named 
      3 
      4 		*-simple.py
      5 
      6 are the ones to start with if you're looking for a bare-bones usage of
      7 a widget. The other files are meant to show common usage patters that
      8 are a tad more involved. 
      9 
     10 If you have a suggestion for an example program, please send mail to 
     11 	
     12 	conway (a] virginia.edu
     13 
     14 and I'll include it.
     15 
     16 
     17 matt
     18 
     19 TODO
     20 -------
     21 The X selection
     22 Dialog Boxes
     23 More canvas examples
     24 Message widgets
     25 Text Editors
     26 Scrollbars
     27 Listboxes
     28 
     29 
     30 
     31