wx.lib.infoframe._MyStatusBar¶StatusBar() StatusBar(parent, id=ID_ANY, style=STB_DEFAULT_STYLE, name=StatusBarNameStr)
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 API¶_MyStatusBar(wx.StatusBar)¶StatusBar() StatusBar(parent, id=ID_ANY, style=STB_DEFAULT_STYLE, name=StatusBarNameStr)
A status bar is a narrow window that can be placed along the bottom of a frame to give small amounts of status information.
__init__(self, parent, callbacks=None, useopenbutton=0)¶Initialize self. See help(type(self)) for accurate signature.
CalculateSizes(self)¶OnButton1(self, event)¶OnButton2(self, event)¶OnSize(self, event)¶