• Home
Name Date Size #Lines LOC

..--

00-HELLO-WORLD.pyD03-May-2024724 2817

READMED03-May-2024513 3119

animation-simple.pyD03-May-2024939 3621

animation-w-velocity-ctrl.pyD03-May-20241.2 KiB4526

bind-w-mult-calls-p-type.pyD03-May-20241.5 KiB4517

canvas-demo-simple.pyD03-May-2024748 2917

canvas-gridding.pyD03-May-20242.2 KiB6234

canvas-moving-or-creating.pyD03-May-20242.4 KiB6333

canvas-moving-w-mouse.pyD03-May-20242.1 KiB5631

canvas-mult-item-sel.pyD03-May-20242.8 KiB7945

canvas-reading-tag-info.pyD03-May-20241.6 KiB5026

canvas-w-widget-draw-el.pyD03-May-20241.2 KiB3719

canvas-with-scrollbars.pyD03-May-20242.1 KiB6135

dialog-box.pyD03-May-20242.4 KiB6533

entry-simple.pyD03-May-2024729 2514

entry-with-shared-variable.pyD03-May-20241.7 KiB4723

killing-window-w-wm.pyD03-May-20241.3 KiB4316

menu-all-types-of-entries.pyD03-May-20248.9 KiB245105

menu-simple.pyD03-May-20243.2 KiB11337

not-what-you-might-think-1.pyD03-May-2024675 2918

not-what-you-might-think-2.pyD03-May-2024747 3118

packer-and-placer-together.pyD03-May-20241.2 KiB4217

packer-simple.pyD03-May-2024819 3321

placer-simple.pyD03-May-20241.1 KiB4017

pong-demo-1.pyD03-May-20241.5 KiB5536

printing-coords-of-items.pyD03-May-20242.3 KiB6234

radiobutton-simple.pyD03-May-20242 KiB6335

rubber-band-box-demo-1.pyD03-May-20242.1 KiB5936

rubber-line-demo-1.pyD03-May-20241.9 KiB5233

slider-demo-1.pyD03-May-20241,000 3725

subclass-existing-widgets.pyD03-May-2024677 2917

two-radio-groups.pyD03-May-20243.7 KiB11149

window-creation-more.pyD03-May-20241,020 3625

window-creation-simple.pyD03-May-2024815 3221

window-creation-w-location.pyD03-May-20241.3 KiB4629

README

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