atkDocumentSetAttributeValue {RGtk2} | R Documentation |
Returns:
atkDocumentSetAttributeValue(object, attribute.name, attribute.value)
|
[AtkDocument ] a GObject instance that implements AtkDocumentIface |
|
[character] a character string representing the name of the attribute whose value is being set. |
|
[character] a string value to be associated with attribute_name . |
Since ATK 1.12
[logical] TRUE if value
is successfully associated with attribute_name
for this document, FALSE otherwise (e.g. if the document does not
allow the attribute to be modified).
Derived by RGtkGen from GTK+ documentation