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:
GtkTextExtendSelection
The granularity type.
location
-
Type:
GtkTextIter
The location where to extend the selection.
The data is owned by the caller of the function. start
-
Type:
GtkTextIter
Where the selection should start.
The data is owned by the caller of the function. end
-
Type:
GtkTextIter
Where the selection should end.
The data is owned by the caller of the function.