X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e59b88579c7a1e8b4da0827be75dc5d2a84ec73..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/spinbutt.h diff --git a/interface/wx/spinbutt.h b/interface/wx/spinbutt.h index 6de0b47996..2465c5bef4 100644 --- a/interface/wx/spinbutt.h +++ b/interface/wx/spinbutt.h @@ -139,11 +139,10 @@ public: Scrollbar creation function called by the spin button constructor. See wxSpinButton() for details. */ - bool Create(wxWindow* parent, wxWindowID id, + bool Create(wxWindow* parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = wxSP_HORIZONTAL, - const wxString& name = "spinButton"); + const wxSize& size = wxDefaultSize, long style = wxSP_HORIZONTAL, + const wxString& name = "wxSpinButton"); /** Returns the maximum permissible value.