Gspell.NavigatorTextView¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gspell.NavigatorTextView(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(view)¶
- Parameters:
view (
Gtk.TextView
) – aGtk.TextView
.- Returns:
a new
Gspell.NavigatorTextView
floating object.- Return type:
- get_view()¶
- Returns:
the
Gtk.TextView
.- Return type:
Property Details¶
- Gspell.NavigatorTextView.props.view¶
- Name:
view
- Type:
- Default Value:
- Flags:
The
Gtk.TextView
. The buffer is not sufficient, the view is needed to scroll to the misspelled words.