Method
GtkTextItertoggles_tag
Declaration [src]
gboolean
gtk_text_iter_toggles_tag (
const GtkTextIter* iter,
GtkTextTag* tag
)
Description [src]
This is equivalent to (gtk_text_iter_starts_tag() ||
gtk_text_iter_ends_tag()), i.e. it tells you whether a range with
tag
applied to it begins or ends at iter
.
Parameters
tag
-
Type:
GtkTextTag
A
GtkTextTag
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method.