wx.lib.agw.aui.tabmdi.AuiMDIParentFrame¶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 Hierarchy¶
Inheritance diagram for class AuiMDIParentFrame:
Known Superclasses¶
Methods Summary¶Initialize self. See help(type(self)) for accurate signature. |
|
ProcessEvent(self, event: Event) -> bool |
|
SetMenuBar(menuBar) |
|
Class API¶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.
Initialize self. See help(type(self)) for accurate signature.
ProcessEvent(self, event: Event) -> bool
SetMenuBar(menuBar)
Tells the frame to show the given menu bar.