
Gnome::Gtk4::T-textview
Constants
GTK_TEXT_VIEW_PRIORITY_VALIDATE
The priority at which the text view validates onscreen lines in an idle job in the background.
Enumerations
GtkTextExtendSelection
Granularity types that extend the text selection. Use the Gnome::Gtk4::TextView::extend-selection` signal to customize the selection.
GTK_TEXT_EXTEND_SELECTION_WORD; Selects the current word. It is triggered by a double-click for example.GTK_TEXT_EXTEND_SELECTION_LINE; Selects the current line. It is triggered by a triple-click for example.
GtkTextViewLayer
Used to reference the layers of Gnome::Gtk4::TextView for the purpose of customized drawing with the snapshot_layer vfunc.
GTK_TEXT_VIEW_LAYER_BELOW_TEXT; The layer rendered below the text (but above the background).GTK_TEXT_VIEW_LAYER_ABOVE_TEXT; The layer rendered above the text.
GtkTextWindowType
Used to reference the parts of Gnome::Gtk4::TextView.
GTK_TEXT_WINDOW_WIDGET; Window that floats over scrolling areas.GTK_TEXT_WINDOW_TEXT; Scrollable text window.GTK_TEXT_WINDOW_LEFT; Left side border window.GTK_TEXT_WINDOW_RIGHT; Right side border window.GTK_TEXT_WINDOW_TOP; Top border window.GTK_TEXT_WINDOW_BOTTOM; Bottom border window.
About all my projects