event


Description:

[ HasEmitter ]
public virtual signal bool event (Object event_object, Event event, TextIter iter)

The event signal is emitted when an event occurs on a region of the buffer marked with this tag.

Parameters:

event

the event which triggered the signal

iter

a TextIter pointing at the location the event occurred

object

the object the event was fired from (typically a TextView)

Returns:

true to stop other handlers from being invoked for the event. false to propagate the event further.