widget: Override evas_obj_paragraph_direction_set 81/75881/4
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 22 Jun 2016 05:24:04 +0000 (14:24 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 23 Jun 2016 10:46:26 +0000 (03:46 -0700)
commit7aca43dfed4fa53e9f9098557cf7275d43a5f419
tree94182fbebfbc1996d23ae96e428e63697e1b2816
parent034a1d1fe2656c5a6fced6e70b786e0f795cec6a
widget: Override evas_obj_paragraph_direction_set

For applying the paragraph direction to subobjs,
elm_widget_evas_object_paragraph_direction_set is added.
It allows to use evas_object_paragraph_direction_set API to
any elementary widget and the paragraph direction wil be propagated to
child objects and smart members.
It depends on D1690.

@tizen_feature

Change-Id: I777a669a8db3431d31bec3a0589c27a34bf7709c
src/lib/elm_widget.c
src/lib/elm_widget.eo
src/lib/elm_widget.h
src/lib/elm_win.c
src/lib/elm_win.eo