enum Gtk::TextExtendSelection
Overview
Granularity types that extend the text selection. Use the
GtkTextView::extend-selection
signal to customize the selection.
Defined in:
auto/gtk-4.0/gtk.crEnum Members
-
Word =
0_u32
-
Selects the current word. It is triggered by a double-click for example.
-
Line =
1_u32
-
Selects the current line. It is triggered by a triple-click for example.