Allow spell-checking to be turned off with the MLTE implementation of wxTextCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-11-21 07:08:40 +00:00
parent 38c6df6e11
commit 6df8705880
3 changed files with 15 additions and 0 deletions

View File

@@ -343,6 +343,8 @@ the client area origin nor scrolling. ", "",
virtual void SetSelection(long from, long to);
virtual void SelectAll();
virtual void SetEditable(bool editable);
virtual void MacCheckSpelling(bool check);
// generate the wxEVT_COMMAND_TEXT_UPDATED event, like SetValue() does
void SendTextUpdatedEvent();