Gtk.TextTagTable.prototype.lookup
function lookup(name:String):Gtk.TextTag {
// Gjs wrapper for gtk_text_tag_table_lookup()
}Look up a named tag.
- name
name of a tag
- Returns
The tag, or null if none by that name is in the table.
function lookup(name:String):Gtk.TextTag {
// Gjs wrapper for gtk_text_tag_table_lookup()
}Look up a named tag.
name of a tag
The tag, or null if none by that name is in the table.