Gtk.TextTag.prototype.event

function event(event_object:GObject.Object, event:Gdk.Event, iter:Gtk.TextIter):Boolean {
    // Gjs wrapper for gtk_text_tag_event()
}

Emits the "event" signal on the Gtk.TextTag.

event_object

object that received the event, such as a widget

event

the event

iter

location where the event was received

Returns

result of signal emission (whether the event was handled)