.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMessageDialog 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMessageDialog \- Simple message box dialog .SH DESCRIPTION This class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons. .SH "PARENTS" wxDialog wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/msgdlg.h .SH MEMBERS .SS wxMessageDialog (wxWindow* parentconst wxString& messageconst wxString& caption = "Messagelong style = wxOKconst wxPoint& pos = wxDefaultPosition) Constructor. Use wxMessageDialog::ShowModal to show the dialog. .SS ~wxMessageDialog () Destructor. .SS int ShowModal () Shows the dialog, returning one of wxID_OK, wxID_CANCEL, wxID_YES, wxID_NO. .SH "SEE ALSO" wxDialog wxWindow wxEvtHandler wxObject wxMessageDialog overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.