]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msgdlg.h
Fix infinite loop in wxHtmlEasyPrinting page break code.
[wxWidgets.git] / interface / wx / msgdlg.h
index 70aba8cca16d42174d41d47551d6ffc49560d907..2ff0bbb857e00dca466ac25fb388cb3549f3e813 100644 (file)
@@ -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;
+
 };
 
 
@@ -263,6 +277,7 @@ public:
         for @a x and @a y to let the system position the window.
     @param y
         Vertical dialog position (ignored under MSW).
+
     @header{wx/msgdlg.h}
 */
 int wxMessageBox(const wxString& message,