Package: gtk

Function gtk:accessible-text-contents

Lambda List

gtk:accessible-text-contents (accessible start end)

Arguments

accessible -- a gtk:accessible-text object
start -- an unsigned integer with the beginning of the range, in characters
end -- an unsigned integer with the end of the range, in characters

Return Value

The g:bytes instance with the requested slice of the contents of the accessible object, as UTF-8.

Details

Retrieve the current contents of the accessible object within the given range. If end is G_MAXUINT, the end of the range is the full content of the accessible object.

Since 4.14
 

See also

#2024-11-5