Description Methods and Functions Hierarchy Detailed Description Structures Convenient Construction User Functions Signals Author(s) References
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()
1 2 | 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.
GtkTextTagTableundocumented
gtkTextTagTable is the equivalent of gtkTextTagTableNew.
GtkTextTagTableForeach()undocumented
tag-added(texttagtable, user.data)undocumented
texttagtablethe object which received the signal.
user.datauser data set when the signal handler was connected.
tag-changed(texttagtable, user.data)undocumented
texttagtablethe object which received the signal.
user.datauser data set when the signal handler was connected.
tag-removed(texttagtable, user.data)undocumented
texttagtablethe object which received the signal.
user.datauser data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkTextTagTable.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.