summaryrefslogtreecommitdiffstats
path: root/Demo/tix/samples/Control.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 68309 via svnmerge fromBenjamin Peterson2009-01-041-15/+15
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68309 | benjamin.peterson | 2009-01-04 12:53:28 -0600 (Sun, 04 Jan 2009) | 1 line fix a lot of Tkinter imports ........
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-8/+8
|
* Patch #485959: Various changes to Tix demos.Martin v. Löwis2002-03-171-57/+77
|
* [].index() raises ValueError if the value is not in the list, so onlyFred Drake2001-05-111-1/+1
| | | | catch that instead of using a bare except clause.
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+102