atkRelationTypeForName {RGtk2}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 version 2.12.5-3 Index]