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