TextBuffer.applyTag
void applyTag(gtk.text_tag.TextTag tag, gtk.text_iter.TextIter start, gtk.text_iter.TextIter end)Emits the “apply-tag” signal on buffer.
The default handler for the signal applies tag to the given range. start and end do not have to be in order.
Parameters
tag | a [gtk.text_tag.TextTag] |
start | one bound of range to be tagged |
end | other bound of range to be tagged |