+ def GetNotebook(*args, **kwargs):
+ """GetNotebook(self) -> AuiNotebook"""
+ return _aui.AuiMDIParentFrame_GetNotebook(*args, **kwargs)
+
+ def GetActiveChild(*args, **kwargs):
+ """GetActiveChild(self) -> AuiMDIChildFrame"""
+ return _aui.AuiMDIParentFrame_GetActiveChild(*args, **kwargs)
+
+ def GetClientWindow(*args, **kwargs):
+ """GetClientWindow(self) -> AuiMDIClientWindow"""
+ return _aui.AuiMDIParentFrame_GetClientWindow(*args, **kwargs)
+