summaryrefslogtreecommitdiff
path: root/Demo/tix/samples/OptMenu.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-68/+0
| | | | demo to Tools, and remove all the other Demo content.
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-12/+12
|
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-1/+1
| | | | lingering print statements.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-12/+12
|
* Patch #485959: Various changes to Tix demos.Martin v. Löwis2002-03-171-3/+3
|
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+68