phoenix_title wx.lib.inspection.InspectionTree

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


class_hierarchy Class Hierarchy

Inheritance diagram for class InspectionTree:

super_classes Known Superclasses

wx.TreeCtrl


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

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)

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)