summaryrefslogtreecommitdiffstats
path: root/Tools/idle/TreeWidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Finally fix SF bug #441172, using a variant of patch ##443626:Guido van Rossum2001-08-111-0/+6
| | | | | | canceling an edit operation would not revert the value of the field. The fix takes care to destroy the Entry object, as suggested in the patch.
* Moshe noticed an inconsistency in his comment, so I'm rephrasing it toGuido van Rossum1999-08-111-2/+1
| | | | be clearer.
* Patch inspired by Moshe Zadka to search for the Icons directory in theGuido van Rossum1999-08-111-5/+11
| | | | | same directory as __file__, rather than searching for it along sys.path. This works better when idle is a package.
* Add destroy() method to recursively destroy a tree.Guido van Rossum1999-06-251-0/+6
|
* Remove unnecessary reference to pyclbr from test() code.Guido van Rossum1999-06-071-2/+0
|
* Tree widget done right.Guido van Rossum1999-06-011-0/+462