:right-sidebar: True TextExtendSelection =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: TextExtendSelection :no-contents-entry: Granularity types that extend the text selection. Use the ``GtkTextView::extend-selection`` signal to customize the selection. Fields ------ .. rst-class:: interim-class .. class:: TextExtendSelection :no-index: .. attribute:: LINE Selects the current line. It is triggered by a triple-click for example. .. attribute:: WORD Selects the current word. It is triggered by a double-click for example.