funcmacro_dialog.h 730 B

1234567891011121314151617181920
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_dialog.h
  3. // Purpose: Dialog function and macro group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_dialog Dialogs
  9. @ingroup group_funcmacro
  10. Below are a number of convenience functions for getting input from the user
  11. or displaying messages. Note that in these functions the last three parameters
  12. are optional. However, it is recommended to pass a parent frame parameter, or
  13. (in MS Windows or Motif) the wrong window frame may be brought to the front when
  14. the dialog box is popped up.
  15. */