Added wx.aui.AuiNotebook.GetAuiManager().
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Jan 2007 09:01:34 +0000 (09:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Jan 2007 09:01:34 +0000 (09:01 +0000)
commit34d71f81f4810c55092005c113039a8857422185
tree74cf24a058e9a1a5485cbbb07fe2c52befe69023
parentb0a54b8a6bee82b1e66c92c710918e9b8146097d
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
wxPython/demo/AUI_MDI.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/docs/CHANGES.txt
wxPython/src/aui.i
wxPython/src/gtk/aui.py
wxPython/src/gtk/aui_wrap.cpp
wxPython/src/mac/aui.py
wxPython/src/mac/aui_wrap.cpp
wxPython/src/msw/aui.py
wxPython/src/msw/aui_wrap.cpp