Configurator
Classes | Functions | Variables
TreeWidget Namespace Reference

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)
 

Detailed Description

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.

Function Documentation

def TreeWidget.listicons (   icondir = ICONDIR)
Utility to display the available icons.