Correct description of EnableProofCheck() requirements

This functionality is available since Windows 8 only, not 7.
This commit is contained in:
Vadim Zeitlin
2021-08-23 01:16:21 +02:00
parent 25f9127499
commit af43b7c965

View File

@@ -1397,10 +1397,10 @@ public:
Enable or disable native spell checking on this text control if it is
available on the current platform.
@onlyfor{wxmsw,wxgtk}
Currently wxMSW (>= Windows 7) and wxGTK3 are supported. In addition,
wxMSW use requires that the text control has the wxTE_RICH2 style
set. wxGTK3 requires that the control has the wxTE_MULTILINE style.
Currently this is supported in wxMSW (when running under Windows 8 or
later) and wxGTK when using GTK 3. In addition, wxMSW requires that the
text control has the wxTE_RICH2 style set. wxGTK3 requires that the
control has the wxTE_MULTILINE style.
@param enable
Enables native proof checking if true, disables it otherwise.