Virtual Method
AtkUtiladd_key_event_listener
Declaration [src]
guint
add_key_event_listener (
AtkKeySnoopFunc listener,
gpointer data
)
Description [src]
Adds the specified function to the list of functions to be called when a key event occurs.
Parameters
listener
-
Type:
AtkKeySnoopFunc
No description available.
data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method.