Configurator
|
User interface tree widget. More...
Classes | |
class | TreeNode |
One node of the TreeNode tree. More... | |
class | TreeItem |
Abstract base class used to specialize the Tree widget. More... | |
class | FileTreeItem |
Example file system browser. More... | |
class | ScrolledCanvas |
Example scrolled tree widget. More... | |
Functions | |
def | listicons |
def | test |
def | test2 |
Variables | |
string | ICONDIR "Icons" |
tuple | _icondir os.path.join(os.path.dirname(__file__), ICONDIR) |
User interface tree widget.
This code was originally taken from the TreeWidget module developed for the Python Idle IDE. It has been modified (hacked) to support the needs of the Configurator.
def TreeWidget.listicons | ( | icondir = ICONDIR | ) |
Utility to display the available icons.