X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/_gauge.i diff --git a/wxPython/src/_gauge.i b/wxPython/src/_gauge.i index 941054bf49..264683d27a 100644 --- a/wxPython/src/_gauge.i +++ b/wxPython/src/_gauge.i @@ -15,9 +15,7 @@ //--------------------------------------------------------------------------- -%{ - DECLARE_DEF_STRING(GaugeNameStr); -%} +MAKE_CONST_WXSTRING(GaugeNameStr); %newgroup @@ -33,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,