__init__ |
|
ActivateNext |
|
ActivatePrevious |
|
ArrangeIcons |
|
Cascade |
|
Create |
|
GetActiveChild |
|
GetArtProvider |
|
GetClientWindow |
|
GetNotebook |
|
GetWindowMenu |
|
OnCreateClient |
|
SetActiveChild |
|
SetArtProvider |
|
SetChildMenuBar |
|
SetMenuBar |
Tells the frame to show the given menu bar. |
SetWindowMenu |
|
Tile |
ActiveChild |
See GetActiveChild and SetActiveChild |
ArtProvider |
See GetArtProvider and SetArtProvider |
ClientWindow |
See GetClientWindow |
Notebook |
See GetNotebook |
WindowMenu |
See GetWindowMenu and SetWindowMenu |
wx.aui.
AuiMDIParentFrame
(Frame)¶Possible constructors:
AuiMDIParentFrame()
AuiMDIParentFrame(parent, winid=ID_ANY, title="", pos=DefaultPosition,
size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL,
name=FrameNameStr)
__init__
(self, *args, **kw)¶__init__ (self)
__init__ (self, parent, winid=ID_ANY, title=””, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr)
Parameters: |
---|
ActivateNext
(self)¶ActivatePrevious
(self)¶ArrangeIcons
(self)¶Cascade
(self)¶Create
(self, parent, winid=ID_ANY, title="", pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr)¶Parameters: | |
---|---|
Return type: | bool |
GetActiveChild
(self)¶Return type: | wx.aui.AuiMDIChildFrame |
---|
GetArtProvider
(self)¶Return type: | wx.aui.AuiTabArt |
---|
GetClientWindow
(self)¶Return type: | wx.aui.AuiMDIClientWindow |
---|
GetNotebook
(self)¶Return type: | wx.aui.AuiNotebook |
---|
GetWindowMenu
(self)¶Return type: | Menu |
---|
OnCreateClient
(self)¶Return type: | wx.aui.AuiMDIClientWindow |
---|
SetActiveChild
(self, pChildFrame)¶Parameters: | pChildFrame (wx.aui.AuiMDIChildFrame) – |
---|
SetArtProvider
(self, provider)¶Parameters: | provider (wx.aui.AuiTabArt) – |
---|
SetChildMenuBar
(self, pChild)¶Parameters: | pChild (wx.aui.AuiMDIChildFrame) – |
---|
SetMenuBar
(self, menuBar)¶Tells the frame to show the given menu bar.
Parameters: | menuBar (wx.MenuBar) – The menu bar to associate with the frame. |
---|
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=HORIZONTAL)¶Parameters: | orient (Orientation) – |
---|
ActiveChild
¶See GetActiveChild
and SetActiveChild
ArtProvider
¶See GetArtProvider
and SetArtProvider
ClientWindow
¶See GetClientWindow
Notebook
¶See GetNotebook
WindowMenu
¶See GetWindowMenu
and SetWindowMenu