Method GTK2.TextBuffer()->get_iter_at_offset()


Method get_iter_at_offset

GTK2.TextIter get_iter_at_offset(int offset)

Description

Returns an iterator at position offset chars from the start of the entire buffer. If offset is -1 or greater than the number of characters in the buffer, returns the end iterator, the iterator one past the last valid character in the buffer.