wx.lib.mixins.treemixin.TreeHelper¶
This class provides methods that are not part of the API of any tree control, but are convenient to have available.
Class Hierarchy¶
Known Subclasses¶
wx.lib.mixins.treemixin.DragAndDrop, wx.lib.mixins.treemixin.ExpansionState, wx.lib.mixins.treemixin.VirtualTree
Methods Summary¶
Return the index of item. |
|
Return the item specified by index. |
|
Return the children of item as a list. |
Class API¶
- class TreeHelper(object)¶
This class provides methods that are not part of the API of any tree control, but are convenient to have available.
Methods¶
- 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.