Package: gtk
Function gtk-text-iter-char
Lambda Listgtk-text-iter-char (iter) ArgumentsReturn ValueA Unicode character. Details
Returns a Unicode character at this iterator, or 0 if the iterator is not
dereferenceable.
If the element at this iterator is a non-character element, such as an image embedded in the text buffer, the Unicode "unknown" character 0xFFFC
is returned. If invoked on the end iterator, zero is returned. | See also |
2021-6-13