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.

class TextBuffer
void
applyTag

Parameters

tag TextTag

a #GtkTextTag

start TextIter

one bound of range to be tagged

end TextIter

other bound of range to be tagged

Meta