Package: gtk

Function gtk:text-iter-forward-to-end

Lambda List

gtk:text-iter-forward-to-end (iter)

Arguments

iter -- a gtk:text-iter instance

Details

Moves the iterator forward to the "end iterator", which points one past the last valid character in the text buffer. The gtk:text-iter-char function called on the end iterator returns #\Nul, which is convenient for writing loops.
 

See also

2024-7-1