.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.inspection
.. highlight:: python
.. _wx.lib.inspection.InspectionTree:
==========================================================================================================================================
|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
=================================
.. raw:: html

Inheritance diagram for class
InspectionTree:
|
|super_classes| Known Superclasses
==================================
:class:`wx.TreeCtrl`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.inspection.InspectionTree.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.inspection.InspectionTree.BuildTree`
:meth:`~wx.lib.inspection.InspectionTree.FindWidgetItem` Find the tree item for a widget.
:meth:`~wx.lib.inspection.InspectionTree.GetTextForSizer` Returns the string to be used in the tree for a sizer
:meth:`~wx.lib.inspection.InspectionTree.GetTextForWidget` Returns the string to be used in the tree for a widget
:meth:`~wx.lib.inspection.InspectionTree.OnSelectionChanged`
:meth:`~wx.lib.inspection.InspectionTree.SelectObj`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: InspectionTree(TreeBaseClass)
All of the widgets in the app, and optionally their sizers, are
loaded into this tree.
.. method:: __init__(self, \*args, \*\*kw)
Initialize self. See help(type(self)) for accurate signature.
.. method:: BuildTree(self, startWidget, includeSizers=False, expandFrame=False)
.. method:: FindWidgetItem(self, widget)
Find the tree item for a widget.
.. method:: GetTextForSizer(self, sizer)
Returns the string to be used in the tree for a sizer
.. method:: GetTextForWidget(self, widget)
Returns the string to be used in the tree for a widget
.. method:: OnSelectionChanged(self, evt)
.. method:: SelectObj(self, obj)