/////////////////////////////////////////////////////////////////////////////
-// Name: spinbutt.h
+// Name: wx/univ/spinbutt.h
// Purpose: wxSpinButton class
// Author: Julian Smart
// Modified by:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
- const wxString& name = "wxSpinButton")
+ const wxString& name = wxSPIN_BUTTON_NAME)
{
Create(parent, id, pos, size, style, name);
}
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
- const wxString& name = "wxSpinButton");
+ const wxString& name = wxSPIN_BUTTON_NAME);
// accessors