Efl.Ui.Selectable (interface)

Description

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

Members

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);


Events

selected,changed

Called when the selected state has changed.
EFL_UI_EVENT_SELECTED_CHANGED(Eina_Bool)