atkComponentAddFocusHandler {RGtk2} | R Documentation |
Add the specified handler to the set of functions to be called when this object receives focus events (in or out). If the handler is already added it is not added again
atkComponentAddFocusHandler(object, handler)
|
[AtkComponent ] The AtkComponent to attach the handler to |
|
[AtkFocusHandler] The AtkFocusHandler to be attached to component |
[numeric] a handler id which can be used in atk_component_remove_focus_handler or zero if the handler was already added.
Derived by RGtkGen from GTK+ documentation