endsTag

fun endsTag(tag: TextTag? = null): Boolean

Returns true if @tag is toggled off at exactly this point.

If @tag is null, returns true if any tag is toggled off at this point.

Note that if this function returns true, it means that

Return

whether @iter is the end of a range tagged with @tag

Parameters

tag

a GtkTextTag