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
int
togglesTag

Parameters

tag TextTag

a GtkTextTag, or NULL. [allow-none]

Return Value

Type: int

whether tag is toggled on or off at iter

Meta