]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Matt's examples
authorGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 09:55:26 +0000 (09:55 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 09:55:26 +0000 (09:55 +0000)
commit35820f77e41a8a41a695e08c041eed5e2e2ff3ef
tree2bf45f05d7530067911726bf9a3e56b453d49db5
parent884657af490e79e8e4a3038b439af9713cb64bc8
Matt's examples
33 files changed:
Demo/tkinter/matt/00-HELLO-WORLD.py [new file with mode: 0644]
Demo/tkinter/matt/README [new file with mode: 0644]
Demo/tkinter/matt/animation-simple.py [new file with mode: 0644]
Demo/tkinter/matt/animation-w-velocity-ctrl.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-demo-simple.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-gridding.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-moving-or-creating.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-moving-w-mouse.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-mult-item-sel.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-reading-tag-info.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-w-widget-draw-el.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-with-scrollbars.py [new file with mode: 0644]
Demo/tkinter/matt/dialog-box.py [new file with mode: 0644]
Demo/tkinter/matt/entry-simple.py [new file with mode: 0644]
Demo/tkinter/matt/entry-with-shared-variable.py [new file with mode: 0644]
Demo/tkinter/matt/killing-window-w-wm.py [new file with mode: 0644]
Demo/tkinter/matt/menu-all-types-of-entries.py [new file with mode: 0644]
Demo/tkinter/matt/menu-simple.py [new file with mode: 0644]
Demo/tkinter/matt/not-what-you-might-think-1.py [new file with mode: 0644]
Demo/tkinter/matt/not-what-you-might-think-2.py [new file with mode: 0644]
Demo/tkinter/matt/packer-and-placer-together.py [new file with mode: 0644]
Demo/tkinter/matt/packer-simple.py [new file with mode: 0644]
Demo/tkinter/matt/placer-simple.py [new file with mode: 0644]
Demo/tkinter/matt/pong-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/printing-coords-of-items.py [new file with mode: 0644]
Demo/tkinter/matt/radiobutton-simple.py [new file with mode: 0644]
Demo/tkinter/matt/rubber-band-box-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/rubber-line-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/slider-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/subclass-existing-widgets.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-more.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-simple.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-w-location.py [new file with mode: 0644]