atkRelationTypeForName {RGtk2} | R Documentation |
Get the AtkRelationType
type corresponding to a relation name.
atkRelationTypeForName(name)
|
[character] a string which is the (non-localized) name of an ATK relation type. |
[AtkRelationType
] the AtkRelationType
enumerated type corresponding to the specified name,
or ATK_RELATION_NULL
if no matching relation type is found.
Derived by RGtkGen from GTK+ documentation