atkRelationTypeForName {RGtk2.10}R Documentation

atkRelationTypeForName

Description

Get the AtkRelationType type corresponding to a relation name.

Usage

atkRelationTypeForName(name)

Arguments

name [character] a string which is the (non-localized) name of an ATK relation type.

Value

[AtkRelationType] the AtkRelationType enumerated type corresponding to the specified name, or ATK_RELATION_NULL if no matching relation type is found.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]