Enumeration
GtkTextExtendSelection
since: 4.0
Description [src]
Granularity types that extend the text selection. Use the
GtkTextView::extend-selection
signal to customize the selection.
Available since: 4.0
Members
GTK_TEXT_EXTEND_SELECTION_WORD
-
Selects the current word. It is triggered by a double-click for example.
- Value:
0
- Nickname:
word
- Available since: 4.0
- Value:
GTK_TEXT_EXTEND_SELECTION_LINE
-
Selects the current line. It is triggered by a triple-click for example.
- Value:
1
- Nickname:
line
- Available since: 4.0
- Value: