Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkTextTagTable

GtkTextTagTable


Description

Collection of tags that can be used together

Methods and Functions

gtkTextTagTableNew()
gtkTextTagTableAdd(object, tag)
gtkTextTagTableRemove(object, tag)
gtkTextTagTableLookup(object, name)
gtkTextTagTableForeach(object, func, data = NULL)
gtkTextTagTableGetSize(object)
gtkTextTagTable()

Hierarchy

GObject
   +----GtkTextTagTable

Detailed Description

You may wish to begin by reading the text widget conceptual overview which gives an overview of all the objects and data types related to the text widget and how they work together.

Structures

GtkTextTagTable

undocumented

Convenient Construction

gtkTextTagTable is the equivalent of gtkTextTagTableNew.

User Functions

GtkTextTagTableForeach()

undocumented

Signals

tag-added(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

tag-changed(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

tag-removed(texttagtable, user.data)

undocumented

texttagtable

the object which received the signal.

user.data

user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.