GtkTextTagTable {RGtk2} | R Documentation |
Collection of tags that can be used together
gtkTextTagTableNew()
gtkTextTagTableAdd(object, tag)
gtkTextTagTableRemove(object, tag)
gtkTextTagTableLookup(object, name)
gtkTextTagTableForeach(object, func, data = NULL)
gtkTextTagTableGetSize(object)
gtkTextTagTable()
GObject +----GtkTextTagTable
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.
GtkTextTagTable
gtkTextTagTable
is the equivalent of gtkTextTagTableNew
.
GtkTextTagTableForeach(tag, data)
tag
GtkTextTag
] data
The (texttagtable, arg1, user.data)
texttagtable
GtkTextTagTable
] the object which received the signal.arg1
GtkTextTag
] user.data
The (texttagtable, arg1, arg2, user.data)
texttagtable
GtkTextTagTable
] the object which received the signal.arg1
GtkTextTag
] arg2
user.data
The (texttagtable, arg1, user.data)
texttagtable
GtkTextTagTable
] the object which received the signal.arg1
GtkTextTag
] user.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkTextTagTable.html