Signal
GtkTextView::extend-selection
since: 3.16
Declaration
gboolean
extend_selection (
  GtkTextView* self,
  GtkTextExtendSelection granularity,
  const GtkTextIter* location,
  const GtkTextIter* start,
  const GtkTextIter* end,
  gpointer user_data
)
      Description [src]
The ::extend-selection signal is emitted when the selection needs to be
extended at location.
| Default handler:  The default handler is called after the handlers added via   | 
| Available since: 3.16 | 
Parameters
granularity- 
            
Type:
GtkTextExtendSelectionThe granularity type.
 location- 
            
Type:
GtkTextIterThe location where to extend the selection.
The data is owned by the caller of the function.  start- 
            
Type:
GtkTextIterWhere the selection should start.
The data is owned by the caller of the function.  end- 
            
Type:
GtkTextIterWhere the selection should end.
The data is owned by the caller of the function.