]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
Fix wrong return value in the changes of r73365.
[wxWidgets.git] / interface / wx / spinctrl.h
index 44ed624a7ce1119420c6c7c2fd835f5a04f86f57..2889f63480be4e575bec921380273216f21b1db6 100644 (file)
@@ -47,7 +47,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{spinctrl.png}
+    @appearance{spinctrl}
 
     @see wxSpinButton, wxSpinCtrlDouble, wxControl
 */
@@ -213,7 +213,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{spinctrldouble.png}
+    @appearance{spinctrldouble}
 
     @see wxSpinButton, wxSpinCtrl, wxControl
 */
@@ -308,6 +308,8 @@ public:
 
     /**
         Sets the increment value.
+        @note You may also need to increase the number of visible digits
+        using SetDigits
     */
     void SetIncrement(double inc);