/////////////////////////////////////////////////////////////////////////////
-// Name: msw/spinctrl.h
+// Name: wx/os2/spinctrl.h
// Purpose: wxSpinCtrl class declaration for Win32
// Author: David Webster
// Modified by:
// 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")
);
//