]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/spinbutt.h
wxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)
[wxWidgets.git] / include / wx / os2 / spinbutt.h
index afdb978c3fc972cee771671b55d341b77a3a54a7..7cd3cd786270db5bb3aa350413e85356ea38bd28 100644 (file)
@@ -69,16 +69,6 @@ protected:
   int   m_max;
 };
 
-class WXDLLEXPORT wxSpinEvent: public wxScrollEvent
-{
-  DECLARE_DYNAMIC_CLASS(wxSpinEvent)
-
- public:
-  wxSpinEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
-};
-
-typedef void (wxEvtHandler::*wxSpinEventFunction)(wxSpinEvent&);
-
 // Spin events
 
 #define EVT_SPIN_UP(id, func) { wxEVT_SCROLL_LINEUP, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSpinEventFunction) & func }