#pragma implementation "spinctrl.h"
#endif
-#include "wx/defs.h"
+#include "wx/wxprec.h"
#if wxUSE_SPINCTRL
return TRUE;
}
+void wxSpinCtrl::SetFocus()
+{
+ if ( m_text != NULL) {
+ m_text->SetFocus();
+ }
+}
+
// ----------------------------------------------------------------------------
// value and range access
// ----------------------------------------------------------------------------