Add wxProcess::SetPriority() to allow setting the priority of child processes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:12 +0000 (02:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:12 +0000 (02:10 +0000)
commiteaf4bde6e6585874c4d21a355231813fe08040f6
tree5b242edd70efa475484b86da6cefd95f6871c1ef
parent90e95e61175953284a40c73f1d62ccc18ef4c748
Add wxProcess::SetPriority() to allow setting the priority of child processes.

This uses the same conventions as wxThread::SetPriority() but works on the
entire process.

Closes #14931.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
docs/changes.txt
include/wx/process.h
interface/wx/process.h
setup.h.in
src/common/process.cpp
src/msw/utilsexc.cpp
src/unix/threadpsx.cpp
src/unix/utilsunx.cpp