Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
atkActionGetKeybinding: 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.