Package: gtk

Function gtk:text-iter-char

Lambda List

gtk:text-iter-char (iter)

Arguments

iter -- a gtk:text-iter instance

Return Value

The Unicode character.

Details

Returns a Unicode character at this iterator, or #\Nul 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 #OBJECT_REPLACEMENT_CHARACTER character with the 0xFFFC char code is returned. If invoked on the end iterator, #\Nul with the 0 char code is returned.
 

See also

2024-7-1