From: Vadim Zeitlin Date: Sun, 28 May 2006 22:37:04 +0000 (+0000) Subject: added British spellings of the alignment flags (patch 1486478) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b219a1a95b98f1c6f2afb185ba4b3b41118d7c11 added British spellings of the alignment flags (patch 1486478) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 95ea5614f1..0b0c0e58cf 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -133,13 +133,13 @@ use that size to calculate the layout. This allows layouts to adjust when an item changes and its \arg{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}\\ +\twocolitem{\windowstyle{wxALIGN\_CENTER wxALIGN\_CENTRE}\\ \windowstyle{wxALIGN\_LEFT}\\ \windowstyle{wxALIGN\_RIGHT}\\ \windowstyle{wxALIGN\_TOP}\\ \windowstyle{wxALIGN\_BOTTOM}\\ -\windowstyle{wxALIGN\_CENTER\_VERTICAL}\\ -\windowstyle{wxALIGN\_CENTER\_HORIZONTAL}}{The wxALIGN flags allow you to +\windowstyle{wxALIGN\_CENTER\_VERTICAL wxALIGN\_CENTRE\_VERTICAL}\\ +\windowstyle{wxALIGN\_CENTER\_HORIZONTAL wxALIGN\_CENTRE\_HORIZONTAL}}{The wxALIGN flags allow you to specify the alignment of the item within the space allotted to it by the sizer, adjusted for the border if any.} \end{twocollist}