The selected state of this object
A change to this property emits the changed event.
Since 1.23
@property selected @pure_virtual { get {} set {} values { selected: bool; } }
Eina_Bool efl_ui_selectable_selected_get(const Eo *obj); void efl_ui_selectable_selected_set(Eo *obj, Eina_Bool selected);