extend_selection


Description:

public virtual signal bool extend_selection (TextExtendSelection granularity, TextIter location, TextIter start, TextIter end)

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.