phoenix_title 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 Class Hierarchy

Inheritance diagram for class TreeHelper:

method_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.


api 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.