Learn R Programming

RGtk2 (version 2.8.8)

atkActionGetDescription: atkActionGetDescription

Description

Returns a description of the specified action of the object.

Usage

atkActionGetDescription(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 description string, or NULL if action does not implement this interface.