TextBuffer.applyTagByName

void applyTagByName(string name, gtk.text_iter.TextIter start, gtk.text_iter.TextIter end)

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.

Parameters

namename of a named gtk.text_tag.TextTag
startone bound of range to be tagged
endother bound of range to be tagged