Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
atkAddGlobalEventListener: atkAddGlobalEventListener
Description
Adds the specified function to the list of functions to be called when an event of type event_type occurs.
Usage
atkAddGlobalEventListener(listener, event.type)
Arguments
listener
[GSignalEmissionHook] the listener to notify
event.type
[character] the type of event for which notification is requested
Value