Virtual Method
GtkTextTagevent
Declaration [src]
gboolean
event (
GtkTextTag* tag,
GObject* event_object,
GdkEvent* event,
const GtkTextIter* iter
)
Parameters
event_object
-
Type:
GObject
Object that received the event, such as a widget.
The data is owned by the caller of the method. event
-
Type:
GdkEvent
The event.
The data is owned by the caller of the method. iter
-
Type:
GtkTextIter
Location where the event was received.
The data is owned by the caller of the method.