making spell checking selectable via system options, Bug 1736428
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
// has more features (backgrounds etc.), but may show redraw artefacts and other
|
// has more features (backgrounds etc.), but may show redraw artefacts and other
|
||||||
// problems depending on your usage; hence, the default is 'false'.
|
// problems depending on your usage; hence, the default is 'false'.
|
||||||
#define wxMAC_TEXTCONTROL_USE_MLTE wxT("mac.textcontrol-use-mlte")
|
#define wxMAC_TEXTCONTROL_USE_MLTE wxT("mac.textcontrol-use-mlte")
|
||||||
|
// set this to 'true' if you want editable text controls to have spell checking turned
|
||||||
|
// on by default, you can change this setting individually on a control using MacCheckSpelling
|
||||||
|
#define wxMAC_TEXTCONTROL_USE_SPELL_CHECKER wxT("mac.textcontrol-use-spell-checker")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
|
Reference in New Issue
Block a user