// wxSpinButton
//-----------------------------------------------------------------------------
-class wxSpinButton : public wxSpinButtonBase
+class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase
{
public:
wxSpinButton() { }
void OnSize( wxSizeEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );
- void ApplyWidgetStyle();
GtkAdjustment *m_adjust;
float m_oldPos;