Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package mixins :: Module treemixin :: Class TreeHelper |
|
object
--+
|
TreeHelper
DragAndDrop
,
ExpansionState
,
VirtualTree
This 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 Mon Feb 16 12:53:34 2009 | http://epydoc.sf.net |