Efl.Canvas.Group.group_member_remove

Description

Removes a member object from a given smart object.

This removes a member object from a smart object, if it was added to any. The object will still be on the canvas, but no longer associated with whichever smart object it was associated with.

See also Efl.Canvas.Group.group_member_add. See also Efl.Canvas.Group.group_member_is.

Since 1.22

Signature

group_member_remove {
    params {
        @in sub_obj: Efl.Canvas.Object;
    }
}

C signature

Parameters

  • sub_obj (in) - The member object to remove.

Implemented by