Link to wxRichMessageDialog in some places

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2010-08-19 18:29:46 +00:00
parent 03d291d933
commit 0800eb846c
2 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,7 @@ Related Overviews: @ref overview_cmndlg
@li wxRearrangeDialog: Dialog allowing the user to rearrange a list of items.
@li wxRichTextFormattingDialog: A dialog for formatting the content of a
wxRichTextCtrl
@li wxRichMessageDialog: Nicer message box dialog
@li wxSingleChoiceDialog: Dialog to get a single selection from a list and
return the string
@li wxSymbolPickerDialog: Symbol selector dialog

View File

@ -67,6 +67,7 @@
@category{cmndlg}
@see @ref overview_cmndlg_msg
@see wxRichMessageDialog
*/
class wxMessageDialog : public wxDialog
{