TextIter.hasTag

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

class TextIter
int
hasTag

Parameters

tag TextTag

a GtkTextTag

Return Value

Type: int

whether iter is tagged with tag

Meta