Class
GtkTextTagTable
since: 4.0
Description [src]
final class Gtk.TextTagTable : GObject.Object
implements Gtk.Buildable {
/* No available fields */
}
The collection of tags in a GtkTextBuffer
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.
GtkTextTagTables as GtkBuildable
The GtkTextTagTable
implementation of the GtkBuildable
interface
supports adding tags by specifying “tag” as the “type” attribute
of a <child>
element.
An example of a UI definition fragment specifying tags:
<object class="GtkTextTagTable">
<child type="tag">
<object class="GtkTextTag"/>
</child>
</object>
Available since: 4.0
Signals
Gtk.TextTagTable::tag-added
Emitted every time a new tag is added in the GtkTextTagTable
.
since: 4.0
Gtk.TextTagTable::tag-removed
Emitted every time a tag is removed from the GtkTextTagTable
.
since: 4.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
since: 2.0