X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..0d267606ff0b2acebe59ef6aeab98b01ee67eb6b:/wxPython/contrib/xrc/_xmlhandler.i diff --git a/wxPython/contrib/xrc/_xmlhandler.i b/wxPython/contrib/xrc/_xmlhandler.i index 223bc2f62e..018d20777a 100644 --- a/wxPython/contrib/xrc/_xmlhandler.i +++ b/wxPython/contrib/xrc/_xmlhandler.i @@ -140,7 +140,7 @@ IMP_PYCALLBACK_BOOL_NODE_pure(wxPyXmlResourceHandler, wxXmlResourceHandler, CanH %name(XmlResourceHandler) class wxPyXmlResourceHandler : public wxObject { public: - %addtofunc wxPyXmlResourceHandler "self._setCallbackInfo(self, XmlResourceHandler)" + %pythonAppend wxPyXmlResourceHandler "self._setCallbackInfo(self, XmlResourceHandler)" wxPyXmlResourceHandler() : wxXmlResourceHandler() {} //~wxPyXmlResourceHandler();