]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
1. wxCalendarCtrl
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 7babcf4e74765276f73b1cc349ee084594dd0856..f6c8f8fd52210371cb0aa158cc366bbab3243983 100644 (file)
@@ -61,11 +61,16 @@ public:
 
 protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
+
+    // the handler for wxSpinButton events
+    void OnSpinChange(wxSpinEvent& event);
 
     WXHWND m_hwndBuddy;
 
+private:
     DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
+    DECLARE_EVENT_TABLE()
 };
 
 #endif // _WX_MSW_SPINCTRL_H_