X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..0ffb2aa6e47721eebc485931efaad028b51b0565:/wxPython/src/_gauge.i?ds=sidebyside diff --git a/wxPython/src/_gauge.i b/wxPython/src/_gauge.i index 9171ca3dcf..264683d27a 100644 --- a/wxPython/src/_gauge.i +++ b/wxPython/src/_gauge.i @@ -31,8 +31,8 @@ enum { class wxGauge : public wxControl { public: - %addtofunc wxGauge "self._setOORInfo(self)" - %addtofunc wxGauge() "" + %pythonAppend wxGauge "self._setOORInfo(self)" + %pythonAppend wxGauge() "" wxGauge(wxWindow* parent, wxWindowID id, int range, const wxPoint& pos = wxDefaultPosition,