Table of Contents

Efl.Ui.Action_Connector.bind_clickable_to_object

Description

This will listen to the standard "click" events on an object, and emit the appropriate events through the Efl.Input.Clickable interface.

Using these methods widgets do not need to listen to the object events. This class does it and calls the correct clickable functions.

The handled events are Efl.Input.Interface.pointer,up and Efl.Input.Interface.pointer,down.

Signature

bind_clickable_to_object @static {
    params {
        @in object: Efl.Input.Interface;
        @in clickable: Efl.Input.Clickable;
    }
}

C signature

void efl_ui_action_connector_bind_clickable_to_object(Efl_Input_Interface *object, Efl_Input_Clickable *clickable);

Parameters

Implemented by