 
       wx.lib.inspection.InspectionTree¶
  wx.lib.inspection.InspectionTree¶All of the widgets in the app, and optionally their sizers, are loaded into this tree.
 Methods 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 | 
 Class API¶
 Class API¶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)¶