Package: gtk

Function gtk-text-tag-table-add

Lambda List

gtk-text-tag-table-add (table tag)

Arguments

table -- a gtk-text-tag-table object
tag -- a gtk-text-tag object

Return Value

A boolean which is true on success.

Details

Adds a tag to the tag table. The tag is assigned the highest priority in the tag table. The tag must not be in a tag table already, and may not have the same name as an already added tag.
 

See also

*2021-11-18