\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}}