Table Of Contents

Previous topic

TreeAPIHarmonizer

Next topic

VirtualTree

This Page

phoenix_title TreeHelper

This class provides methods that are not part of the API of any tree control, but are convenient to have available.


class_hierarchy Inheritance Diagram

Inheritance diagram for class TreeHelper

Inheritance diagram of 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.