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 with the offset, in characters
granularity -- a gtk:accessible-text-granularity value

Return Value

start -- an unsigned integer with the start of the range, in characters
end -- an unsigned integer with 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

#2024-11-5