]>
Commit | Line | Data |
---|---|---|
dae2800a BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_appinitterm.h | |
3 | // Purpose: App Initialization and Termination fn and macro group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
dae2800a BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_funcmacro_appinitterm Application Initialization and Termination | |
11 | @ingroup group_funcmacro | |
12 | ||
13 | The functions in this section are used on application startup/shutdown and also | |
14 | to control the behaviour of the main event loop of the GUI programs. | |
15 | ||
dbbca9fd FM |
16 | Related macros/global-functions group: @ref group_class_appmanagement. |
17 | ||
dae2800a BP |
18 | */ |
19 |