wxWidgets/tests/window
Vadim Zeitlin 054fdb68eb Honour window min and max sizes in wxWindow::GetBestSize().
The best size of the window should be at least as large as its min size and
less than its max size. This allows to override the windows own best size
determination with an explicit SetMinSize() or SetMaxSize() call.

See #11497.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-08-15 23:34:18 +00:00
..
clientsize.cpp Ensure that we never return negative client size. 2011-05-16 14:07:40 +00:00
setsize.cpp Honour window min and max sizes in wxWindow::GetBestSize(). 2012-08-15 23:34:18 +00:00