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 |
Parameters
object-
Type:
GObjectThe object the event was fired from (typically a
GtkTextView).The data is owned by the caller of the function. event-
Type:
GdkEventThe 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.