wx.aui.AuiMDIParentFrame¶
Class Hierarchy¶
Control Appearance¶
Methods Summary¶
Tells the frame to show the given menu bar. |
|
Properties Summary¶
See |
|
See |
|
See |
|
See |
|
See |
Class API¶
- class wx.aui.AuiMDIParentFrame(Frame)¶
Possible constructors:
AuiMDIParentFrame() -> None AuiMDIParentFrame(parent, winid=ID_ANY, title='', pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr) -> None
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, parent, winid=ID_ANY, title=’’, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr)
- Parameters:
- Return type:
None
- ActivateNext(self)¶
- Return type:
None
- ActivatePrevious(self)¶
- Return type:
None
- ArrangeIcons(self)¶
- Return type:
None
- Cascade(self)¶
- Return type:
None
- Create(self, parent, winid=ID_ANY, title='', pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE | VSCROLL | HSCROLL, name=FrameNameStr)¶
- GetActiveChild(self)¶
- Return type:
- GetArtProvider(self)¶
- Return type:
- static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)¶
- Parameters:
variant (WindowVariant)
- Return type:
VisualAttributes
- GetClientWindow(self)¶
- Return type:
- GetNotebook(self)¶
- Return type:
- GetWindowMenu(self)¶
- Return type:
Menu
- OnCreateClient(self)¶
- Return type:
- SetActiveChild(self, pChildFrame)¶
- Parameters:
pChildFrame (wx.aui.AuiMDIChildFrame)
- Return type:
None
- SetArtProvider(self, provider)¶
- Parameters:
provider (wx.aui.AuiTabArt)
- Return type:
None
- SetChildMenuBar(self, pChild)¶
- Parameters:
pChild (wx.aui.AuiMDIChildFrame)
- Return type:
None
- SetMenuBar(self, menuBar)¶
Tells the frame to show the given menu bar.
- Parameters:
menuBar (wx.MenuBar) – The menu bar to associate with the frame.
- Return type:
None
Note
If the frame is destroyed, the menu bar and its menus will be destroyed also, so do not delete the menu bar explicitly (except by resetting the frame’s menu bar to another frame or
None
). Under Windows, a size event is generated, so be sure to initialize data members properly before callingSetMenuBar
. Note that on some platforms, it is not possible to call this function twice for the same frame object.See also
- Tile(self, orient=HORIZONTAL)¶
- Parameters:
orient (Orientation)
- Return type:
None
Properties¶
- ActiveChild¶
See
GetActiveChild
andSetActiveChild
- ArtProvider¶
See
GetArtProvider
andSetArtProvider
- ClientWindow¶
See
GetClientWindow
- Notebook¶
See
GetNotebook
- WindowMenu¶
See
GetWindowMenu
andSetWindowMenu