Gtk.TextViewClass

Fields

Name

Type

Access

Description

backspace

object

r

The class handler for the GtkTextView::backspace keybinding signal.

copy_clipboard

object

r

The class handler for the GtkTextView::copy-clipboard keybinding signal.

create_buffer

object

r

The create_buffer vfunc is called to create a GtkTextBuffer for the text view. The default implementation is to just call Gtk.TextBuffer.new().

cut_clipboard

object

r

The class handler for the GtkTextView::cut-clipboard keybinding signal

delete_from_cursor

object

r

The class handler for the GtkTextView::delete-from-cursor keybinding signal.

extend_selection

object

r

The class handler for the GtkTextView::extend-selection signal.

insert_at_cursor

object

r

The class handler for the GtkTextView::insert-at-cursor keybinding signal.

insert_emoji

object

r

The class handler for the GtkTextView::insert-emoji signal.

move_cursor

object

r

The class handler for the GtkTextView::move-cursor keybinding signal.

padding

[object]

r

parent_class

Gtk.WidgetClass

r

The object class structure needs to be the first

paste_clipboard

object

r

The class handler for the GtkTextView::paste-clipboard keybinding signal.

set_anchor

object

r

The class handler for the GtkTextView::set-anchor keybinding signal.

snapshot_layer

object

r

The snapshot_layer vfunc is called before and after the text view is drawing its own text. Applications can override this vfunc in a subclass to draw customized content underneath or above the text. In the Gtk.TextViewLayer.BELOW_TEXT and Gtk.TextViewLayer.ABOVE_TEXT layers the drawing is done in the buffer coordinate space.

toggle_overwrite

object

r

The class handler for the GtkTextView::toggle-overwrite keybinding signal.

Methods

None

Details

class Gtk.TextViewClass