GtkTextTagTable
An object used to manage a collection of GtkTextTags for a GtkTextBuffer.
Object Hierarchy
Direct Subclasses
Description
Constructors
GtkTextTagTable ();-- Creates a new GtkTextTagTable.
Methods
add() Â Adds the given tag to the tag table. foreach() Â get_size() Â lookup() Â Returns the tag from the tag table with the given name. remove() Â
Signals
"tag-added" Â "tag-changed" Â "tag-removed" Â