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;
+
};
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,