class_managedwnd.h 710 B

12345678910111213141516171819202122
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_managedwnd.h
  3. // Purpose: Managed Windows classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_managedwnd Managed Windows
  9. @ingroup group_class
  10. There are several types of window that are directly controlled by the window
  11. manager (such as MS Windows, or the Motif Window Manager). Frames and dialogs
  12. are similar in wxWidgets, but only dialogs may be modal.
  13. Related Overviews: @ref overview_cmndlg
  14. Related macros/global-functions group: @ref group_funcmacro_dialog
  15. */