Selectable interface for UI objects
An object implementing this interface can be selected. When the selected property of this object changes, the Efl.Ui.Selectable.selected,changed event is emitted.
Since 1.23
selected (get, set)
The selected state of this object
Eina_Bool efl_ui_selectable_selected_get(const Eo *obj); void efl_ui_selectable_selected_set(Eo *obj, Eina_Bool selected);