atkTextAttributeForName {RGtk2}R Documentation

atkTextAttributeForName

Description

Get the AtkTextAttribute type corresponding to a text attribute name.

Usage

atkTextAttributeForName(name)

Arguments

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

Value

[AtkTextAttribute] the AtkTextAttribute enumerated type corresponding to the specified name, or ATK_TEXT_ATTRIBUTE_INVALID if no matching text attribute is found.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]