// Purpose: topic overview
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@page overview_cmndlg Common Dialogs
-Classes:
-
-@li wxColourDialog
-@li wxFontDialog
-@li wxPrintDialog
-@li wxFileDialog
-@li wxDirDialog
-@li wxTextEntryDialog
-@li wxPasswordEntryDialog
-@li wxMessageDialog
-@li wxSingleChoiceDialog
-@li wxMultiChoiceDialog
+@tableofcontents
Common dialog classes and functions encapsulate commonly-needed dialog box
requirements. They are all 'modal', grabbing the flow of control until the user
non-MS Windows platforms. However, under MS Windows, the generic dialog can
also be used, for testing or other purposes.
-@li @ref overview_cmndlg_colour
-@li @ref overview_cmndlg_font
-@li @ref overview_cmndlg_print
-@li @ref overview_cmndlg_file
-@li @ref overview_cmndlg_dir
-@li @ref overview_cmndlg_textentry
-@li @ref overview_cmndlg_password
-@li @ref overview_cmndlg_msg
-@li @ref overview_cmndlg_singlechoice
-@li @ref overview_cmndlg_multichoice
-
+@see @ref group_class_cmndlg
-<hr>
@section overview_cmndlg_colour wxColourDialog Overview
@endcode
+
@section overview_cmndlg_font wxFontDialog Overview
Classes: wxFontDialog, wxFontData
@endcode
+
@section overview_cmndlg_print wxPrintDialog Overview
Classes: wxPrintDialog, wxPrintData
for an excerpt from this example.
+
@section overview_cmndlg_file wxFileDialog Overview
Classes: wxFileDialog
@endverbatim
+
@section overview_cmndlg_dir wxDirDialog Overview
Classes: wxDirDialog
single directory.
+
@section overview_cmndlg_textentry wxTextEntryDialog Overview
Classes: wxTextEntryDialog
obtained using wxTextEntryDialog::GetValue().
+
@section overview_cmndlg_password wxPasswordEntryDialog Overview
Classes: wxPasswordEntryDialog
is obtained using wxTextEntryDialog::GetValue().
+
@section overview_cmndlg_msg wxMessageDialog Overview
Classes: wxMessageDialog
user pressed.
+
@section overview_cmndlg_singlechoice wxSingleChoiceDialog Overview
Classes: wxSingleChoiceDialog
index, a string or client data.
+
@section overview_cmndlg_multichoice wxMultiChoiceDialog Overview
Classes: wxMultiChoiceDialog
can select one or more of them.
*/
-