// Created: 28.10.99
// RCS-ID: $Id$
// Copyright: (c) Vadim Zeitlin
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MAC_SPINCTRL_H_
#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; }