Module tree
source code
Package:
Module :
This module provides 4 classes. TK based GUI (graphical user interface) of
1) tree-view
The tree view is designed to display hierarchical data structure.
each level of the tree can be expanded / collapsed to show / hide subtree
one or more items of the tree could be selected by mouse click
2) list-view
The list view is designed to display a list of objects
each item in the list can be locked (to prevent deletion) and unlocked
the list is mainteined by FIFO principle (first in, first out), unless locked by user
|
ListItem
ListItem Class, defines the items in ListView class.
|
|
ListView
The ListView Class defines a Microsoft-style view of a list.
|
|
Node
Tree node object Integrated with TreeView.
|
|
TreeView
Tree Widget class
A TreeWiget contains tree nodes (object of Class Node).
|
|
ICONDIR = '/mgl/python/releases/MGLToolsDir/mglutil/gui/BasicW...
|
|
OFFSET = 20
|
ICONDIR
None
-
- Value:
'/mgl/python/releases/MGLToolsDir/mglutil/gui/BasicWidgets/Tk/TreeWidg
et/icons'
|
|