Document wxNO_UNSAFE_WXSTRING_CONV in wxString overview

Also add wxUSE_UNSAFE_WXSTRING_CONV to the list of wxUSE_XXX options
documentation and mention it in wxString overview as well.

See #11830.
This commit is contained in:
Vadim Zeitlin
2018-07-11 00:44:46 +02:00
parent f54ac4e243
commit 3dd4fb3997
2 changed files with 27 additions and 4 deletions

View File

@@ -45,6 +45,9 @@ library:
other locales and reduces the library size; useful for embedded systems.}
@itemdef{wxUSE_GUI, Use the GUI classes; if set to 0 only non-GUI classes are
available.}
@itemdef{wxUSE_UNSAFE_WXSTRING_CONV, Defined as 1 by default for compatibility,
but can be set to 0 to globally disable unsafe implicit conversions in
wxString class. See @ref overview_string_settings for more details.}
@endDefList