summaryrefslogtreecommitdiffstats
path: root/Demo/tix
Commit message (Collapse)AuthorAgeFilesLines
* SF #517447, correct syntax errorNeal Norwitz2002-03-011-2/+1
|
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-252-50/+193
| | | | | Expose Tix.ResizeHandle.{detach_widget,hide,show}. Update Tix demos.
* Patch #473002: Update Demo/tix tixwidgets.py et al.Martin v. Löwis2001-11-117-154/+542
|
* [].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.
* [].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-2137-0/+2528