Package: gtk
Function gtk:text-view-move-display-line
Lambda Listgtk:text-view-move-display-line (view iter &key direction start-or-end) ArgumentsReturn ValueTrue if iter was moved and is not on the end iterator. Details Moves the given iter by one display (wrapped) line. If the direction argument is :forward moves forward otherwise backward. If the start-or-end argument is true moves to next
display line end for a forward move and to the display line start for a
backward move. A display line is different from a paragraph. Paragraphs are separated by newlines or other paragraph separator characters. Display lines are created by line-wrapping a paragraph. If wrapping is turned off, display lines and paragraphs will be the same. Display lines are divided differently for each view, since they depend on the width of the text view. Paragraphs are the same in all text views, since they depend on the contents of the text buffer. Notes | See also |
#2024-7-4