Function
Atkremove_focus_tracker
deprecated: 2.9.4 since: 1.0
Declaration [src]
void
atk_remove_focus_tracker (
guint tracker_id
)
Description [src]
Removes the specified focus tracker from the list of functions to be called when any object receives focus.
Available since: 1.0
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 AtkObject::state-change
“focused” signal.