Next: GtkTextView, Previous: GtkTextTag, Up: Top
Collection of tags that can be used together
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.
<gtk-text-tag-table>)Creates a new
<gtk-text-tag-table>. The table contains no tags by default.
- ret
- a new
<gtk-text-tag-table>
<gtk-text-tag-table>) (tag <gtk-text-tag>)Add a tag to the table. The tag is assigned the highest priority in the table.
tag must not be in a tag table already, and may not have the same name as an already-added tag.
- table
- a
<gtk-text-tag-table>- tag
- a
<gtk-text-tag>
<gtk-text-tag-table>) (tag <gtk-text-tag>)Remove a tag from the table. This will remove the table's reference to the tag, so be careful - the tag will end up destroyed if you don't have a reference to it.
- table
- a
<gtk-text-tag-table>- tag
- a
<gtk-text-tag>