]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
Avoid CRT deprecation warnings for MSVC build using makefiles too.
[wxWidgets.git] / include / wx / msw / msgdlg.h
index 3a91076877efab302b66541e16d282a7be4b0d32..30573d8eacc2d1540b4dcb32b9f103b0313de157 100644 (file)
@@ -32,6 +32,10 @@ public:
     // return the font used for the text in the message box
     static wxFont GetMessageFont();
 
+protected:
+    // Override this as task dialogs are always centered on parent.
+    virtual void DoCentre(int dir);
+
 private:
     // hook procedure used to adjust the message box beyond what the standard
     // MessageBox() function can do for us
@@ -59,8 +63,6 @@ private:
     // aren't available.
     int ShowMessageBox();
 
-    // used by ShowModal() to display a task dialog.
-    int ShowTaskDialog();
 
     WXHANDLE m_hook; // HHOOK used to position the message box