Replace wxAuiManager_HasLiveResize() hack with normal accessor

For some unknown reason a free function taking "*this" was used instead
of just an accessor. Add the latter to make this code less unusual.
This commit is contained in:
Vadim Zeitlin
2020-05-24 02:39:09 +02:00
parent 758a81bc89
commit 74bc08535b
3 changed files with 20 additions and 8 deletions

View File

@@ -412,6 +412,7 @@ public:
void SetFlags(unsigned int flags);
unsigned int GetFlags() const;
bool HasLiveResize() const;
void SetManagedWindow(wxWindow* managedWnd);
wxWindow* GetManagedWindow() const;