Package: gtk

Function gtk:accessible-text-contents-at

Lambda List

gtk:accessible-text-contents-at (accessible offset granularity)

Syntax

(gtk:accessible-text-contents-at accessible offset granularity) => start, end

Arguments

accessible -- a gtk:accessible-text object
offset -- an unsigned integer for the offset, in characters
granularity -- a gtk:accessible-text-granularity value
start -- an unsigned integer for the start of the range, in characters
end -- an unsigned integer for the end of the range, in characters

Details

Retrieve the current contents of the accessible object starting from the given offset, and using the given granularity. The start and end values contain the boundaries of the text.

Since 4.14
 

See also

#2025-07-19