Efl.Ui.Collection.selected_iterator_new

Description

Get the selected items in a iterator. The iterator sequence will be decided by selection.

Signature

selected_iterator_new @pure_virtual {
    return: iterator<Efl.Ui.Selectable> @no_unused;
}

C signature

Eina_Iterator *efl_ui_selectable_selected_iterator_new(Eo *obj);

Implemented by