__init__ |
|
CreateClient |
|
GetActiveChild |
|
SetActiveChild |
|
SetSelection |
Sets the page selection. |
wx.aui.
AuiMDIClientWindow
(AuiNotebook)¶Possible constructors:
AuiMDIClientWindow()
AuiMDIClientWindow(parent, style=0)
__init__
(self, *args, **kw)¶__init__ (self)
__init__ (self, parent, style=0)
Parameters: |
|
---|
CreateClient
(self, parent, style=VSCROLL|HSCROLL)¶Parameters: |
|
---|---|
Return type: | bool |
GetActiveChild
(self)¶Return type: | wx.aui.AuiMDIChildFrame |
---|
SetActiveChild
(self, pChildFrame)¶Parameters: | pChildFrame (wx.aui.AuiMDIChildFrame) – |
---|
SetSelection
(self, new_page)¶Sets the page selection.
Calling this method will generate a page change event.
Parameters: | new_page (int) – |
---|---|
Return type: | int |
ActiveChild
¶See GetActiveChild
and SetActiveChild