| Top |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GspellCheckerDialog
Description
GspellCheckerDialog is a GtkDialog to spell check a document one word at a time. It uses a GspellNavigator.
Functions
gspell_checker_dialog_new ()
GtkWidget * gspell_checker_dialog_new (GtkWindow *parent,GspellNavigator *navigator);
gspell_checker_dialog_get_spell_navigator ()
GspellNavigator *
gspell_checker_dialog_get_spell_navigator
(GspellCheckerDialog *dialog);
Property Details
The “spell-navigator” property
“spell-navigator” GspellNavigator *
The GspellNavigator to use.
Owner: GspellCheckerDialog
Flags: Read / Write / Construct Only
