]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
add alignment flags support to wxSpinCtrl[Double] (closes #10621)
[wxWidgets.git] / interface / wx / spinctrl.h
index 80701178c3903ac9ecad72f2ff59c4b2cfa0bb4d..877aa32007e6f0669d7c6d89b9481d2563369956 100644 (file)
         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