edje: Add color class parent-child relationship with APIs 79/93579/5
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 25 Oct 2016 04:16:24 +0000 (13:16 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 31 Oct 2016 10:34:24 +0000 (19:34 +0900)
commit872b8dda0c769e95daac0ce28b9dcfa887fcdb94
treeaa4ee41ea029101379c1a50d937c080c9a78bcc8
parent248c09dc0ccc8d37e2d35456d1352546da81b0d4
edje: Add color class parent-child relationship with APIs

It adds the following APIs
  void edje_object_color_class_parent_set(Evas_Object *obj, Evas_Object *parent)
  void edje_object_color_class_parent_unset(Evas_Object *obj)

If there is a color_class parent object, the color of object will be
follow parent object's color_class.
@tizen_feature

Change-Id: Ia89a26dab596a7dcfcf120dfffcc9787509292c2
src/lib/edje/edje_entry.c
src/lib/edje/edje_object.eo
src/lib/edje/edje_private.h
src/lib/edje/edje_textblock_styles.c
src/lib/edje/edje_util.c