TextIter.togglesTag

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

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