Efl.Control (interface)

Description

Efl control interface

Members

priority (get, set)

Control the priority of the object.
int efl_control_priority_get(const Eo *obj);
void efl_control_priority_set(Eo *obj, int priority);


suspend (get, set)

Controls whether the object is suspended or not.
Eina_Bool efl_control_suspend_get(const Eo *obj);
void efl_control_suspend_set(Eo *obj, Eina_Bool suspend);


Events