get_default_attributes


Description:

[ NoWrapper ]
public abstract void get_default_attributes (out string[] attribute_names, out string[] attribute_values)

Retrieves the default text attributes inside the accessible object.

Each attribute is composed by:

  • a name
  • 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.

Parameters:

this

the accessible object

attribute_names

the names of the default attributes inside the accessible object

attribute_values

the values of the default attributes inside the accessible object