#if wxUSE_SPINBTN
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "spinctlg.h"
-#endif
-
class WXDLLEXPORT wxSpinButton;
class WXDLLEXPORT wxTextCtrl;
// forward these functions to all subcontrols
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
+ virtual void SetFocus();
// get the subcontrols
wxTextCtrl *GetText() const { return m_text; }