X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1f7d2aa9cb1857cf87e105ebbd36a92676bbde..d0ee33f5c6908b4ac5e1364381f0ef00942e3936:/wxPython/src/_gauge.i diff --git a/wxPython/src/_gauge.i b/wxPython/src/_gauge.i index 0aad4c78f5..97759d64b0 100644 --- a/wxPython/src/_gauge.i +++ b/wxPython/src/_gauge.i @@ -36,15 +36,15 @@ 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, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyGaugeNameStr); - %name(PreGauge)wxGauge(); + %RenameCtor(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,