Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_appmanagement.h | |
3 | // Purpose: Application and Process Management classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_appmanagement Application and Process Management | |
11 | @ingroup group_class | |
12 | ||
3c99e2fd FM |
13 | The classes in this section represent the application (see wxApp) or parts of it |
14 | (e.g. wxEventLoopBase, wxModule). | |
15 | They can be used for initialization/shutdown of the application itself. | |
dbbca9fd FM |
16 | |
17 | Related macros/global-functions group: @ref group_funcmacro_appinitterm. | |
18 | ||
6e7f563b BP |
19 | */ |
20 |