Method GTK2.TextBuffer()->get_end_iter()


Method get_end_iter

GTK2.TextIter get_end_iter()

Description

Returns the "end iterator", one past the last valid character in the buffer. If dereferenced with W(TextIter)->get_char(), the end iterator has a character value of 0. The entire buffer lies in the range from the first position in the buffer to the end iterator.