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