projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix file paths in wxFileSystemWatcherEvent under OS X.
[wxWidgets.git]
/
src
/
gtk
/
spinbutt.cpp
diff --git
a/src/gtk/spinbutt.cpp
b/src/gtk/spinbutt.cpp
index 9155e23d3f1e6c8ad48fcaac207e8e0d74682ceb..c8e4780f1280981d7cfdd8a4d565108fbb213355 100644
(file)
--- a/
src/gtk/spinbutt.cpp
+++ b/
src/gtk/spinbutt.cpp
@@
-72,9
+72,6
@@
gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win)
// wxSpinButton
//-----------------------------------------------------------------------------
// wxSpinButton
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxSpinButton,wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
-
BEGIN_EVENT_TABLE(wxSpinButton, wxControl)
EVT_SIZE(wxSpinButton::OnSize)
END_EVENT_TABLE()
BEGIN_EVENT_TABLE(wxSpinButton, wxControl)
EVT_SIZE(wxSpinButton::OnSize)
END_EVENT_TABLE()