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-08 19:27:07 +01:00
parent 29c8bfc249
commit bad07efa70

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);