Package: gtk

Function gtk-text-iter-text

Lambda List

gtk-text-iter-text (start end)

Arguments

start -- a gtk-text-iter instance with the start of a range
end -- a gtk-text-iter instance with the end of a range

Return Value

A string with characters from the text buffer.

Details

Returns a string with the text in the given range.

If the range contains non-text elements such as images, the character and byte offsets in the returned string will not correspond to character and byte offsets in the text buffer. If you want offsets to correspond, see the function gtk-text-iter-slice.
 

See also

2021-6-13