signal callback delegate or function to connect
bool callback(gtk.types.TextExtendSelection granularity, gtk.text_iter.TextIter location, gtk.text_iter.TextIter start, gtk.text_iter.TextIter end, gtk.text_view.TextView textView)
granularity the granularity type (optional)
location the location where to extend the selection (optional)
start where the selection should start (optional)
end where the selection should end (optional)
textView the instance the signal is connected to (optional)
Returns GDK_EVENT_STOP to stop other handlers from being invoked for the event. GDK_EVENT_PROPAGATE to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ExtendSelection signal.
Emitted when the selection needs to be extended at location.