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