signal callback delegate or function to connect
bool callback(gobject.object.ObjectWrap object, gdk.event.Event event, gtk.text_iter.TextIter iter, gtk.text_tag.TextTag textTag)
object the object the event was fired from (typically a #GtkTextView) (optional)
event the event which triggered the signal (optional)
iter a #GtkTextIter pointing at the location the event occurred (optional)
textTag the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Event signal.
The ::event signal is emitted when an event occurs on a region of the buffer marked with this tag.