Gspell.CheckerDialog¶
- 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)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gspell.CheckerDialog(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(parent, navigator)¶
- Parameters:
parent (
Gtk.Window
) – transient parent of the dialog.navigator (
Gspell.Navigator
) – theGspell.Navigator
to use.
- Returns:
a new
Gspell.CheckerDialog
widget.- Return type:
- Returns:
the
Gspell.Navigator
used.- Return type:
Property Details¶
- Name:
spell-navigator
- Type:
- Default Value:
- Flags:
The
Gspell.Navigator
to use.