atkObjectAddRelationship {RGtk2} | R Documentation |
Adds a relationship of the specified type with the specified target.
atkObjectAddRelationship(object, relationship, target)
|
[AtkObject ] The AtkObject to which an AtkRelation is to be added. |
|
[AtkRelationType ] The AtkRelationType of the relation |
|
[AtkObject ] The AtkObject which is to be the target of the relation. |
[logical] TRUE if the relationship is added.
Derived by RGtkGen from GTK+ documentation