]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / src / _process.i
index 5474130544f00b2bcbc79f130e3c49084ab523bd..bada7e7ac43dc7e7486e50174d51cac9038ae094 100644 (file)
@@ -78,7 +78,8 @@ IMP_PYCALLBACK_VOID_INTINT( wxPyProcess, wxProcess, OnTerminate);
 %}
 
 
-%name(Process)class wxPyProcess : public wxEvtHandler {
+%rename(Process) wxPyProcess;
+class wxPyProcess : public wxEvtHandler {
 public:
     // kill the process with the given PID
     static wxKillError Kill(int pid,