wx.lib.inspection.InspectionInfoPanel¶
Used to display information about the currently selected items.
Currently just a read-only stc.StyledTextCtrl
with some plain
text. Should probably add some styles to make things easier to
read.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class InspectionInfoPanel(wx.stc.StyledTextCtrl)¶
Used to display information about the currently selected items. Currently just a read-only
stc.StyledTextCtrl
with some plain text. Should probably add some styles to make things easier to read.
Methods¶
- __init__(self, \*args, \*\*kw)¶
Initialize self. See help(type(self)) for accurate signature.
- Fmt(self, name, value)¶
- FmtSizer(self, obj)¶
- FmtSizerItem(self, obj)¶
- FmtWidget(self, obj)¶
- LoadSettings(self, config)¶
- SaveSettings(self, config)¶
- UpdateInfo(self, obj)¶