Add GetAuiManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2007-01-06 08:53:33 +00:00
parent b64274c77a
commit 0eaf8cd16c

View 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