X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1f7d2aa9cb1857cf87e105ebbd36a92676bbde..0d2653ff9752af0cb4ba2b9fc9090700805cb4c5:/wxPython/src/_gauge.i diff --git a/wxPython/src/_gauge.i b/wxPython/src/_gauge.i index 0aad4c78f5..21f1472d7a 100644 --- a/wxPython/src/_gauge.i +++ b/wxPython/src/_gauge.i @@ -36,7 +36,7 @@ public: %pythonAppend wxGauge "self._setOORInfo(self)" %pythonAppend wxGauge() "" - wxGauge(wxWindow* parent, wxWindowID id, int range, + wxGauge(wxWindow* parent, wxWindowID id=-1, int range=100, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL, @@ -44,7 +44,7 @@ public: const wxString& name = wxPyGaugeNameStr); %name(PreGauge)wxGauge(); - bool Create(wxWindow* parent, wxWindowID id, int range, + bool Create(wxWindow* parent, wxWindowID id=-1, int range=100, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL,