Gspell.LanguageChooserDialog¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gspell.LanguageChooser (4)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gspell.LanguageChooserDialog(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(parent, current_language, flags)¶
- Parameters:
parent (
Gtk.Window
) – transient parent of the dialog.current_language (
Gspell.Language
orNone
) – theGspell.Language
to select initially, orNone
to pick the default language.flags (
Gtk.DialogFlags
) –Gtk.DialogFlags
- Returns:
a new
Gspell.LanguageChooserDialog
widget.- Return type: