Virtual Method
Gtk TextTagevent
Declaration [src]
gboolean
event(
GtkTextTag*tag,
GObject*event_object,
GdkEvent*event,
constGtkTextIter*iter
)
Description [src]
Emits the "event" signal on the GtkTextTag.
Parameters
event_object-
Type:
Object that received the event, such as a widget.
The data is owned by the caller of the method. event-
Type:
The event.
The data is owned by the caller of the method. iter-
Type:
GtkTextIterLocation where the event was received.
The data is owned by the caller of the method.
Return value
Type: gboolean
Result of signal emission (whether the event was handled).