wx.lib.inspection.InspectionTree¶
All of the widgets in the app, and optionally their sizers, are loaded into this tree.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Find the tree item for a widget. |
|
Returns the string to be used in the tree for a sizer |
|
Returns the string to be used in the tree for a widget |
|
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)¶
Initialize self. See help(type(self)) for accurate signature.
- 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)¶