Efl.Canvas.Group.group_members_iterate

Description

Returns an iterator over the children of this object, which are canvas objects.

This returns the list of "smart" children. This might be different from both the Efl.Object children list as well as the Efl.Container content list.

Since 1.22

Signature

group_members_iterate @const {
    return: iterator<Efl.Canvas.Object>;
}

C signature

Eina_Iterator *efl_canvas_group_members_iterate(const Eo *obj);

Implemented by