#pragma interface
#endif
+#include "wx/defs.h"
+
+#if wxUSE_SPINBTN
+
+#include "wx/control.h"
+
//-----------------------------------------------------------------------------
// wxSpinButton
//-----------------------------------------------------------------------------
GtkAdjustment *m_adjust;
float m_oldPos;
+protected:
+ virtual wxSize DoGetBestSize() const;
+
private:
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxSpinButton)
};
+#endif
+ // wxUSE_SPINBTN
+
#endif
// __GTKSPINBUTTH__