From: Vadim Zeitlin Date: Sat, 8 Dec 2007 20:41:26 +0000 (+0000) Subject: fix LaTeX errors; set svn properties correctly X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c8c49cae11551d68a538222acb9dc23eaed68d1e fix LaTeX errors; set svn properties correctly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wrapsizer.tex b/docs/latex/wx/wrapsizer.tex index 46d5e03bc3..580fd6b3db 100644 --- a/docs/latex/wx/wrapsizer.tex +++ b/docs/latex/wx/wrapsizer.tex @@ -1,8 +1,9 @@ \section{\class{wxWrapSizer}}\label{wxwrapsizer} -A wrap sizer lays out its items in a single line, like a box sizer - as long +A wrap sizer lays out its items in a single line, like a box sizer -- as long as there is space available in that direction. Once all available space in -the primary direction has been used a new line is added an items are added there. +the primary direction has been used, a new line is added and items are added +there. So a wrap sizer has a primary orientation for adding items, and adds lines as needed in the secondary direction. @@ -33,10 +34,11 @@ as needed in the secondary direction. \func{}{wxWrapSizer}{\param{int }{orient}, \param{int }{flags}} -Constructor for a wxWrapSizer. {\it orient} determines the primary direction of -the sizer (the most common case being wxHORIZONTAL). The flags parameter may have -the value wxEXTEND_LAST_ON_EACH_LINE. This will cause the last item one each line -to use any remaining space on that line. +Constructor for a wxWrapSizer. \arg{orient} determines the primary direction of +the sizer (the most common case being \texttt{wxHORIZONTAL}). The flags +parameter may have the value \texttt{wxEXTEND\_LAST\_ON\_EACH\_LINE} which will +cause the last item on each line to use any remaining space on that line. + \membersection{wxWrapSizer::InformFirstDirection}\label{wxwrapsizerinformfirstdirection}