Package: gtk

Function gtk:text-tag-event

Lambda List

gtk:text-tag-event (tag object event iter)

Arguments

tag -- a gtk:text-tag object
object -- a g:object instance that received the event
event -- a gdk:event event
iter -- a gtk:text-iter iterator with the location where the event was received

Return Value

The boolean whether the event was handled.

Details

Emits the "event" signal on the tag object.
 

See also

#2023-3-15