 wx.lib.infoframe._MyStatusBar¶
 wx.lib.infoframe._MyStatusBar¶StatusBar() -> None StatusBar(parent, id=ID_ANY, style=STB_DEFAULT_STYLE, name=StatusBarNameStr) -> None
A status bar is a narrow window that can be placed along the bottom of a frame to give small amounts of status information.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class _MyStatusBar:
Inheritance diagram for class _MyStatusBar:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Initialize self. See help(type(self)) for accurate signature. | |
 Class API¶
 Class API¶StatusBar() -> None StatusBar(parent, id=ID_ANY, style=STB_DEFAULT_STYLE, name=StatusBarNameStr) -> None
A status bar is a narrow window that can be placed along the bottom of a frame to give small amounts of status information.
Initialize self. See help(type(self)) for accurate signature.