Zim::GUI::Spell.3pm

Langue: en

Version: 2009-03-16 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Zim::GUI::Spell - Wrapper for Gtk2::Spell

DESCRIPTION

This module is a wrapper for the Gtk2::Spell object when this is used by zim. It takes care of showing the proper menu items etc.

METHODS

"new(app =" PARENT)>
Simple constructor
"init()"
Method called by the constructor.
"TSpell()"
Toggle spell checking on/off.
"attach(TEXTVIEW)"
This method attaches the spell checker to a Gtk2::TextView object. Since it can only be attached to one object at a time it detaches from any previously attached view.
"detach(TEXTVIEW)"
Detaches "Gtk2::Spell" object from the TextView object. It is recommended to do this before changing the TextBuffer underneath the TextView.

AUTHOR

Jaap Karssenberg (Pardus) <pardus@cpan.org>

Copyright (c) 2006 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO