Package: gtk

Function gtk-text-iter-ends-tag

Lambda List

gtk-text-iter-ends-tag (iter tag)

Arguments

iter -- a gtk-text-iter instance
tag -- a gtk-text-tag object, or nil

Return Value

A boolean whether the iterator is the end of a range tagged with tag.

Details

Returns true if tag is toggled off at exactly this point.

If tag is nil, returns true if any tag is toggled off at this point. Note that the function gtk-text-iter-ends-tag returns true if the iterator is the end of the tagged range. The function gtk-text-iter-has-tag tells you whether an iterator is within a tagged range.
 

See also

2021-6-13