atkRelationNew {RGtk2}R Documentation

atkRelationNew

Description

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

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.12.5-3 Index]