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