]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_appmanagement.h | |
3 | // Purpose: Application and Process Management classes group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_class_appmanagement Application and Process Management | |
12 | @ingroup group_class | |
13 | ||
dbbca9fd FM |
14 | The classes in this section are used to handle application-wide settings or |
15 | for initialization/shutdown of the application itself. | |
16 | ||
17 | Related macros/global-functions group: @ref group_funcmacro_appinitterm. | |
18 | ||
6e7f563b BP |
19 | */ |
20 |