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