split wxSizer::Fit() into ComputeFittingWindow/ClientSize() that only does computatio...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Feb 2008 21:32:11 +0000 (21:32 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Feb 2008 21:32:11 +0000 (21:32 +0000)
commit32013b47d64e648373eed7b522f2bf2880aa2f64
tree0d20372a7b00d41bbf0ffdfe18bd4d0353147c30
parent7be6187f19056855a23bec625c14e7dfb886aab2
split wxSizer::Fit() into ComputeFittingWindow/ClientSize() that only does computations and Fit() that applies the result to the window

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/sizer.tex
include/wx/sizer.h
src/common/sizer.cpp