]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
Add appearance tags
[wxWidgets.git] / interface / wx / spinctrl.h
index 82d5c2b299fea2251ed16202cfb88f6ead851738..3095b42a2a758af96e217bb6a5012a5ef53f8c74 100644 (file)
@@ -39,7 +39,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{spinctrl.png} -->
+    @appearance{spinctrl.png}
 
     @see wxSpinButton, wxSpinCtrlDouble, wxControl
 */
@@ -127,7 +127,7 @@ public:
         @note this is currently only implemented for Windows and generic versions
               of the control.
     */
-    void SetSelection(long from, long to);
+    virtual void SetSelection(long from, long to);
 
     /**
         Sets the value of the spin control. Use the variant using int instead.