Signal
GtkTextView::extend-selection
Declaration
gboolean
extend_selection (
  GtkTextView* self,
  GtkTextExtendSelection granularity,
  const GtkTextIter* location,
  const GtkTextIter* start,
  const GtkTextIter* end,
  gpointer user_data
)
Description [src]
Emitted when the selection needs to be extended at location.
| Default handler: The default handler is called after the handlers added via  | 
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.