AtkAttribute

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.

struct AtkAttribute {}

Members

Variables

name
char* name;
Undocumented in source.
value
char* value;
Undocumented in source.

Meta