search for: maccheckspelling

Displaying 2 results from an estimated 2 matches for "maccheckspelling".

2007 Apr 21
0
[971] branches/wxruby2/wxwidgets_282/swig/classes: Added method to turn off ''Check Spelling as You Type'' on OS X 10.4.x and above.
...uot;lines">@@ -10,6 +10,7 @@ </span><span class="cx"> %ignore wxTextCtrl::wxTextCtrl(); </span><span class="cx"> %ignore wxTextCtrl::operator<<; </span><span class="cx"> </span><ins>+%rename(check_spelling) MacCheckSpelling; </ins><span class="cx"> </span><span class="cx"> %{ </span><span class="cx"> // Allow << to work with a TextCtrl </span></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigclassesinclu...
2007 Apr 18
5
Turning off spell checker in TextCtrl
Hi, I''m running WxRuby2 on Mac OS X. Something is spell checking the text that I put into it; words it doesn''t recognize get an annoying red line under them. How can I turn the spell checker off? Thanks, Paul