wx.lib.busy._InfoFrame¶
Frame() -> None Frame(parent, id=ID_ANY, title=’’, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed by the user.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
Class API¶
- class _InfoFrame(wx.Frame)¶
Frame() -> None Frame(parent, id=ID_ANY, title=’’, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed by the user.
Methods¶
- __init__(self, parent, msg, bgColour=None, fgColour=None)¶
Initialize self. See help(type(self)) for accurate signature.