Package: gtk
Function gtk:text-iter-forward-to-line-end
| Lambda Listgtk:text-iter-forward-to-line-end (iter) ArgumentsReturn ValueTrue if we moved and the new location is not the end iterator. Details      
    Moves the iterator to point to the paragraph delimiter characters, which
    will be either a newline, a carriage return, a carriage return/newline in
    sequence, or the Unicode paragraph separator character.   If the iterator is already at the paragraph delimiter characters, moves to the paragraph delimiter characters for the next line. If the iterator is on the last line in the text buffer, which does not end in paragraph delimiters, moves to the end iterator (end of the last line), and returns false. | See also | 
2024-07-01