return TRUE;
}
+void wxSpinCtrl::SetFocus()
+{
+ if ( m_text != NULL) {
+ m_text->SetFocus();
+ }
+}
+
// ----------------------------------------------------------------------------
// value and range access
// ----------------------------------------------------------------------------