[Top]
GTK2
GTK2.TextIter
|
Method GTK2.TextIter()->toggles_tag()
- Method
toggles_tag
int toggles_tag(GTK2.TextTag tag)
- 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.
|