correcting text alignment flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
dialog) under MSW.
|
||||
@style{wxALIGN_LEFT}
|
||||
Same as wxTE_LEFT for wxTextCtrl: the text is left aligned.
|
||||
@style{wxALIGN_CENTRE}
|
||||
@style{wxALIGN_CENTRE_HORIZONTAL}
|
||||
Same as wxTE_CENTRE for wxTextCtrl: the text is centered.
|
||||
@style{wxALIGN_RIGHT}
|
||||
Same as wxTE_RIGHT for wxTextCtrl: the text is right aligned (this is
|
||||
|
@@ -25,7 +25,7 @@
|
||||
Align the text to the left.
|
||||
@style{wxALIGN_RIGHT}
|
||||
Align the text to the right.
|
||||
@style{wxALIGN_CENTRE}
|
||||
@style{wxALIGN_CENTRE_HORIZONTAL}
|
||||
Center the text (horizontally).
|
||||
@style{wxST_NO_AUTORESIZE}
|
||||
By default, the control will adjust its size to exactly fit to the
|
||||
|
Reference in New Issue
Block a user