]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sizer.tex
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
[wxWidgets.git] / docs / latex / wx / sizer.tex
index ed306b1efc608edbd1feb6285dbd744f33266f1c..984889707be1e1ee3ff9328e1820b84a85506b2d 100644 (file)
@@ -111,13 +111,13 @@ dependent on the specific kind of sizer used.
 the space allotted to the item.}
 \twocolitem{\windowstyle{wxSHAPED}}{The item will be expanded as much
 as possible while also maintaining its aspect ratio}
-\twocolitem{\windowstyle{wxFIXED\_SIZE}}{Normally wxSizers will use
+\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\_SIZE.}
+  started with then use wxFIXED\_MINSIZE.}
 \twocolitem{\windowstyle{wxALIGN\_CENTER}\\
 \windowstyle{wxALIGN\_LEFT}\\
 \windowstyle{wxALIGN\_RIGHT}\\