API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2024.2
since: 3.16
enum Gtk.TextExtendSelection
Granularity types that extend the text selection. Use the GtkTextView::extend-selection signal to customize the selection.
GtkTextView::extend-selection
Available since: 3.16
GTK_TEXT_EXTEND_SELECTION_WORD
Selects the current word. It is triggered by a double-click for example.
0
GTK_TEXT_EXTEND_SELECTION_LINE
Selects the current line. It is triggered by a triple-click for example.
1
Content