widget: Apply color_class parent-child relationship 14/93714/2
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 25 Oct 2016 10:50:22 +0000 (19:50 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 31 Oct 2016 10:52:36 +0000 (03:52 -0700)
commit18afb0650f279b8886eacdcdb110489bcac07e82
tree343ac9c3b14b1c2a5544a941752a14fdae5e3882
parent0590b4b0b221afbdacd2eabefef6e4070da4eb5b
widget: Apply color_class parent-child relationship

It removes color_class hashes from elm_widget.
The color_class hash can be removed if we use the following function
to update color classes of internal objects: edje_object_color_class_parent_set().
But, the color_class hash of Elm_Widget_Item has to be maintained.
Because, the edje object of item could be recreated without recreation of Elm_Widget_Item.

@tizen_feature

Change-Id: I40cabe27a3d4976d47258479a2aac58a27ddac45
src/lib/elm_entry.c
src/lib/elm_entry.eo
src/lib/elm_priv.h
src/lib/elm_widget.c
src/lib/elm_widget.h