startsTag

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

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

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

Note that if this function returns true, it means that

Return

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

Parameters

tag

a GtkTextTag