X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9b2c695ffbb16d97c8ac5055f5dfb4288b48f7a..26b22ae371c4ba3cfc35deb0f72b4288081b54fd:/interface/wx/msgdlg.h?ds=sidebyside diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index 048f8cbe74..c2613390a6 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -53,6 +53,9 @@ @style{wxSTAY_ON_TOP} Makes the message box stay on top of all other windows and not only just its parent (currently implemented only under MSW and GTK). + @style{wxCENTRE} + Centre the message box on its parent or on the screen if parent is not + specified (currently only implemented under MSW). @endStyleTable @library{wxcore}