Document that wxCANCEL_DEFAULT doesn't work in wxOSX/Cocoa.

See #16268.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-06-01 16:46:12 +00:00
parent 24b2e3b720
commit cc85c02fa5

View File

@@ -36,7 +36,8 @@ const char wxMessageBoxCaptionStr[] = "Message";
@style{wxNO_DEFAULT}
Makes the "No" button default, can only be used with @c wxYES_NO.
@style{wxCANCEL_DEFAULT}
Makes the "Cancel" button default, can only be used with @c wxCANCEL
Makes the "Cancel" button default, can only be used with @c wxCANCEL.
This style is currently not supported (and ignored) in wxOSX.
@style{wxYES_DEFAULT}
Makes the "Yes" button default, this is the default behaviour and
this flag exists solely for symmetry with @c wxNO_DEFAULT.