X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ede7b01760e920b31520b15c919445db882a8012..49a63afbad7646668df343d29edd88458bc7e0a9:/include/wx/msw/msgdlg.h?ds=sidebyside diff --git a/include/wx/msw/msgdlg.h b/include/wx/msw/msgdlg.h index 3a91076877..30573d8eac 100644 --- a/include/wx/msw/msgdlg.h +++ b/include/wx/msw/msgdlg.h @@ -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