AtkRelationSet {RGtk2}R Documentation

AtkRelationSet

Description

A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.

Methods and Functions

atkRelationSetNew()
atkRelationSetContains(object, relationship)
atkRelationSetRemove(object, relation)
atkRelationSetAdd(object, relation)
atkRelationSetGetNRelations(object)
atkRelationSetGetRelation(object, i)
atkRelationSetGetRelationByType(object, relationship)
atkRelationSetAddRelationByType(object, relationship, target)
atkRelationSet()

Hierarchy

  GObject
   +----AtkRelationSet

Structures

AtkRelationSet
The AtkRelationSet structure should not be accessed directly.

Convenient Construction

atkRelationSet is the equivalent of atkRelationSetNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/atk/AtkRelationSet.html


[Package RGtk2 version 2.8.5 Index]