]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
Small speed up to fonts and support for scaling.
[wxWidgets.git] / include / wx / msw / msgdlg.h
index 43093a234f9de8ecbe024aaac6be42447f92f385..52720f12962c7c5095b9115a51f96ca6e6428a79 100644 (file)
@@ -38,12 +38,10 @@ public:
         long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
 
     int ShowModal(void);
-};
 
+    DECLARE_NO_COPY_CLASS(wxMessageDialog)
+};
 
-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_