Add wxAuiManager::AlwaysUsesLiveResize()

This allows to check if it's worth specifying wxAUI_MGR_LIVE_RESIZE or
not and allows to get rid of the corresponding menu item in the sample
if it doesn't do anything anyhow.
This commit is contained in:
Vadim Zeitlin
2020-05-25 17:59:42 +02:00
parent 4f7eb2b145
commit f6727a17a2
4 changed files with 35 additions and 7 deletions

View File

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