1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/os2/msgdlg.h
3 // Purpose: wxMessageDialog class. Use generic version if no
4 // platform-specific implementation.
5 // Author: David Webster
9 // Copyright: (c) David Webster
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
, public wxMessageDialogBase
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
40 }; // end of CLASS wxMessageDialog