From 45cd14c30efb849ed9143c64af8057b9dd51a13d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 13 May 2004 16:12:32 +0000 Subject: [PATCH] Patch [ 953125 ] Fix to Bug #943346 documentation clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/sizer.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index b18efccc06..4655962342 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -60,10 +60,9 @@ The destructor. \func{void}{Add}{\param{int }{width}, \param{int }{height}, \param{int }{proportion = 0}, \param{int }{flag = 0}, \param{int }{border = 0}, \param{wxObject* }{userData = NULL}} -Adds the {\it window} to the sizer. As wxSizer itself is an abstract class, the parameters -have no meaning in the wxSizer class itself, but as there currently is only one class -deriving directly from wxSizer and this class does not override these methods, the meaning -of the parameters is described here: +Appends a child to the sizer. wxSizer itself is an abstract class, but the parameters are +equivalent in the derived classes that you will instantiate to use it so they are described +here: \docparam{window}{The window to be added to the sizer. Its initial size (either set explicitly by the user or calculated internally when using wxDefaultSize) is interpreted as the minimal and in many