wxMaxima
Loading...
Searching...
No Matches
Data Structures | Functions
LoggingMessageDialog.h File Reference

This file declares a message dialog that sends its contents to the log message sink. More...

#include "precomp.h"
#include <wx/msgdlg.h>
#include <wx/log.h>
Include dependency graph for LoggingMessageDialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LoggingMessageDialog
 A message dialog that sends its contents to the log message sink. More...
 

Functions

int LoggingMessageBox (const wxString &message, const wxString &caption=wxString(wxMessageBoxCaptionStr), int style=wxOK|wxCENTRE, wxWindow *parent=NULL, int x=wxDefaultCoord, int y=wxDefaultCoord)
 

Detailed Description

This file declares a message dialog that sends its contents to the log message sink.