Implement minimal support for spell checking in wxOSX too
Reuse the existing CheckSpelling() function. Also deprecate wxTextCtrl::MacCheckSpelling() in favour of the new portable EnableProofCheck().
This commit is contained in:
@@ -128,6 +128,7 @@ public:
|
||||
virtual bool HasOwnContextMenu() const wxOVERRIDE { return true; }
|
||||
|
||||
virtual void CheckSpelling(bool check) wxOVERRIDE;
|
||||
virtual bool IsSpellingCheckEnabled() const wxOVERRIDE;
|
||||
virtual void EnableAutomaticQuoteSubstitution(bool enable) wxOVERRIDE;
|
||||
virtual void EnableAutomaticDashSubstitution(bool enable) wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user