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