Package: gtk
Function gtk-text-iter-toggled-tags
Lambda Listgtk-text-iter-toggled-tags (iter toggled-on) ArgumentsReturn ValueA 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