]> git.saurik.com Git - wxWidgets.git/commitdiff
Add GetAuiManager
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Jan 2007 08:53:33 +0000 (08:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Jan 2007 08:53:33 +0000 (08:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/aui/auibook.h

index 15eae356c0925c5567981b12fe3bda10fd80583b..13f85d08e1d152b9143955364c7772439fdfd6ae 100644 (file)
@@ -530,7 +530,11 @@ public:
     int GetSelection() const;
 
     virtual void Split(size_t page, int direction);
-   
+
+#if wxABI_VERSION >= 20801
+    const wxAuiManager& GetAuiManager() const { return m_mgr; }
+#endif
+
 protected:
 
     // these can be overridden