TextIter.togglesTag

This is equivalent to (gtk_text_iter_starts_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 Value

Type: bool

whether @tag is toggled on or off at @iter

Meta