.. include:: headings.inc .. currentmodule:: lib.inspection .. highlight:: python .. _lib.inspection.InspectionInfoPanel: ========================================================================================================================================== |phoenix_title| **InspectionInfoPanel** ========================================================================================================================================== Used to display information about the currently selected items. Currently just a read-only wx.stc.StyledTextCtrl with some plain text. Should probably add some styles to make things easier to read. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **InspectionInfoPanel** .. raw:: html

Inheritance diagram of InspectionInfoPanel

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