]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinctrl.h
Split wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and...
[wxWidgets.git] / interface / spinctrl.h
index bdbd4f6aa943a51e737eb4fd51872447f6d14b0f..f61d48efb595bc9e695f4857ed82c4869d427d9e 100644 (file)
@@ -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
 
@@ -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);