Package: gtk
Class gtk-text-tag-table
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details
A tag table defines a set of tags that can be used together. Each tag is stored in a gtk-text-tag-table 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
| Inherited Slot Access FunctionsSee also |
2021-11-18