Added wx.aui.AuiNotebook.GetAuiManager().

Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which
essentially implement the MDI interface using a normal wx.Frame and a
wx.aui.AuiNotebook.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-06 09:01:34 +00:00
parent b0a54b8a6b
commit 34d71f81f4
10 changed files with 10055 additions and 2378 deletions

View File

@@ -69,11 +69,13 @@ _treeList = [
'Img2PyArtProvider',
'SearchCtrl',
'SizedControls',
'AUI_MDI',
]),
# managed windows == things with a (optional) caption you can close
('Frames and Dialogs', [
'AUI_DockingWindowMgr',
'AUI_MDI',
'Dialog',
'Frame',
'MDIWindows',