[Top]
GTK2
GTK2.TextIter
|
Method GTK2.TextIter()->ends_tag()
- Method
ends_tag
int ends_tag(GTK2.TextTag tag)
- Description
Returns true if tag is toggled off at exactly this point. If tag is
omitted, returns true if any tag is toggled off at this point. Not that
ends_tag() returns true if this iter it at the end of the tagged range;
has_tag() tells you whether an iterator is within a tagged range.
|