X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..72db8894790c0fc32a8a57e9e2f750e8f95222b1:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 0c5586bf06..e052026c43 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -125,11 +125,11 @@ Here, the sizer will do the actual calculation of its children minimal sizes. \membersection{wxSizer::Fit}\label{wxsizerfit} -\func{void}{Fit}{\param{wxWindow* }{window}} +\func{wxSize}{Fit}{\param{wxWindow* }{window}} Tell the sizer to resize the {\it window} to match the sizer's minimal size. This is commonly done in the constructor of the window itself, see sample in the description -of \helpref{wxBoxSizer}{wxboxsizer}. +of \helpref{wxBoxSizer}{wxboxsizer}. Returns the new size. \membersection{wxSizer::FitInside}\label{wxsizerfitinside}