Method GTK2.TextIter()->toggles_tag()
- Method toggles_tag
inttoggles_tag(GTK2.TextTagtag)- Description
This is equivalent to begins_tag()||ends_tag(), i.e it tells you whether a range with tag applied to it beings or ends here.
int toggles_tag(GTK2.TextTag tag)
This is equivalent to begins_tag()||ends_tag(), i.e it tells you whether a range with tag applied to it beings or ends here.