edje: implement methods for mouse_events with edje_part for Edje Embryo script.
authorJee-Yong Um <conr2d@gmail.com>
Thu, 25 Jun 2015 13:56:48 +0000 (15:56 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 25 Jun 2015 15:21:09 +0000 (17:21 +0200)
commitef491e697e60a6e79bec27164342bfb103d2c95a
treef88a47eb729816224266c7394dc82bdffa2c19a5
parent70e5687f6c43ffd3a66de592e625ff59c15909b6
edje: implement methods for mouse_events with edje_part for Edje Embryo script.

Summary:
In edje_embryo.c, there are the list for supported methods in script.
However, methods listed from line 175 to 188 don't exist actually.
This patch implements 4 methods among them.
   set_mouse_events(part_id, ev)
   get_mouse_events(part_id)
   set_repeat_events(part_id, rep)
   get_repeat_events(part_id)

Reviewers: Hermet, woohyun, cedric

Reviewed By: cedric

Subscribers: cedric, Hermet

Differential Revision: https://phab.enlightenment.org/D2766

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
data/edje/include/edje.inc
src/lib/edje/edje_embryo.c
src/lib/edje/edje_private.h
src/lib/edje/edje_util.c