summaryrefslogtreecommitdiff
path: root/Demo/tix/samples
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-3014-1501/+0
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-2114-0/+0
* fix a lot of Tkinter importsBenjamin Peterson2009-01-0414-215/+215
* 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 lin...Collin Winter2007-07-171-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1814-154/+149
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Patch #485959: Various changes to Tix demos.Martin v. Löwis2002-03-1713-300/+394
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-0/+98
* Patch #473002: Update Demo/tix tixwidgets.py et al.Martin v. Löwis2001-11-114-16/+264
* [].index() raises ValueError if the value is not in the list, so onlyFred Drake2001-05-111-1/+1
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-2111-0/+1066