2008-03-14 05:47:17 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_procctrl.h
|
|
|
|
// Purpose: Process Control function and macro group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 13:29:13 +00:00
|
|
|
// Licence: wxWindows licence
|
2008-03-14 05:47:17 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_procctrl Process Control
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
The functions in this section are used to launch or terminate the other
|
|
|
|
processes.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|