atkActionGetName {RGtk2}R Documentation

atkActionGetName

Description

Returns the name of the specified action of the object.

Usage

atkActionGetName(object, i)

Arguments

object [AtkAction] a GObject instance that implements AtkActionIface
i [integer] the action index corresponding to the action to be performed

Value

[character] a name string, or NULL if action does not implement this interface.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]