Function
Atkadd_focus_tracker
Declaration [src]
guint
atk_add_focus_tracker (
AtkEventListener focus_tracker
)
Description [src]
Adds the specified function to the list of functions to be called when an object receives focus.
Deprecated since: | 2.9.4 |
Focus tracking has been dropped as a feature
to be implemented by ATK itself. If you need focus tracking on your
implementation, subscribe to the | |
This function is not directly available to language bindings |
Parameters
focus_tracker |
AtkEventListener |
Function to be added to the list of functions to be called when an object receives focus. |