~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to Demo/tkinter/matt/README

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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@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