atkRoleForName {RGtk2}R Documentation

atkRoleForName

Description

Get the AtkRole type corresponding to a rolew name.

Usage

atkRoleForName(name)

Arguments

name

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

Value

[AtkRole] the AtkRole enumerated type corresponding to the specified name, or

ATK_ROLE_INVALID
if no matching role is found.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]