TextBuffer.applyTagByName

Emits the “apply-tag” signal on buffer.

Calls gtk.text_tag_table.TextTagTable.lookup on the buffer’s tag table to get a gtk.text_tag.TextTag, then calls gtk.text_buffer.TextBuffer.applyTag.

class TextBuffer
void
applyTagByName

Parameters

name string

name of a named gtk.text_tag.TextTag

start gtk.text_iter.TextIter

one bound of range to be tagged

end gtk.text_iter.TextIter

other bound of range to be tagged