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