gtkTextTagEvent: gtkTextTagEvent

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Emits the "event" signal on the GtkTextTag.

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkTextTagEvent in RGtk2...