TextBuffer.applyTagByName

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].

class TextBuffer
void
applyTagByName

Parameters

name string

name of a named GtkTextTag

start TextIter

one bound of range to be tagged

end TextIter

other bound of range to be tagged

Meta