Gtk.TextTag::event
function callback(text_tag, object:GObject.Object, event:Gdk.Event, iter:Gtk.TextIter, ):Boolean;
The ::event signal is emitted when an event occurs on a region of the buffer marked with this tag.
- text_tag
instance of Gtk.TextTag that is emitting the signal
- object
the object the event was fired from (typically a Gtk.TextView)
- event
the event which triggered the signal
- iter
a Gtk.TextIter pointing at the location the event occured
- Returns
true to stop other handlers from being invoked for the event. false to propagate the event further.