]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/spinctrl.h
Use Get*Box instead Get*Region if you are asking about position and size. And it...
[wxWidgets.git] / include / wx / os2 / spinctrl.h
index 4c39c123c7160c4f5535c938cacfafc8eb7cd23a..5a0983870b0f0e00f5afa6ce990583fe083f1833 100644 (file)
@@ -72,6 +72,9 @@ public:
            virtual bool SetFont(const wxFont &rFont);
            virtual void SetFocus(void);
     inline virtual void SetValue(int nVal) { wxSpinButton::SetValue(nVal); }
+                   void SetSelection( long lFrom
+                                     ,long lTo
+                                    );
 
            virtual bool Show(bool bShow = TRUE);
 
@@ -112,6 +115,7 @@ protected:
     //
     void OnSpinChange(wxSpinEvent& rEvent);
     void OnChar(wxKeyEvent& rEvent);
+    void OnSetFocus(wxFocusEvent& rEvent);
 
     WXHWND                          m_hWndBuddy;
     static wxArraySpins             m_svAllSpins;