diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index 70aba8cca1..a4da8468d3 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -216,6 +216,20 @@ public: clicked unlike wxMessageBox() function. */ virtual int ShowModal(); + + + wxString GetCaption() const; + wxString GetMessage() const; + wxString GetExtendedMessage() const; + long GetMessageDialogStyle() const; + bool HasCustomLabels() const; + wxString GetYesLabel() const; + wxString GetNoLabel() const; + wxString GetOKLabel() const; + wxString GetCancelLabel() const; + wxString GetHelpLabel() const; + long GetEffectiveIcon() const; + };