]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/groups/class_appmanagement.h
   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 licence 
   7 ///////////////////////////////////////////////////////////////////////////// 
  11 @defgroup group_class_appmanagement Application and Process Management 
  14 The classes in this section represent the application (see wxApp) or parts of it 
  15 (e.g. wxEventLoopBase, wxModule). 
  16 They can be used for initialization/shutdown of the application itself. 
  18 Related macros/global-functions group: @ref group_funcmacro_appinitterm.