wxAuiManager::AlwaysUsesLiveResize() documentation updated

This is no longer true as wxAUI now uses wxOverlay to display the resizing hint
in non-live resize mode, which should work on all platforms.
This commit is contained in:
AliKet
2024-02-09 23:26:37 +01:00
parent 29c8bfc249
commit bad07efa70
+2
View File
@@ -228,6 +228,8 @@ public:
@param window The associated window, may be null (this parameter was
added in wxWidgets 3.3.0)
@note As of wxWidgets 3.3.0 this function always returns false.
@since 3.1.4
*/
static bool AlwaysUsesLiveResize(const wxWindow* window);