Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GspellLanguageChooserButton
GspellLanguageChooserButton implements AtkImplementorIface, GtkBuildable, GtkActionable, GtkActivatable and GspellLanguageChooser.
GspellLanguageChooserButton is a GtkButton to choose an available GspellLanguage. GspellLanguageChooserButton implements the GspellLanguageChooser interface.
The button contains a label with the “language” name, as
returned by gspell_language_get_name()
. When the button is clicked, a
GspellLanguageChooserDialog is launched to choose the language.
GtkWidget *
gspell_language_chooser_button_new (const GspellLanguage *current_language
);