evas: Add group_member_is to smart objects
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Sep 2017 01:56:55 +0000 (10:56 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Sep 2017 02:01:29 +0000 (11:01 +0900)
commitbb9d8bdbaa475004c1d0331880a4e0df71cd5bb0
tree55160aca16eddd6421d1a43f65cd59bb5fa3cc53
parent0885d0c405316e0a807d00f38d22f74cd11be5f6
evas: Add group_member_is to smart objects

This is a new function that indicates whether an object is a child of a
parent or not. Dead simple, as this simply compares if parent == this.
Note that this check was impossible to do with the event grabber.

Also, rename group_children_iterate to group_members_iterate for
consistency with the other group_member functions.

@feature
src/lib/evas/canvas/efl_canvas_group.eo
src/lib/evas/canvas/efl_canvas_object_event_grabber.c
src/lib/evas/canvas/efl_canvas_object_event_grabber.eo
src/lib/evas/canvas/evas_object_smart.c