#pragma interface
#endif
+#include "wx/defs.h"
+
+#if wxUSE_SPINBTN
+
+#include "wx/control.h"
+
//-----------------------------------------------------------------------------
// wxSpinButton
//-----------------------------------------------------------------------------
DECLARE_DYNAMIC_CLASS(wxSpinButton)
};
+#endif
+ // wxUSE_SPINBTN
+
#endif
// __GTKSPINBUTTH__