funcmacro_appinitterm.h 675 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_appinitterm.h
  3. // Purpose: App Initialization and Termination fn and macro group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_appinitterm Application Initialization and Termination
  9. @ingroup group_funcmacro
  10. The functions in this section are used on application startup/shutdown and also
  11. to control the behaviour of the main event loop of the GUI programs.
  12. Related macros/global-functions group: @ref group_class_appmanagement.
  13. */