2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_appinitterm.h
|
|
|
|
// Purpose: App Initialization and Termination fn and macro group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-14 01:47:17 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_appinitterm Application Initialization and Termination
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
The functions in this section are used on application startup/shutdown and also
|
|
|
|
to control the behaviour of the main event loop of the GUI programs.
|
|
|
|
|
2008-12-12 13:51:54 -05:00
|
|
|
Related macros/global-functions group: @ref group_class_appmanagement.
|
|
|
|
|
2008-03-14 01:47:17 -04:00
|
|
|
*/
|
|
|
|
|