A string name/value pair representing a text attribute.
gchar *name;
The attribute name. Call atk_text_attr_get_name()
gchar *value;
the value of the attribute, represented as a string.
Call atk_text_attr_get_value() for those which are strings.
For values which are numbers, the string representation of the number
is in value.
A string name/value pair representing a text attribute. gchar *name; The attribute name. Call atk_text_attr_get_name() gchar *value; the value of the attribute, represented as a string. Call atk_text_attr_get_value() for those which are strings. For values which are numbers, the string representation of the number is in value.