summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/matt/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 09:55:26 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-07 09:55:26 (GMT)
commit35820f77e41a8a41a695e08c041eed5e2e2ff3ef (patch)
tree2bf45f05d7530067911726bf9a3e56b453d49db5 /Demo/tkinter/matt/README
parent884657af490e79e8e4a3038b439af9713cb64bc8 (diff)
downloadcpython-35820f77e41a8a41a695e08c041eed5e2e2ff3ef.zip
cpython-35820f77e41a8a41a695e08c041eed5e2e2ff3ef.tar.gz
cpython-35820f77e41a8a41a695e08c041eed5e2e2ff3ef.tar.bz2
Matt's examples
Diffstat (limited to 'Demo/tkinter/matt/README')
-rw-r--r--Demo/tkinter/matt/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/Demo/tkinter/matt/README b/Demo/tkinter/matt/README
new file mode 100644
index 0000000..eb9d302
--- /dev/null
+++ b/Demo/tkinter/matt/README
@@ -0,0 +1,30 @@
+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
+
+
+