X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e5bf041b0de59abab9072b3e218ac3ac4670407..7e4952db837344e369ff9ccc7ece1f7b8c207cf1:/interface/wx/spinctrl.h diff --git a/interface/wx/spinctrl.h b/interface/wx/spinctrl.h index 80701178c3..877aa32007 100644 --- a/interface/wx/spinctrl.h +++ b/interface/wx/spinctrl.h @@ -21,6 +21,13 @@ events. Using this style will prevent the user from using the Enter key for dialog navigation (e.g. activating the default button in the dialog) under MSW. + @style{wxTE_LEFT} + Same as for wxTextCtrl: the text is left aligned. + @style{wxTE_CENTER} + Same as for wxTextCtrl: the text is centered. + @style{wxTE_RIGHT} + Same as for wxTextCtrl: the text is right aligned (this is the + default). @endStyleTable