Table Of Contents

Previous topic

InspectionTool

Next topic

intctrl

This Page

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

Inheritance diagram of InspectionTree


super_classes Known Superclasses

TreeCtrl


method_summary Methods Summary

__init__  
BuildTree  
FindWidgetItem Find the tree item for a widget.
GetTextForSizer Returns the string to be used in the tree for a sizer
GetTextForWidget Returns the string to be used in the tree for a widget
OnSelectionChanged  
SelectObj  

api Class API



class InspectionTree(TreeBaseClass)

All of the widgets in the app, and optionally their sizers, are loaded into this tree.


Methods



__init__(self, *args, **kw)


BuildTree(self, startWidget, includeSizers=False, expandFrame=False)


FindWidgetItem(self, widget)

Find the tree item for a widget.



GetTextForSizer(self, sizer)

Returns the string to be used in the tree for a sizer



GetTextForWidget(self, widget)

Returns the string to be used in the tree for a widget



OnSelectionChanged(self, evt)


SelectObj(self, obj)