TextIter.togglesTag

This is equivalent to (gtk_text_iter_begins_tag() || gtk_text_iter_ends_tag()), i.e. it tells you whether a range with @tag applied to it begins or ends at @iter.

class TextIter
bool
togglesTag

Parameters

tag TextTag

a #GtkTextTag, or %NULL

Return: whether @tag is toggled on or off at @iter

Meta