TextIter.togglesTag

bool togglesTag(gtk.text_tag.TextTag tag = null)

This is equivalent to ([gtk.text_iter.TextIter.startsTag] || [gtk.text_iter.TextIter.endsTag]), i.e. it tells you whether a range with tag applied to it begins or ends at iter.

Parameters

taga #GtkTextTag, or null

Returns

whether tag is toggled on or off at iter