applyTagByName

open fun applyTagByName(name: String, start: TextIter, end: TextIter)

Emits the “apply-tag” signal on @buffer.

Calls method@Gtk.TextTagTable.lookup on the buffer’s tag table to get a GtkTextTag, then calls method@Gtk.TextBuffer.apply_tag.

Parameters

name

name of a named GtkTextTag

start

one bound of range to be tagged

end

other bound of range to be tagged