Package: gtk

Function gtk-text-iter-toggled-tags

Lambda List

gtk-text-iter-toggled-tags (iter toggled-on)

Arguments

iter -- a gtk-text-iter instance
toggled-on -- true to get toggled-on tags

Return Value

A list of gtk-text-tag objects toggled at this point.

Details

Returns a list of tags that are toggled on or off at this point.

If toggled-on is true, the list contains tags that are toggled on. If a tag is toggled on at the iterator, then some non-empty range of characters following the iterator has that tag applied to it. If a tag is toggled off, then some non-empty range following the iterator does not have the tag applied to it.
 

See also

2021-6-13