Method
Gtk.TextIter.has_tag
Declaration [src]
gboolean
gtk_text_iter_has_tag (
  const GtkTextIter* iter,
  GtkTextTag* tag
)
Description [src]
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().
Parameters
| tag | GtkTextTag | 
| a  | |
| Ownership is not transferred to the callee |