Signal

GtkTextTag::event

Declaration

gboolean
event (
  GtkTextTag* self,
  GObject* object,
  GdkEvent* event,
  const GtkTextIter* iter,
  gpointer user_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: GObject

The object the event was fired from (typically a GtkTextView)

The data is owned by the caller of the function.
event

Type: GdkEvent

The event which triggered the signal.

The data is owned by the caller of the function.
iter

Type: GtkTextIter

A GtkTextIter pointing 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.