#include "wx/control.h"
#include "wx/event.h"
-class WXDLLEXPORT wxSpinButton: public wxControl
+class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase
{
public:
// Construction
,int maxVal
);
- // Implementation
+ // Implementation
virtual bool OS2Command( WXUINT param
,WXWORD id
);
);
protected:
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize() const;
private:
DECLARE_DYNAMIC_CLASS(wxSpinButton)
};