]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
Add GetWindowBorderSize
[wxWidgets.git] / wxPython / src / _process.i
index 756302cb84a17ccb2a617a739a067a3637bed9d0..7a9b5759f404f3926e0cb2fe93066c3e44929cd0 100644 (file)
@@ -99,7 +99,7 @@ public:
     static wxPyProcess *Open(const wxString& cmd, int flags = wxEXEC_ASYNC);
 
 
-    %pythonAppend wxPyProcess  "self._setCallbackInfo(self, Process); self.this.own(False)"
+    %pythonAppend wxPyProcess  setCallbackInfo(Process) "; self.this.own(False)"
     wxPyProcess(wxEvtHandler *parent = NULL, int id = -1);
     ~wxPyProcess();