]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/spinctrl.h
added define for Aug 2003 gcc update compatibility with Jaguar
[wxWidgets.git] / include / wx / gtk1 / spinctrl.h
index b02797c3e74a1b2483a96188815f4031d189ce26..f39e5184e632f7d2c3f69c29651e5e161d23d1dc 100644 (file)
@@ -51,6 +51,7 @@ public:
                 const wxString& name = _T("wxSpinCtrl"));
 
     void SetValue(const wxString& text);
+    void SetSelection(long from, long to);
 
     virtual int GetValue() const;
     virtual void SetValue( int value );