.. include:: headings.inc .. currentmodule:: lib.inspection .. highlight:: python .. _lib.inspection.InspectionTree: ========================================================================================================================================== |phoenix_title| **InspectionTree** ========================================================================================================================================== All of the widgets in the app, and optionally their sizers, are loaded into this tree. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **InspectionTree** .. raw:: html

Inheritance diagram of InspectionTree

| |super_classes| Known Superclasses ================================== :class:`TreeCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.inspection.InspectionTree.__init__` :meth:`~lib.inspection.InspectionTree.BuildTree` :meth:`~lib.inspection.InspectionTree.FindWidgetItem` Find the tree item for a widget. :meth:`~lib.inspection.InspectionTree.GetTextForSizer` Returns the string to be used in the tree for a sizer :meth:`~lib.inspection.InspectionTree.GetTextForWidget` Returns the string to be used in the tree for a widget :meth:`~lib.inspection.InspectionTree.OnSelectionChanged` :meth:`~lib.inspection.InspectionTree.SelectObj` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: InspectionTree(TreeBaseClass) All of the widgets in the app, and optionally their sizers, are loaded into this tree. .. method:: __init__(self, \*args, \*\*kw) .. method:: BuildTree(self, startWidget, includeSizers=False, expandFrame=False) .. method:: FindWidgetItem(self, widget) Find the tree item for a widget. .. method:: GetTextForSizer(self, sizer) Returns the string to be used in the tree for a sizer .. method:: GetTextForWidget(self, widget) Returns the string to be used in the tree for a widget .. method:: OnSelectionChanged(self, evt) .. method:: SelectObj(self, obj)