X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..970e987e89859b596cbbff2360fc4d9ffa2a10e4:/interface/spinctrl.h diff --git a/interface/spinctrl.h b/interface/spinctrl.h index bdbd4f6aa9..f96a9aeca2 100644 --- a/interface/spinctrl.h +++ b/interface/spinctrl.h @@ -14,15 +14,15 @@ 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 @library{wxcore} @category{ctrl} - @appearance{spinctrl.png} + @see @ref overview_eventhandlingoverview, wxSpinButton, wxControl */ @@ -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);