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