widget: add _elm_widget_style_set_internal function to internal usage.
authorJinYong Park <j4939.park@samsung.com>
Fri, 23 Dec 2016 06:45:50 +0000 (15:45 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:11 +0000 (14:37 +0900)
commite12dc8edfd4cb23f09b3948a65b3be2318461481
tree890c588a12cd95b6f7ac681acfa387c9b32fe64d
parentc2e3dadf92fd518f0e637456cecf601192058178
widget: add _elm_widget_style_set_internal function to internal usage.

For some composite widgets, using "elm_widget_style_set" function
check its subobject theme apply result and it cause problem which can't set theme excatly.
To avoid this problem, internal style set function don't check sub objects theme apply result.

Change-Id: I84588263aa2936c7d1696fbfc46d3d509e5d8189
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
src/lib/elm_priv.h
src/lib/elm_widget.c