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 #GtkTextBuffer for the text view. The default implementation is to just call gtk.text_buffer.TextBuffer.new_. Since: 3.10
The class handler for the #GtkTextView::cut-clipboard keybinding signal
The class handler for the #GtkTextView::delete-from-cursor keybinding signal.
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.types.TextViewLayer.BelowText and gtk.types.TextViewLayer.AboveText the drawing is done in the buffer coordinate space, but the older (deprecated) layers gtk.types.TextViewLayer.Below and gtk.types.TextViewLayer.Above work in viewport coordinates, which makes them unnecessarily hard to use. Since: 3.14
The class handler for the #GtkTextView::extend-selection signal. Since 3.16
The class handler for the #GtkTextView::insert-at-cursor keybinding 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::populate-popup signal.
The class handler for the #GtkTextView::set-anchor keybinding signal.
The class handler for the #GtkTextView::toggle-overwrite keybinding signal.