Efl.Ui.Action_Connector (class)

Description

Helper class that connects theme signals or object events to the interfaces which are for actions.

For example, this simplifies creating widgets that implement the Efl.Input.Clickable interface.

Members

bind_clickable_to_object static

This will listen to the standard "click" events on an object, and emit the appropriate events through the Efl.Input.Clickable interface.
void efl_ui_action_connector_bind_clickable_to_object(Efl_Input_Interface *object, Efl_Input_Clickable *clickable);


bind_clickable_to_theme static

This will listen to the standard "click" events on a theme and emit the appropriate events through the Efl.Input.Clickable interface.
void efl_ui_action_connector_bind_clickable_to_theme(Efl_Canvas_Layout *object, Efl_Input_Clickable *clickable);


Events