 
       wx.lib.mixins.treemixin.TreeHelper¶
  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.
 Known Subclasses¶
 Known Subclasses¶wx.lib.mixins.treemixin.DragAndDrop, wx.lib.mixins.treemixin.ExpansionState, wx.lib.mixins.treemixin.VirtualTree
 Methods Summary¶
 Methods Summary¶| GetIndexOfItem | Return the index of item. | 
| GetItemByIndex | Return the item specified by index. | 
| GetItemChildren | Return the children of item as a list. | 
 Class API¶
 Class API¶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.