Learn R Programming

RGtk2 (version 2.20.1)

GtkTextTagTable: GtkTextTagTable

Description

Collection of tags that can be used together

Arguments

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.

Convenient Construction

gtkTextTagTable is the equivalent of gtkTextTagTableNew.

References

http://library.gnome.org/devel//gtk/GtkTextTagTable.html