]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
Ensure that we have an available backend for wxWebView compilation.
[wxWidgets.git] / include / wx / msw / msgdlg.h
index 784d339b61364e19e150095ce6fa3f5e80baa4c6..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