API Version: 4.0
Library Version: 4.1.0
enum Gtk.TextExtendSelection
Granularity types that extend the text selection. Use the GtkTextView::extend-selection signal to customize the selection.
GtkTextView::extend-selection
GTK_TEXT_EXTEND_SELECTION_WORD
"word"
0
Selects the current word. It is triggered by a double-click for example.
GTK_TEXT_EXTEND_SELECTION_LINE
"line"
1
Selects the current line. It is triggered by a triple-click for example.