Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

atkComponentAddFocusHandler

atkComponentAddFocusHandler


Description

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

Usage

atkComponentAddFocusHandler(object, handler)

Arguments

object

[AtkComponent] The AtkComponent to attach the handler to

handler

[AtkFocusHandler] The AtkFocusHandler to be attached to component

Value

[numeric] a handler id which can be used in atk_component_remove_focus_handler or zero if the handler was already added.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.