All of the widgets in the app, and optionally their sizers, are loaded into this tree.
__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 |
InspectionTree
(TreeBaseClass)¶All of the widgets in the app, and optionally their sizers, are loaded into this tree.
__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)¶