diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp new file mode 100644 index 0000000000..effc48b853 --- /dev/null +++ b/src/mac/carbon/spinctrl.cpp @@ -0,0 +1,30 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: spinbutt.cpp +// Purpose: wxSpinCtrl +// Author: Robert +// Modified by: Mark Newsam (Based on GTK file) +// RCS-ID: $Id$ +// Copyright: (c) Robert Roebling +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +#ifdef __GNUG__ +#pragma implementation "spinctlg.h" +#endif + +#include "wx/spinctrl.h" + +#if wxUSE_SPINCTRL + + +//----------------------------------------------------------------------------- +// wxSpinCtrl +//----------------------------------------------------------------------------- + +#if !USE_SHARED_LIBRARY + IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxTextCtrl) +#endif + + +#endif // wxUSE_SPINCTRL + diff --git a/src/mac/spinctrl.cpp b/src/mac/spinctrl.cpp new file mode 100644 index 0000000000..effc48b853 --- /dev/null +++ b/src/mac/spinctrl.cpp @@ -0,0 +1,30 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: spinbutt.cpp +// Purpose: wxSpinCtrl +// Author: Robert +// Modified by: Mark Newsam (Based on GTK file) +// RCS-ID: $Id$ +// Copyright: (c) Robert Roebling +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +#ifdef __GNUG__ +#pragma implementation "spinctlg.h" +#endif + +#include "wx/spinctrl.h" + +#if wxUSE_SPINCTRL + + +//----------------------------------------------------------------------------- +// wxSpinCtrl +//----------------------------------------------------------------------------- + +#if !USE_SHARED_LIBRARY + IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxTextCtrl) +#endif + + +#endif // wxUSE_SPINCTRL +