X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d77254fc5ff47027b316cad519219623b31adaeb..a66a391e7094124907ecea6a49460813fa9381ab:/include/wx/msw/spinctrl.h?ds=inline diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 79c5c74a2c..70dc78a208 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -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 // -------------------------------