Package: gtk
Class gtk:text-tag-table
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:text-tag-table object collects the tags in a gtk:text-buffer object.
Each text buffer has one tag table associated with it. Only tags from that
tag table can be used with the text buffer. A single tag table can be shared
between multiple text buffers, however. GtkTextTagTable as GtkBuildableExample: A UI definition fragment specifying tags. <object class="GtkTextTagTable"> <child type="tag"> <object class="GtkTextTag"/> </child> </object> Signal DetailsThe "tag-added" signallambda (table tag) :run-last
The "tag-changed" signallambda (table tag changed) :run-last
The "tag-removed" signallambda (table tag) :run-last
| Returned byInherited Slot Access FunctionsSee also |
2026-07-04