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

@@ -3,13 +3,23 @@ Recent Changes for wxPython
2.8.0.2
-------
*
* 6-Jan-2007
wxGTK: Fix for controls on a toolbar being the full height of the
toolbar instead of their natural height.
wx.lib.customtreectrl patches from Andrea Gavana.
wxMac: Applied patch #1622389, fixing two memory leaks in
GetPartialTextExtents.
More fixes for the native wx.ListCtrl on Mac.
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.