summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_win.eo
diff options
context:
space:
mode:
authorJi-Youn Park <jy0703.park@samsung.com>2016-06-17 16:02:38 +0830
committerJi-Youn Park <jy0703.park@samsung.com>2016-06-17 16:06:26 +0830
commit1f127fe45a566aa3f6689bc6c1568930c10c56b9 (patch)
treed26790e64c605f48dc66c8b16a1c09e478eb4d90 /src/lib/elementary/efl_ui_win.eo
parentd8bc04e76a023cdfc11af4d85b40f6c9b6d05569 (diff)
downloadefl-1f127fe45a566aa3f6689bc6c1568930c10c56b9.tar.gz
efl_ui_win: move some APIs get the object's list in special location to efl_ui_win.
The apis to get the object or object list in special location is useful. like game app. so move these APIs from evas canvas to efl_canvas.
Diffstat (limited to 'src/lib/elementary/efl_ui_win.eo')
-rw-r--r--src/lib/elementary/efl_ui_win.eo4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 3ed902e1d1..c5497a827c 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -806,6 +806,10 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window,
Efl.Canvas.font_cache.get;
Efl.Canvas.font_cache.set;
Efl.Canvas.smart_objects_calculate;
+ Efl.Canvas.objects_at_xy_get;
+ Efl.Canvas.object_top_at_xy_get;
+ Efl.Canvas.objects_in_rectangle_get;
+ Efl.Canvas.object_top_in_rectangle_get;
}
constructors {
.name;