apply_tag_by_name
Description:
Emits the “apply-tag” signal on this.
Calls [method@Gtk.TextTagTable.lookup] on the buffer’s tag table to get a `GtkTextTag`, then calls [method@Gtk.TextBuffer.apply_tag].
Parameters:
this |
a `GtkTextBuffer` |
name |
name of a named `GtkTextTag` |
start |
one bound of range to be tagged |
end |
other bound of range to be tagged |