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