Package: gtk
Function gtk:text-iter-offset
Lambda Listgtk:text-iter-offset (iter) SyntaxArgumentsDetails The gtk:text-iter-offset function returns the character offset of an
iterator. The (setf gtk:text-iter-offset) function sets the iterator to point to the
given character offset. Each character in a text buffer has an offset, starting with 0 for the first character in the text buffer. Use the gtk:text-buffer-iter-at-offset function to convert an character offset back into an iterator. | See also |
2024-7-1