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:
@@ -72,6 +72,8 @@ public:
|
||||
virtual bool HasOwnContextMenu() const { return true; }
|
||||
|
||||
virtual void CheckSpelling(bool check);
|
||||
virtual bool IsSpellingCheckEnabled() const;
|
||||
|
||||
virtual wxSize GetBestSize() const;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user