group: Replace group_no_render by object no_render
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 6 Sep 2016 11:02:34 +0000 (20:02 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Oct 2016 02:25:55 +0000 (11:25 +0900)
commit9b8da4eb026c0945671f9304fe3fe8fd8d1ce992
treeba69fbd69046d7ed26f0ee80d946789056c48380
parentaba152a8be0f87387b123e9388472d4367ffb713
group: Replace group_no_render by object no_render

Most of the smart functions "Efl.Canvas.Group.group_xxx" should
not exist and be overrides of the base object function instead.
Cleaning this up is necessary if we want an EO API for custom
smart objects. This patch is the first attempt at removing a
method (the simplest one).

As for no_render, I wonder if propagating to the children
really is necessary. evas_render should skip them already.
src/lib/edje/edje_object.eo
src/lib/edje/edje_smart.c
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo
src/lib/evas/canvas/efl_canvas_group.eo
src/lib/evas/canvas/efl_canvas_group_clipped.eo
src/lib/evas/canvas/evas_clip.c
src/lib/evas/canvas/evas_object_smart.c
src/lib/evas/canvas/evas_object_smart_clipped.c