Package: gtk

Function gtk-text-buffer-remove-tag

Lambda List

gtk-text-buffer-remove-tag (buffer tag start end)

Arguments

buffer -- a gtk-text-buffer object
tag -- a gtk-text-tag object, or a string with the tag name
start -- a gtk-text-iter iterator with the start bound of the range to be untagged
end -- a gtk-text-iter iterator with the end bound of the range to be untagged

Details

Emits the "remove-tag" signal. The default handler for the signal removes all occurrences of tag from the given range. The start and end iterators do not have to be in order.
 

See also

2021-11-16