X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b1985a920a3e3fb457192d4bee7ea89a72a974a..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/msw/msgdlg.h?ds=sidebyside diff --git a/include/wx/msw/msgdlg.h b/include/wx/msw/msgdlg.h index 784d339b61..6b2f11004b 100644 --- a/include/wx/msw/msgdlg.h +++ b/include/wx/msw/msgdlg.h @@ -27,11 +27,17 @@ public: virtual int ShowModal(); + virtual long GetEffectiveIcon() const; + // implementation-specific // 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