[ 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.
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) |
true to stop other handlers from being invoked for the event. false to propagate the event further. |