Add support for using native spell checking in wxTextCtrl
Add wxTextCtrl::EnableSpellCheck() and implement it for wxMSW and wxGTK3. Closes #17544.
This commit is contained in:
@@ -216,6 +216,12 @@
|
||||
|
||||
#cmakedefine01 wxUSE_SECRETSTORE
|
||||
|
||||
#if (defined(__WXGTK3__) || defined(__WXMSW__))
|
||||
#cmakedefine01 wxUSE_SPELLCHECK
|
||||
#else
|
||||
#cmakedefine01 wxUSE_SPELLCHECK
|
||||
#endif
|
||||
|
||||
#cmakedefine01 wxUSE_STDPATHS
|
||||
|
||||
#cmakedefine01 wxUSE_TEXTBUFFER
|
||||
|
Reference in New Issue
Block a user