]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/msgdlg.h
Fix for missing -g from wx-config
[wxWidgets.git] / include / wx / mac / msgdlg.h
index 58fa8e51ae571267a98c103d8c659c66e23a3088..4d3c8ad02ba53a262aff0b48d8abb258eb30209e 100644 (file)
@@ -39,12 +39,13 @@ public:
         long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
 
     int ShowModal();
-};
-
+    
+    // not supported for message dialog, RR
+    virtual void DoSetSize(int x, int y,
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO) {}
 
-int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
-  long style = wxOK|wxCENTRE,
-  wxWindow *parent = NULL, int x = -1, int y = -1);
+};
 
 #endif
     // _WX_MSGBOXDLG_H_