Document wxCENTRE style for wxMessageDialog.

This is currently only implemented for MSW but we could implement it for the
other ports in the future.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-01-18 00:29:12 +00:00
parent 187839afce
commit 7981d3408f

View File

@@ -53,6 +53,9 @@
@style{wxSTAY_ON_TOP} @style{wxSTAY_ON_TOP}
Makes the message box stay on top of all other windows and not only Makes the message box stay on top of all other windows and not only
just its parent (currently implemented only under MSW and GTK). 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 @endStyleTable
@library{wxcore} @library{wxcore}