]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Avoid a problem in Phoenix by making UpdateMacScrollWindow not be pure virtual.
[wxWidgets.git] / include / wx / utils.h
index 8c951845f1aa89a1b3339b9d9313a9a104a37eb2..1ee4f2fbcbf8a227938f123c6328406a181e8800 100644 (file)
@@ -342,6 +342,9 @@ enum
 
     // under Unix, if the process is the group leader then passing wxKILL_CHILDREN to wxKill
     // kills all children as well as pid
+    // under Windows (NT family only), sets the CREATE_NEW_PROCESS_GROUP flag,
+    // which allows to target Ctrl-Break signal to the spawned process.
+    // applies to console processes only.
     wxEXEC_MAKE_GROUP_LEADER = 4,
 
     // by default synchronous execution disables all program windows to avoid