Learn R Programming

RGtk2 (version 2.8.7)

atkAddKeyEventListener: atkAddKeyEventListener

Description

Adds the specified function to the list of functions to be called when a key event occurs. The data element will be passed to the AtkKeySnoopFunc (listener) as the func.data param, on notification.

Usage

atkAddKeyEventListener(listener, data)

Arguments

Value

[numeric] added event listener id, or 0 on failure.