Tells the frame to show the given menu bar. |
|
See |
|
See |
|
See |
|
See |
|
See |
wx.aui.
AuiMDIParentFrame
(Frame)¶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, *args, **kw)¶__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
ActivateNext
(self)¶None
ActivatePrevious
(self)¶None
ArrangeIcons
(self)¶None
Cascade
(self)¶None
Create
(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)¶GetActiveChild
(self)¶GetArtProvider
(self)¶GetClassDefaultAttributes
(variant: WindowVariant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
VisualAttributes
GetClientWindow
(self)¶GetNotebook
(self)¶GetWindowMenu
(self)¶Menu
OnCreateClient
(self)¶SetActiveChild
(self, pChildFrame : AuiMDIChildFrame)¶pChildFrame (wx.aui.AuiMDIChildFrame) –
None
SetArtProvider
(self, provider : AuiTabArt)¶provider (wx.aui.AuiTabArt) –
None
SetChildMenuBar
(self, pChild : AuiMDIChildFrame)¶pChild (wx.aui.AuiMDIChildFrame) –
None
SetMenuBar
(self, menuBar : MenuBar)¶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
Tile
(self, orient: Orientation=HORIZONTAL)¶orient (Orientation) –
None
ActiveChild
¶See GetActiveChild
and SetActiveChild
ArtProvider
¶See GetArtProvider
and SetArtProvider
ClientWindow
¶See GetClientWindow
Notebook
¶See GetNotebook
WindowMenu
¶See GetWindowMenu
and SetWindowMenu