| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package mixins :: Module treemixin :: Class TreeHelper |
|
object --+
|
TreeHelper
DragAndDrop,
ExpansionState,
VirtualTreeThis class provides methods that are not part of the API of any tree control, but are convenient to have available.
| Method Summary | |
|---|---|
Return the index of item. | |
Return the item specified by index. | |
Return the children of item as a list. | |
| Method Details |
|---|
GetIndexOfItem(self, item)Return the index of item. |
GetItemByIndex(self, index)Return the item specified by index. |
GetItemChildren(self, item=None, recursively=False)Return the children of item as a list. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:10:35 2007 | http://epydoc.sf.net |