Signal
Gtk TextTag::event
Declaration
gboolean
event(
GtkTextTag*self,
GObject*object,
GdkEvent*event,
constGtkTextIter*iter,
gpointeruser_data
)
Description [src]
The ::event signal is emitted when an event occurs on a region of the buffer marked with this tag.
Default handler:
The default handler is called after the handlers added via g_signal_connect().
Parameters
object-
Type:
The object the event was fired from (typically a
GtkTextView).The data is owned by the caller of the function. event-
Type:
The event which triggered the signal.
The data is owned by the caller of the function. iter-
Type:
GtkTextIterA
GtkTextIterpointing at the location the event occurred.The data is owned by the caller of the function.
Return value
Type: gboolean
TRUE to stop other handlers from being invoked for the
event. FALSE to propagate the event further.