~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to docs/doxygen/groups/funcmacro_dialog.h

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

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