]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
1. wxCalendarCtrl
[wxWidgets.git] / include / wx / msw / spinctrl.h
index dbf42d7e7a39f9b1d519ede34f1a4217b8641cb5..f6c8f8fd52210371cb0aa158cc366bbab3243983 100644 (file)
@@ -63,9 +63,14 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
     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_