TextTagTable


Object Hierarchy:

Gtk.TextTagTable Gtk.TextTagTable Gtk.TextTagTable GLib.Object GLib.Object GLib.Object->Gtk.TextTagTable Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.TextTagTable

Description:

[ CCode ( type_id = "gtk_text_tag_table_get_type ()" ) ]
public sealed class TextTagTable : Object, Buildable

The collection of tags in a `GtkTextBuffer`

You may wish to begin by reading the [text widget conceptual overview](section-text-widget.html), 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: ```xml <object class="GtkTextTagTable"> <child type="tag"> <object class="GtkTextTag"/> </child> </object> ```


Namespace: Gtk
Package: gtk4

Content:

Creation methods:

Methods:

Signals:

Inherited Members: