26 #ifndef LOGGINGMESSAGEDIALOG_H
27 #define LOGGINGMESSAGEDIALOG_H
31 #include <wx/msgdlg.h>
40 LoggingMessageDialog(wxWindow *parent,
const wxString &message,
const wxString &caption=wxMessageBoxCaptionStr,
long style=wxOK|wxCENTRE,
const wxPoint &pos=wxDefaultPosition):
41 wxMessageDialog (parent, message, caption, style, pos)
43 wxLogMessage(message);
47 extern int LoggingMessageBox(
const wxString & message,
48 const wxString & caption = wxMessageBoxCaptionStr,
49 int style = wxOK|wxCENTRE,
50 wxWindow * parent = NULL,
51 int x = wxDefaultCoord,
52 int y = wxDefaultCoord
55 #endif // LOGGINGMESSAGEDIALOG_H