X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4930046b96031565ee2bbe2bd42b1dbe601996ca..b901ac2c3b618a020f87a4a02555b72c4b41bc21:/include/wx/cocoa/spinbutt.h diff --git a/include/wx/cocoa/spinbutt.h b/include/wx/cocoa/spinbutt.h index 43c8290b51..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,7 +36,7 @@ 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 = wxSP_HORIZONTAL, @@ -60,4 +60,5 @@ public: virtual void SetRange(int minValue, int maxValue); }; -#endif // __WX_COCOA_SPINBUTT_H__ +#endif + // __WX_COCOA_SPINBUTT_H__