Package: gtk

Function gtk:text-iter-toggled-tags

Lambda List

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

Arguments

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

Return Value

The 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 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

2024-7-1