The class handler for the GtkTextView::backspace keybinding signal.
The class handler for the GtkTextView::copy-clipboard keybinding signal.
The create_buffer vfunc is called to create a gtk.text_buffer.TextBuffer for the text view. The default implementation is to just call gtk.text_buffer.TextBuffer.new_.
The class handler for the GtkTextView::cut-clipboard keybinding signal
The class handler for the GtkTextView::delete-from-cursor keybinding signal.
The class handler for the GtkTextView::extend-selection signal.
The class handler for the GtkTextView::insert-at-cursor keybinding signal.
The class handler for the GtkTextView::insert-emoji signal.
The class handler for the GtkTextView::move-cursor keybinding signal.
The object class structure needs to be the first
The class handler for the GtkTextView::paste-clipboard keybinding signal.
The class handler for the GtkTextView::set-anchor keybinding signal.
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.types.TextViewLayer.BelowText and gtk.types.TextViewLayer.AboveText layers the drawing is done in the buffer coordinate space.
The class handler for the GtkTextView::toggle-overwrite keybinding signal.