.. 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.InspectionFrame:
==========================================================================================================================================
|phoenix_title| **wx.lib.inspection.InspectionFrame**
==========================================================================================================================================
This class is the frame that holds the wxPython inspection tools.
The toolbar and AUI splitters/floating panes are also managed
here. The contents of the tool windows are handled by other
classes.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
InspectionFrame:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Frame`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.inspection.InspectionFrame.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.inspection.InspectionFrame.HighlightCurrentItem` Draw a highlight rectangle around the item represented by the
:meth:`~wx.lib.inspection.InspectionFrame.LoadSettings`
:meth:`~wx.lib.inspection.InspectionFrame.MakeToolBar`
:meth:`~wx.lib.inspection.InspectionFrame.OnCaptureLost`
:meth:`~wx.lib.inspection.InspectionFrame.OnClose`
:meth:`~wx.lib.inspection.InspectionFrame.OnCollapseTree`
:meth:`~wx.lib.inspection.InspectionFrame.OnExpandTree`
:meth:`~wx.lib.inspection.InspectionFrame.OnFindWidget`
:meth:`~wx.lib.inspection.InspectionFrame.OnHighlightItem`
:meth:`~wx.lib.inspection.InspectionFrame.OnLeftDown`
:meth:`~wx.lib.inspection.InspectionFrame.OnRefreshTree`
:meth:`~wx.lib.inspection.InspectionFrame.OnShowSizers`
:meth:`~wx.lib.inspection.InspectionFrame.OnShowSizersUI`
:meth:`~wx.lib.inspection.InspectionFrame.OnToggleFilling`
:meth:`~wx.lib.inspection.InspectionFrame.OnToggleFillingUI`
:meth:`~wx.lib.inspection.InspectionFrame.OnWatchEvents`
:meth:`~wx.lib.inspection.InspectionFrame.OnWatchEventsUI`
:meth:`~wx.lib.inspection.InspectionFrame.RefreshTree`
:meth:`~wx.lib.inspection.InspectionFrame.SaveSettings`
:meth:`~wx.lib.inspection.InspectionFrame.SetObj`
:meth:`~wx.lib.inspection.InspectionFrame.UpdateInfo`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: InspectionFrame(wx.Frame)
This class is the frame that holds the wxPython inspection tools.
The toolbar and AUI splitters/floating panes are also managed
here. The contents of the tool windows are handled by other
classes.
.. method:: __init__(self, wnd=None, locals=None, config=None, app=None, title="wxPython Widget Inspection Tool", \*args, \*\*kw)
Initialize self. See help(type(self)) for accurate signature.
.. method:: HighlightCurrentItem(self)
Draw a highlight rectangle around the item represented by the
current tree selection.
.. method:: LoadSettings(self, config)
.. method:: MakeToolBar(self)
.. method:: OnCaptureLost(self, evt)
.. method:: OnClose(self, evt)
.. method:: OnCollapseTree(self, evt)
.. method:: OnExpandTree(self, evt)
.. method:: OnFindWidget(self, evt)
.. method:: OnHighlightItem(self, evt)
.. method:: OnLeftDown(self, evt)
.. method:: OnRefreshTree(self, evt)
.. method:: OnShowSizers(self, evt)
.. method:: OnShowSizersUI(self, evt)
.. method:: OnToggleFilling(self, evt)
.. method:: OnToggleFillingUI(self, evt)
.. method:: OnWatchEvents(self, evt)
.. method:: OnWatchEventsUI(self, evt)
.. method:: RefreshTree(self)
.. method:: SaveSettings(self, config)
.. method:: SetObj(self, obj)
.. method:: UpdateInfo(self)