]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinbutt.cpp
added wxUSE_PALETTE and fixed compilation with it set to 0
[wxWidgets.git] / src / os2 / spinbutt.cpp
index de2ccd00a9011eca6538b2eab8394fa0bb36f77e..99e5852636d1ec34bd7e8fac10887f800cbd4fe9 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
 #endif
+#if wxUSE_SPINBTN
 
 // Can't resolve reference to CreateUpDownControl in
 // TWIN32, but could probably use normal CreateWindow instead.
 
 
 #include "wx/spinbutt.h"
+
+IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
+
 #include "wx/os2/private.h"
 
 // ============================================================================
@@ -156,3 +160,4 @@ bool wxSpinButton::OS2Command(WXUINT cmd, WXWORD id)
     return FALSE;
 }
 
+#endif //wxUSE_SPINBTN