phoenix_title wx.lib.infoframe._MyStatusBar

StatusBar() -> None StatusBar(parent : Window, id: int=ID_ANY, style: int=STB_DEFAULT_STYLE, name: str=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:

super_classes Known Superclasses

wx.StatusBar


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

CalculateSizes

OnButton1

OnButton2

OnSize


api Class API

class _MyStatusBar(wx.StatusBar)

StatusBar() -> None StatusBar(parent : Window, id: int=ID_ANY, style: int=STB_DEFAULT_STYLE, name: str=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.


Methods

__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)