Navigator
Object Hierarchy:
Description:
[
CCode ( type_cname =
"GspellNavigatorInterface" , type_id =
"gspell_navigator_get_type ()" ) ]
public interface Navigator :
InitiallyUnowned
All known implementing classes:
Content:
Methods:
- public abstract void change (string word, string change_to)
Changes the current word by change_to in the
text.
- public abstract void change_all (string word, string change_to)
Changes all occurrences of word by change_to
in the text.
- public abstract bool goto_next (out string word, out Checker spell_checker) throws Error
Goes to the next misspelled word.
Inherited Members:
All known members inherited from class GLib.Object