#include "wx/spinbutt.h" // the base class
#include "wx/dynarray.h"
+
class WXDLLEXPORT wxSpinCtrl;
WX_DEFINE_EXPORTED_ARRAY(wxSpinCtrl *, wxArraySpins);
// because the base class already has one returning int!)
void SetValue(const wxString& text);
+ // another wxTextCtrl-like method
+ void SetSelection(long from, long to);
+
// implementation only from now on
// -------------------------------