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
Definition at line 653 of file component.cc. References Atk::Component::gobj(). { return atk_component_add_focus_handler(gobj(), handler); }
|