extend_selection
Description:
[ Version ( since = "3.16" ) ]
public virtual signal bool extend_selection (TextExtendSelection granularity, TextIter location, TextIter start, TextIter end)
public virtual signal bool extend_selection (TextExtendSelection granularity, TextIter location, TextIter start, TextIter end)
The extend_selection signal is emitted when the selection needs to be extended at location
.
Parameters:
granularity |
the granularity type |
location |
the location where to extend the selection |
start |
where the selection should start |
end |
where the selection should end |
Returns:
gdk_event_stop to stop other handlers from being invoked for the event. gdk_event_propagate to propagate the event further. |