Gtk.TextTagTable.prototype.foreach
function foreach(func:Gtk.TextTagTableForeach):void { // Gjs wrapper for gtk_text_tag_table_foreach() }
Calls func on each tag in table, with user data data. Note that the table may not be modified while iterating over it (you can't add/remove tags).
- func
a function to call on each tag