atkRelationNew {RGtk2}R Documentation

atkRelationNew

Description

Create a new relation for the specified key and the specified list of targets. See also atkObjectAddRelationship.

Usage

atkRelationNew(targets, relationship)

Arguments

targets

[AtkObject] a list of pointers to

AtkObjects
relationship

[AtkRelationType] an AtkRelationType with which to create the new AtkRelation

Value

[AtkRelation] a pointer to a new AtkRelation

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]