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.