atkRelationNew: atkRelationNew

Description Usage Arguments Value Author(s)

View source: R/atkFuncs.R

Description

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

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to atkRelationNew in RGtk2...