TextIter.hasTag

Returns true if iter points to a character that is part of a range tagged with tag.

See also gtk.text_iter.TextIter.startsTag and gtk.text_iter.TextIter.endsTag.

class TextIter
bool
hasTag

Parameters

tag gtk.text_tag.TextTag

Return Value

Type: bool

whether iter is tagged with tag