]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected some spacing and typo errors.
authorJulian Smart <julian@anthemion.co.uk>
Wed, 16 Jun 2004 09:25:29 +0000 (09:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 16 Jun 2004 09:25:29 +0000 (09:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/sizer.tex

index bc285bd529a27f19d41181edd5679cf3c8687646..34bf8f74c2200e8e77f5e11e0e898ae572acf1e3 100644 (file)
@@ -105,19 +105,18 @@ dependent on the specific kind of sizer used.
 \windowstyle{wxLEFT}\\
 \windowstyle{wxRIGHT}\\
 \windowstyle{wxALL}}{These flags are used to specify which side(s) of
-  the sizer item the {\it border} width will apply to. }
-
+the sizer item the {\it border} width will apply to. }
 \twocolitem{\windowstyle{wxEXPAND}}{The item will be expanded to fill
 the space assigned to the item.}
 \twocolitem{\windowstyle{wxSHAPED}}{The item will be expanded as much
 as possible while also maintaining its aspect ratio}
-\twocolitem{\windowstyle{wxFIXED\_MINSIZE}}{Normally wxSizers will use
-  \helpref{GetAdjustedBestSize}{wxwindowgetadjustedbestsize} to
-  determin what the minimal size of window items should be, and will
-  use that size to calculate the layout.  This allows layouts to
-  adjust when an item changes and it's {\it best size} becomes
-  different.  If you would rather have a window item stay the size it
-  started with then use wxFIXED\_MINSIZE.}
+\twocolitem{\windowstyle{wxFIXED\_MINSIZE}}{Normally wxSizers will use 
+\helpref{GetAdjustedBestSize}{wxwindowgetadjustedbestsize} to
+determine what the minimal size of window items should be, and will
+use that size to calculate the layout. This allows layouts to
+adjust when an item changes and its {\it best size} becomes
+different. If you would rather have a window item stay the size it
+started with then use wxFIXED\_MINSIZE.}
 \twocolitem{\windowstyle{wxALIGN\_CENTER}\\
 \windowstyle{wxALIGN\_LEFT}\\
 \windowstyle{wxALIGN\_RIGHT}\\
@@ -125,8 +124,8 @@ as possible while also maintaining its aspect ratio}
 \windowstyle{wxALIGN\_BOTTOM}\\
 \windowstyle{wxALIGN\_CENTER\_VERTICAL}\\
 \windowstyle{wxALIGN\_CENTER\_HORIZONTAL}}{The wxALIGN flags allow you to
-  specify the alignment of the item within the space allotted to it by
-  the sizer, ajusted for the border if any.}
+specify the alignment of the item within the space allotted to it by
+the sizer, adjusted for the border if any.}
 \end{twocollist}
 }