Text.attributeGetValue

Gets the value for the index of the AtkTextAttribute

class Text
static
string
attributeGetValue

Parameters

attr AtkTextAttribute

The AtkTextAttribute for which a value is required

index int

The index of the required value

Return Value

Type: string

a string containing the value; this string should not be freed; NULL is returned if there are no values maintained for the attr value. Signal Details The "text-attributes-changed" signal void user_function (AtkText *atktext, gpointer user_data) : Run Last The "text-attributes-changed" signal is emitted when the text attributes of the text of an object which implements AtkText changes.

Meta