atkActionGetKeybinding {RGtk2}R Documentation

atkActionGetKeybinding

Description

Returns a keybinding associated with this action, if one exists.

Usage

atkActionGetKeybinding(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 string representing the keybinding, or NULL if there is no keybinding for this action.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]