/////////////////////////////////////////////////////////////////////////////
-// Name: msw/spinctrl.h
+// Name: wx/os2/spinctrl.h
// Purpose: wxSpinCtrl class declaration for Win32
// Author: David Webster
// Modified by:
#include "wx/spinbutt.h" // the base class
#include "wx/dynarray.h"
-class WXDLLEXPORT wxSpinCtrl;
+class WXDLLIMPEXP_FWD_CORE wxSpinCtrl;
WX_DEFINE_EXPORTED_ARRAY_PTR(wxSpinCtrl *, wxArraySpins);
// ----------------------------------------------------------------------------
// control is clicked.
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxSpinCtrl : public wxSpinButton
+class WXDLLIMPEXP_CORE wxSpinCtrl : public wxSpinButton
{
public:
wxSpinCtrl() { }
,int nMin = 0
,int nMax = 100
,int nInitial = 0
- ,const wxString& rsName = _T("wxSpinCtrl")
+ ,const wxString& rsName = wxT("wxSpinCtrl")
)
{
Create(pParent, vId, rsValue, rPos, rSize, lStyle, nMin, nMax, nInitial, rsName);
,int nMin = 0
,int nMax = 100
,int nInitial = 0
- ,const wxString& rsName = _T("wxSpinCtrl")
+ ,const wxString& rsName = wxT("wxSpinCtrl")
);
//