Package: gtk
Function gtk-text-iter-begins-tag
Lambda Listgtk-text-iter-begins-tag (iter tag) ArgumentsReturn ValueA boolean whether the iterator is the start of a range tagged with tag. Details Returns true if tag is toggled on at exactly this point. If tag is nil, returns true if any tag is toggled on at this point. Note that the function gtk-text-iter-begins-tag returns true if the iterator is the start of the tagged range. The function gtk-text-iter-has-tag tells you whether an iterator is within a tagged range. Warning | See also |
2021-6-13