Top | ![]() |
![]() |
![]() |
![]() |
GspellChecker * | spell-checker | Read / Write / Construct |
GtkTextView * | view | Read / Write / Construct Only |
GspellNavigatorGtv is a simple implementation of the GspellNavigator interface.
If a selection exists in the GtkTextView, only the selected text is spell checked. Otherwise the whole buffer is checked. The same GspellChecker is used throughout the navigation.
If only the selected text is spell checked, the implementation of
gspell_navigator_change_all()
changes only the occurrences that were
present in the selection.
The implementation of gspell_navigator_goto_next()
selects the
misspelled word and scrolls to it.
GspellNavigator * gspell_navigator_gtv_new (GtkTextView *view
,GspellChecker *spell_checker
);
“spell-checker”
property“spell-checker” GspellChecker *
The GspellChecker to use.
Flags: Read / Write / Construct
“view”
property“view” GtkTextView *
The GtkTextView. The buffer is not sufficient, the view is needed to scroll to the misspelled words.
Flags: Read / Write / Construct Only