X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/702a26fded8c16bf858631d929580441ba23fdc4..42d9ad7949254ed53f89ad6306dcb2a266bfffb3:/docs/latex/wx/sizer.tex?ds=sidebyside diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 0c8b32a5b0..8800335c25 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -222,13 +222,11 @@ Returns true if the child item was found and detached, false otherwise. \func{wxSize}{Fit}{\param{wxWindow* }{window}} -Tell the sizer to resize the \arg{window} to match the sizer's minimal size. This -is commonly done in the constructor of the window itself, see sample in the description +Tell the sizer to resize the \arg{window} so that its client area matchesthe +sizer's minimal size. This is commonly done in the constructor of the window +itself, see sample in the description of \helpref{wxBoxSizer}{wxboxsizer}. Returns the new size. -For a top level window this is the total window size, not client size. - - \membersection{wxSizer::FitInside}\label{wxsizerfitinside} \func{void}{FitInside}{\param{wxWindow* }{window}}