Gspell.NavigatorTextView

g GObject.GInterface GObject.GInterface Gspell.Navigator Gspell.Navigator GObject.GInterface->Gspell.Navigator GObject.InitiallyUnowned GObject.InitiallyUnowned Gspell.NavigatorTextView Gspell.NavigatorTextView GObject.InitiallyUnowned->Gspell.NavigatorTextView GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gspell.Navigator->Gspell.NavigatorTextView

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gspell.Navigator (3)

Structs:

GObject.ObjectClass (5)

class

new (view)

get_view ()

Virtual Methods

Inherited:

GObject.Object (7), Gspell.Navigator (3)

Properties

Name

Type

Flags

Short Description

view

Gtk.TextView

r/w/co

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.InitiallyUnowned

r

Class Details

class Gspell.NavigatorTextView(**kwargs)
Bases:

GObject.InitiallyUnowned, Gspell.Navigator

Abstract:

No

Structure:

Gspell.NavigatorTextViewClass

classmethod new(view)
Parameters:

view (Gtk.TextView) – a Gtk.TextView.

Returns:

a new Gspell.NavigatorTextView floating object.

Return type:

Gspell.Navigator

get_view()
Returns:

the Gtk.TextView.

Return type:

Gtk.TextView

Property Details

Gspell.NavigatorTextView.props.view
Name:

view

Type:

Gtk.TextView

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The Gtk.TextView. The buffer is not sufficient, the view is needed to scroll to the misspelled words.