class_appmanagement.h 694 B

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