.. 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.InspectionInfoPanel: ========================================================================================================================================== |phoenix_title| **wx.lib.inspection.InspectionInfoPanel** ========================================================================================================================================== Used to display information about the currently selected items. Currently just a read-only :class:`stc.StyledTextCtrl` with some plain text. Should probably add some styles to make things easier to read. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class InspectionInfoPanel:
| |super_classes| Known Superclasses ================================== :class:`wx.stc.StyledTextCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.inspection.InspectionInfoPanel.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.inspection.InspectionInfoPanel.Fmt` :meth:`~wx.lib.inspection.InspectionInfoPanel.FmtSizer` :meth:`~wx.lib.inspection.InspectionInfoPanel.FmtSizerItem` :meth:`~wx.lib.inspection.InspectionInfoPanel.FmtWidget` :meth:`~wx.lib.inspection.InspectionInfoPanel.LoadSettings` :meth:`~wx.lib.inspection.InspectionInfoPanel.SaveSettings` :meth:`~wx.lib.inspection.InspectionInfoPanel.UpdateInfo` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: InspectionInfoPanel(wx.stc.StyledTextCtrl) Used to display information about the currently selected items. Currently just a read-only :class:`stc.StyledTextCtrl` with some plain text. Should probably add some styles to make things easier to read. .. method:: __init__(self, \*args, \*\*kw) Initialize self. See help(type(self)) for accurate signature. .. method:: Fmt(self, name, value) .. method:: FmtSizer(self, obj) .. method:: FmtSizerItem(self, obj) .. method:: FmtWidget(self, obj) .. method:: LoadSettings(self, config) .. method:: SaveSettings(self, config) .. method:: UpdateInfo(self, obj)