Gtk.TextViewClass

Fields

Name

Type

Access

Description

backspace

object

r

The class handler for the Gtk.TextView ::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 Gtk.TextBuffer for the text view. The default implementation is to just call Gtk.TextBuffer.new().

cut_clipboard

object

r

The class handler for the Gtk.TextView ::cut-clipboard keybinding signal

delete_from_cursor

object

r

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

draw_layer

object

r

The draw_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 the drawing is done in the buffer coordinate space, but the older (deprecated) layers Gtk.TextViewLayer.BELOW and Gtk.TextViewLayer.ABOVE work in viewport coordinates, which makes them unnecessarily hard to use.

extend_selection

object

r

The class handler for the Gtk.TextView ::extend-selection signal.

insert_at_cursor

object

r

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

insert_emoji

object

r

move_cursor

object

r

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

parent_class

Gtk.ContainerClass

r

The object class structure needs to be the first

paste_clipboard

object

r

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

populate_popup

object

r

The class handler for the Gtk.TextView ::populate-popup signal.

set_anchor

object

r

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

toggle_overwrite

object

r

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

Methods

None

Details

class Gtk.TextViewClass