|
NAMEGtk2::Spell - Bindings for GtkSpell with Gtk2SYNOPSISuse Gtk2; use Gtk2::Spell; $txtview = Gtk2::TextView->new; $spell = Gtk2::Spell->new_attach($txtview); $spell2 = Gtk2::Spell->get_from_text_view($txtview); # $spell2 will be the same object as $spell $spell->set_language(SOME_LANG); $spell->recheck_all; $spell->detach; ABSTRACTPerl bindings to GtkSpell, used in concert with Gtk2::TextView. DESCRIPTIONPerl bindings to GtkSpell, used in concert with Gtk2::TextView. Provides mis-spelled word highlighting in red and offers a right click pop-up menu with suggested corrections.FUNCTIONS
SEE ALSOperl(1), Glib(1), Gtk2(1).AUTHORrwmcfa1 <rwmcfa1@neces.com>COPYRIGHT AND LICENSECopyright 2003 by rwmcfa1Copyright 2003 by the gtk2-perl team. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.
Visit the GSP FreeBSD Man Page Interface. |