Gtk.TextBuffer::apply_tag
function vfunc_apply_tag(tag:Gtk.TextTag, start:Gtk.TextIter, end:Gtk.TextIter):void { }
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.
- tag
- start
one bound of range to be tagged
- end
other bound of range to be tagged