summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tix.py
Commit message (Collapse)AuthorAgeFilesLines
* Reindent.Martin v. Löwis2002-03-281-551/+550
|
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
| | | | 2.2.2 candidate.
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
| | | | | | | Tkinter classes. Adjust a lot of docstrings. Convert a few type checks to use isinstance() instead of type(). This is part of SF patch #485959.
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
| | | | | Expose Tix.ResizeHandle.{detach_widget,hide,show}. Update Tix demos.
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-45/+382
|
* Add entry parameter to HList.item_cget. Fixes bug #466981.Martin v. Löwis2001-10-091-2/+2
|
* Fix two bugs discovered by PyChecker. (I cannot test these, but I'mGuido van Rossum2001-08-131-2/+2
| | | | | confident that the old code was utterly broken -- the worse that can happen is that the new code is still broken.)
* Fixed a bunch of Tabnanny errorsMoshe Zadka2001-03-211-590/+590
|
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+1266