X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..6ea48c514e0b911113020c76fdb83b64f5941ddb:/include/wx/cocoa/spinbutt.h?ds=inline diff --git a/include/wx/cocoa/spinbutt.h b/include/wx/cocoa/spinbutt.h index 20f1e70c85..fab76435a0 100644 --- a/include/wx/cocoa/spinbutt.h +++ b/include/wx/cocoa/spinbutt.h @@ -6,7 +6,7 @@ // Created: 2003/07/14 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_SPINBUTT_H__ @@ -27,7 +27,7 @@ class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSS // ------------------------------------------------------------------------ public: wxSpinButton() { } - wxSpinButton(wxWindow *parent, wxWindowID winid = -1, + wxSpinButton(wxWindow *parent, wxWindowID winid = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_VERTICAL | wxSP_ARROW_KEYS, @@ -36,10 +36,10 @@ public: Create(parent, winid, pos, size, style, name); } - bool Create(wxWindow *parent, wxWindowID winid = -1, + bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxSL_HORIZONTAL, + long style = wxSP_HORIZONTAL, const wxString& name = wxSPIN_BUTTON_NAME); virtual ~wxSpinButton(); @@ -60,4 +60,5 @@ public: virtual void SetRange(int minValue, int maxValue); }; -#endif // __WX_COCOA_SPINBUTT_H__ +#endif + // __WX_COCOA_SPINBUTT_H__