Package: gtk
Function gtk:accessible-text-attributes
Lambda Listgtk:accessible-text-attributes (accessible offset nranges ranges names values) ArgumentsReturn ValueTrue if the accessible object has at least one attribute. Details
Retrieves the text attributes inside the accessible object.
Each attribute is composed by: a range, a name and a value. It is left to the implementation to determine the serialization format of the value to a string. GTK provides support for various text attribute names and values, but implementations of this interface are free to add their own attributes. If this function returns true, nranges will be set to a value greater than or equal to one, ranges will be set to a newly allocated array of GtkAccessibleTextRange instances. Since 4.14 | See also
|
2026-08-27