moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 30 Sep 2004 16:33:36 +0000 (16:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 30 Sep 2004 16:33:36 +0000 (16:33 +0000)
commit024f89f972a6787e82d77fc5e5dac302a56abbb0
tree0fd54ac77cdfbdb6874acc24964263bec9f2436c
parent147d666989aeeefe8c8f23be050d71891afbfd2e
moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp
src/mac/carbon/slider.cpp
src/mac/classic/slider.cpp
src/motif/mdi.cpp
src/motif/toplevel.cpp
src/x11/window.cpp