Tells the frame to show the given menu bar. |
|
See |
|
See |
|
See |
|
See |
|
See |
Possible constructors:
AuiMDIParentFrame() -> None
AuiMDIParentFrame(parent : Window, winid: int=ID_ANY, title: str='',
pos: Point=DefaultPosition, size: Size=DefaultSize, style:
int=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name: str=FrameNameStr) -> None
__init__ (self)
None
__init__ (self, parent : Window, winid: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name: str=FrameNameStr)
None
None
None
None
None
variant (WindowVariant)
VisualAttributes
Menu
pChildFrame (wx.aui.AuiMDIChildFrame)
None
provider (wx.aui.AuiTabArt)
None
pChild (wx.aui.AuiMDIChildFrame)
None
Tells the frame to show the given menu bar.
menuBar (wx.MenuBar) – The menu bar to associate with the frame.
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 calling SetMenuBar
. Note that on some platforms, it is not possible to call this function twice for the same frame object.
See also
orient (Orientation)
None
See GetActiveChild
and SetActiveChild
See GetArtProvider
and SetArtProvider
See GetClientWindow
See GetNotebook
See GetWindowMenu
and SetWindowMenu