Enumeration (GI Enum)

Gtk-3.0GtkTextExtendSelectionSince 3.16

Granularity types that extend the text selection. Use the Gtk.TextView.SignalSignatures.extend_selection | Gtk.TextView::extend-selection signal to customize the selection.

3.16

Index

Enumeration Members

Enumeration Members

LINE: number

Selects the current line. It is triggered by a triple-click for example.

WORD: number

Selects the current word. It is triggered by a double-click for example.