#pragma interface
#endif
+#include "wx/defs.h"
+
+#if wxUSE_SPINCTRL
+
+#include "wx/control.h"
+
//-----------------------------------------------------------------------------
// wxSpinCtrl
//-----------------------------------------------------------------------------
virtual int GetMax() const;
// implementation
+ // --------------
+
void OnChar( wxKeyEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );
DECLARE_EVENT_TABLE()
};
+#endif
+ // wxUSE_SPINCTRL
+
#endif
// __GTKSPINCTRLH__