Package: gtk
Function gtk-text-iter-toggles-tag
Lambda Listgtk-text-iter-toggles-tag (iter tag) ArgumentsReturn ValueA boolean whether tag is toggled on or off at the iterator. Details Tells you whether a range with tag applied to it begins or ends at
the iterator. This is equivalent to (or (gtk-text-iter-starts-tag iter tag) (gtk-text-iter-ends-tag iter tag)) | See also |
2021-6-13