Displaying 2 results from an estimated 2 matches for "mac_os_x_version_10_4".
Did you mean:
mac_os_x_version_10_5
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.
...p              //renamed in the .i file to check_spelling
+#ifdef __WXMAC__
+        #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
+                void MacCheckSpelling(bool check);
+        #endif
+#endif
</ins><span class=&quo...