]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
reSWIGged
[wxWidgets.git] / wxPython / src / _process.i
index eb08b3f1ea2eeee8cb11b9606d3a836bb68d80fc..dffe60ec6f83358960af657883850776128d0596 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);
@@ -113,10 +113,10 @@ public:
 
     void CloseOutput();
 
-    // return TRUE if the child process stdout is not closed
+    // return True if the child process stdout is not closed
     bool IsInputOpened() const;
 
-    // return TRUE if any input is available on the child process stdout/err
+    // return True if any input is available on the child process stdout/err
     bool IsInputAvailable() const;
     bool IsErrorAvailable() const;
 };
@@ -159,6 +159,8 @@ enum
 };
 
 
+MustHaveApp(wxExecute);
+
 long wxExecute(const wxString& command,
                int flags = wxEXEC_ASYNC,
                wxPyProcess *process = NULL);