Method GTK2.TextIter()->forward_to_tag_toggle()


Method forward_to_tag_toggle

int forward_to_tag_toggle(GTK2.TextTag tag)

Description

Moves forward to the next toggle (on or off) of tag, or to the next toggle of any tag if tag is omitted. If no matching tag toggles are found, returns false, otherwise true. Does not return toggles located at this iter, only toggles after. Sets this iter to the location of the toggle, or to the end of the buffer if no toggle is found.