summaryrefslogtreecommitdiff
path: root/data/edje
diff options
context:
space:
mode:
authorJinyong Park <j4939.park@samsung.com>2016-08-01 14:56:00 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-08-16 16:14:21 +0900
commit471a328ea0e5607f25391496b76aafedeb34a79f (patch)
tree7ee4d647c4e007feeeb582ac1803a0957e543da5 /data/edje
parent88a684e8005d08aba4c9ff25e4da11dcd89a87c0 (diff)
downloadefl-471a328ea0e5607f25391496b76aafedeb34a79f.tar.gz
edje_embryo: add function to know swallow has object
Summary: Using edc script, there is no way to know evas object is set on swallow part or not. So, to know that, some elm widget send signal and save some information to edc variables when object is set on swallow part. I think it is helpful to make better edc script. @feature Reviewers: herb, cedric, raster, id213sin, jpeg Reviewed By: jpeg Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D4176
Diffstat (limited to 'data/edje')
-rw-r--r--data/edje/include/edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/edje/include/edje.inc b/data/edje/include/edje.inc
index 4107344d4d..7807383c3c 100644
--- a/data/edje/include/edje.inc
+++ b/data/edje/include/edje.inc
@@ -329,3 +329,4 @@ enum Anim_Param
native set_tween_state_anim (part_id, state1[], Float:state1_val, state2[], Float:state2_val, Anim_Param:p, Float:tween, ...);
native set_state_anim (part_id, state[], Float:state1_val, Anim_Param:p, Float:tween, ...);
+native swallow_has_content (part_id);