]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
Notebook, Listbox, and Checklst updates
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 79c5c74a2c6bb1093570dff4b0c0f9dc06f1a3db..70dc78a2080d04995b1e7f49c8aa3f4ba8821a23 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
     // -------------------------------