Package: gtk

Function gtk:accessible-text-default-attributes

Lambda List

gtk:accessible-text-default-attributes (accessible names values)

Arguments

accessible -- a gtk:accessible-text object
names -- a pointer for an array with the names of the default attributes inside the accessible object
values -- a pointer for an array with strings for the values of the default attributes inside the accessible object

Details

Retrieves the default text attributes inside the accessible object. Each attribute is composed by: a name and a 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.

Since 4.14
 

See also

2026-08-27