Module: Gtk::TextExtendSelection

Defined in:
(unknown)

Constant Summary collapse

WORD =

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

0 or :word
LINE =

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

1 or :line