evas: Move move_children_relative to legacy only
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 11 Oct 2016 03:02:20 +0000 (12:02 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Oct 2016 02:25:56 +0000 (11:25 +0900)
commita0b8408021fc0dd46e5e4d8425755448d4d28c53
treedbeaa19d0f50031a9a918f9616e0209d68e7a2ce
parent97c9fa64a461ccf60e63fd8a8982c9b8c5c6290e
evas: Move move_children_relative to legacy only

While this kind of API seems to make sense with smart objects
(relative coordinates), it is currently not used apart from
the smart object class itself.

So, for now, I'm moving this to legacy to clean up Efl.Canvas.Group
and we can later add the equivalent in a clean "group" API.
src/lib/evas/canvas/efl_canvas_group.eo
src/lib/evas/canvas/evas_object_smart.c
src/lib/evas/canvas/evas_object_smart_clipped.c