Add GetAuiManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -530,7 +530,11 @@ public:
|
|||||||
int GetSelection() const;
|
int GetSelection() const;
|
||||||
|
|
||||||
virtual void Split(size_t page, int direction);
|
virtual void Split(size_t page, int direction);
|
||||||
|
|
||||||
|
#if wxABI_VERSION >= 20801
|
||||||
|
const wxAuiManager& GetAuiManager() const { return m_mgr; }
|
||||||
|
#endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// these can be overridden
|
// these can be overridden
|
||||||
|
Reference in New Issue
Block a user