1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxMessageDialog class. Use generic version if no
4 // platform-specific implementation.
5 // Author: David Webster
9 // Copyright: (c) AUTHOR
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
13 #ifndef _WX_MSGBOXDLG_H_
14 #define _WX_MSGBOXDLG_H_
17 #include "wx/dialog.h"
23 class WXDLLEXPORT wxMessageDialog
: public wxDialog
25 DECLARE_DYNAMIC_CLASS(wxMessageDialog
)
27 wxMessageDialog( wxWindow
* pParent
28 ,const wxString
& rsMessage
29 ,const wxString
& rsCaption
= wxMessageBoxCaptionStr
30 ,long lStyle
= wxOK
|wxCENTRE
31 ,const wxPoint
& rPos
= wxDefaultPosition
41 }; // end of CLASS wxMessageDialog