gtkTextTagEvent {RGtk2}R Documentation

gtkTextTagEvent

Description

Emits the "event" signal on the GtkTextTag.

Usage

gtkTextTagEvent(object, event.object, event, iter)

Arguments

object

a GtkTextTag

event.object

object that received the event, such as a widget

event

the event

iter

location where the event was received

Value

[logical] result of signal emission (whether the event was handled)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]