Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
atkObjectAddRelationship: atkObjectAddRelationship
Description
Adds a relationship of the specified type with the specified target.
Usage
atkObjectAddRelationship(object, relationship, target)
Arguments
object
[
AtkObject
] The
AtkObject
to which an AtkRelation is to be added.
relationship
[
AtkRelationType
] The
AtkRelationType
of the relation
target
[
AtkObject
] The
AtkObject
which is to be the target of the relation.
Value
[logical] TRUE if the relationship is added.