Efl.Access.Selection.selected_child_deselect

Description

Removes selection for given child index

Signature

selected_child_deselect @beta @protected @pure_virtual {
    params {
        @in child_index: int;
    }
    return: bool;
}

C signature

Eina_Bool efl_access_selection_selected_child_deselect(Eo *obj, int child_index);

Parameters

  • child_index (in) - Index of child

Implemented by