Displaying 3 results from an estimated 3 matches for "check_spelling".
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
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.
...lt;span class="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_2...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...boBox#get_selection, rename method (AF)
+- Fix for XRC error in Linux listbook sample (AF)
+- Enable no-arg constructor for Frame for use with XRC (AF)
+- Fix for Window#get_handle (AF)
+- Remove deprecated DC#begin/end_drawing (AF)
+- Fix AUI compilation on Windows, remove odbc linking (AF)
+- Add check_spelling method (SL)
+- Cleanup/corrections for Window and ControlWithItems docs (SL)
+- Added missing TIMER constants (SL)
+- Fix some rakefile warnings (AF)
+- Correct documentation for ListBox (AF)
+- Misc documentation fixes (SL)
+- Fix spelling mistake in dialog sample doc (SL)
+- Add correct documenta...