atkRelationSetGetRelation {RGtk2}R Documentation

atkRelationSetGetRelation

Description

Determines the relation at the specified position in the relation set.

Usage

atkRelationSetGetRelation(object, i)

Arguments

object [AtkRelationSet] an AtkRelationSet
i [integer] a gint representing a position in the set, starting from 0.

Value

[AtkRelation] a AtkRelation, which is the relation at position i in the set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]