atkObjectAddRelationship {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]