toggles_tag
Description:
public bool toggles_tag (
TextTag tag)
Gets whether a range with tag applied to it begins or ends at this.
This is equivalent to (gtk_text_iter_starts_tag || ends_tag)
Parameters:
| this |
an iterator
|
| tag |
a `GtkTextTag`
|
Returns:
|
whether tag is toggled on or off at this
|