TextIter.hasTag

Returns %TRUE if @iter points to a character that is part of a range tagged with @tag. See also gtk_text_iter_starts_tag() and gtk_text_iter_ends_tag().

class TextIter
bool
hasTag

Parameters

tag TextTag

a #GtkTextTag

Return Value

Type: bool

whether @iter is tagged with @tag

Meta