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:
parent
29c8bfc249
commit
bad07efa70
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue