edje: Edje_Edit - add edje_edit_group_orientation_set/_get.
authorMaksym Volodin <m.volodin@samsung.com>
Thu, 5 Jun 2014 17:38:20 +0000 (19:38 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Thu, 5 Jun 2014 17:38:27 +0000 (19:38 +0200)
commit5cbceec23f5e4c8205e602f1041110846782b6b4
tree0b9f6332f552fce649000d67697b8f91c27358e4
parent9901a04be214e3d1db466cff662a9d72613e4f6c
edje: Edje_Edit - add edje_edit_group_orientation_set/_get.

Summary:
Set or get orientation for group:
0 for EDJE_ORIENTATION_AUTO, 1 for EDJE_ORIENTATION_LTR, 2 for EDJE_ORIENTATION_RTL.
_get return 0 (AUTO), 1 (LTR), 2(RTL) orientation was setted for the group. -1 if an error occurred.
_set return EINA_TRUE if successful, EINA_FALSE otherwise.

@feature

Reviewers: cedric, raster, seoz, Hermet

CC: reutskiy.v.v, cedric
Differential Revision: https://phab.enlightenment.org/D938

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
src/lib/edje/edje_edit.c