Package: gtk

Function gtk-text-tag-table-foreach

Lambda List

gtk-text-tag-table-foreach (table func)

Arguments

table -- a gtk-text-tag-table object
func -- a gtk-text-tag-table-foreach-func callback function to call on each tag

Details

Calls func on each tag in the tag table. Note that the tag table may not be modified while iterating over it, you cannot add/remove tags.
 

See also

2021-11-18