]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
ShouldInheritColours
[wxWidgets.git] / wxPython / src / _process.i
index b3e1155429ff67eedb1976da85da7aa5394f5a99..642a03134e62a4d25102153bd5da4016e15d173f 100644 (file)
@@ -89,7 +89,7 @@ public:
     static wxPyProcess *Open(const wxString& cmd, int flags = wxEXEC_ASYNC);
 
 
-    %addtofunc wxPyProcess  "self._setCallbackInfo(self, Process)"
+    %pythonAppend wxPyProcess  "self._setCallbackInfo(self, Process)"
     wxPyProcess(wxEvtHandler *parent = NULL, int id = -1);
 
     void _setCallbackInfo(PyObject* self, PyObject* _class);