Learn R Programming

RGtk2 (version 2.20.1)

AtkRelation: AtkRelation

Description

An object used to describe a relation between a object and one or more other objects.

Arguments

Methods and Functions

atkRelationTypeRegister(name) atkRelationTypeGetName(type) atkRelationTypeForName(name) atkRelationNew(targets, relationship) atkRelationGetRelationType(object) atkRelationGetTarget(object) atkRelationAddTarget(object, target) atkRelation(targets, relationship)

Hierarchy

GObject +----AtkRelation

Detailed Description

An AtkRelation describes a relation between an object and one or more other objects. The actual relations that an object has with other objects are defined as an AtkRelationSet, which is a set of AtkRelations.

Convenient Construction

atkRelation is the equivalent of atkRelationNew.

References

http://library.gnome.org/devel//atk/AtkRelation.html