Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.TextIter

Method GTK2.TextIter()->forward_to_end()


Method forward_to_end

GTK2.TextIter forward_to_end()

Description

Moves forward to the "end iterator", which points one past the last valid character in the buffer. get_char() called on the end iterator returns 0, which is convenient for writing loops.