Home | History | Annotate | only in /external/python/cpython2/Demo/tkinter/matt
Up to higher level directory
NameDateSize
00-HELLO-WORLD.py21-Aug-2018724
animation-simple.py21-Aug-2018939
animation-w-velocity-ctrl.py21-Aug-20181.2K
bind-w-mult-calls-p-type.py21-Aug-20181.5K
canvas-demo-simple.py21-Aug-2018748
canvas-gridding.py21-Aug-20182.2K
canvas-moving-or-creating.py21-Aug-20182.4K
canvas-moving-w-mouse.py21-Aug-20182.1K
canvas-mult-item-sel.py21-Aug-20182.8K
canvas-reading-tag-info.py21-Aug-20181.6K
canvas-w-widget-draw-el.py21-Aug-20181.2K
canvas-with-scrollbars.py21-Aug-20182.1K
dialog-box.py21-Aug-20182.4K
entry-simple.py21-Aug-2018729
entry-with-shared-variable.py21-Aug-20181.7K
killing-window-w-wm.py21-Aug-20181.3K
menu-all-types-of-entries.py21-Aug-20188.9K
menu-simple.py21-Aug-20183.2K
not-what-you-might-think-1.py21-Aug-2018675
not-what-you-might-think-2.py21-Aug-2018747
packer-and-placer-together.py21-Aug-20181.2K
packer-simple.py21-Aug-2018819
placer-simple.py21-Aug-20181.1K
pong-demo-1.py21-Aug-20181.5K
printing-coords-of-items.py21-Aug-20182.3K
radiobutton-simple.py21-Aug-20182K
README21-Aug-2018513
rubber-band-box-demo-1.py21-Aug-20182.1K
rubber-line-demo-1.py21-Aug-20181.9K
slider-demo-1.py21-Aug-20181,000
subclass-existing-widgets.py21-Aug-2018677
two-radio-groups.py21-Aug-20183.7K
window-creation-more.py21-Aug-20181,020
window-creation-simple.py21-Aug-2018815
window-creation-w-location.py21-Aug-20181.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