]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 79c5c74a2c6bb1093570dff4b0c0f9dc06f1a3db..5d4d2824a25fcf3207da78f96f412d0977e643b4 100644 (file)
@@ -59,6 +59,9 @@ public:
     // because the base class already has one returning int!)
     void SetValue(const wxString& text);
 
+    // another wxTextCtrl-like method
+    void SetSelection(long from, long to);
+
     // implementation only from now on
     // -------------------------------
 
@@ -109,6 +112,7 @@ protected:
 private:
     DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxSpinCtrl)
 };
 
 #endif // _WX_MSW_SPINCTRL_H_