]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
use solid bacgkround for static box as pattern brush can't be properly aligned when...
[wxWidgets.git] / include / wx / process.h
index adefc2620a3db0ee8640d775bf648bab1c3a305b..fc7049d404959e59770fbabd1009dd1fc6721c82 100644 (file)
@@ -43,7 +43,7 @@ class WXDLLIMPEXP_BASE wxProcess : public wxEvtHandler
 {
 public:
     // kill the process with the given PID
-    static wxKillError Kill(int pid, wxSignal sig = wxSIGTERM);
+    static wxKillError Kill(int pid, wxSignal sig = wxSIGTERM, int flags = wxKILL_NOCHILDREN);
 
     // test if the given process exists
     static bool Exists(int pid);