enum Gtk::TextExtendSelection
Overview
Granularity types that extend the text selection. Use the
Gtk::TextView::extend-selection
signal to customize the selection.
Defined in:
lib/gi-crystal/src/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.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.