X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..a0f4d36895556e3054e2256cb5f1787cc9fcf75c:/interface/spinctrl.h diff --git a/interface/spinctrl.h b/interface/spinctrl.h index 94dd210d2a..f61d48efb5 100644 --- a/interface/spinctrl.h +++ b/interface/spinctrl.h @@ -14,9 +14,9 @@ wxSpinButton in one control. @beginStyleTable - @style{wxSP_ARROW_KEYS}: + @style{wxSP_ARROW_KEYS} The user can use arrow keys to change the value. - @style{wxSP_WRAP}: + @style{wxSP_WRAP} The value wraps at the minimum and maximum. @endStyleTable @@ -33,7 +33,7 @@ public: /** ) Constructor, creating and showing a spin control. - + @param parent Parent window. Must not be @NULL. @param value @@ -56,7 +56,7 @@ public: Initial value. @param name Window name. - + @see Create() */ wxSpinCtrl(); @@ -106,7 +106,7 @@ public: Select the text in the text part of the control between positions @a from (inclusive) and @a to (exclusive). This is similar to wxTextCtrl::SetSelection. - @b NB: this is currently only implemented for Windows and generic versions + @note this is currently only implemented for Windows and generic versions of the control. */ void SetSelection(long from, long to);