Package: gtk

Function gtk-text-iter-forward-line

Lambda List

gtk-text-iter-forward-line (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

A boolean whether the iterator can be dereferenced.

Details

Moves the iterator to the start of the next line.

If the the iterator is already on the last line of the text buffer, moves the iterator to the end of the current line. If after the operation, the iterator is at the end of the text buffer and not dereferencable, returns false. Otherwise, returns true.
 

See also

2021-6-15