TextBuffer.applyTag

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