]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
warning fix
[wxWidgets.git] / src / motif / spinbutt.cpp
index 2be88d497aa2b3516f1f6cdfb3ab15b141aa071b..1c763d4603077ce1b680b5fc4adfaa36fbac526c 100644 (file)
 
 #ifdef __GNUG__
 #pragma implementation "spinbutt.h"
+#pragma implementation "spinctlg.h"
 #endif
 
 #include "wx/spinbutt.h"
+#include "wx/spinctrl.h"
 
-#if !USE_SHARED_LIBRARY
+// put wxSpinCtrl here too because it doesn't have a separate file for it in
+// wxMotif (yet)
 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent);
-#endif
+IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),
             long style, const wxString& name)