summaryrefslogtreecommitdiff
path: root/src/bin/e_layout.h
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-02-18 13:43:52 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-02-18 13:43:52 +0000
commit3eebd1ad4d1c3d327e086000696c521f49a7dd3a (patch)
treeeabc8e5af7eb96d86abbed0ccb004845a301a0c6 /src/bin/e_layout.h
parentf36ecd9d3d605ce06a4d01da55a8acf3c131623a (diff)
downloadenlightenment-3eebd1ad4d1c3d327e086000696c521f49a7dd3a.tar.gz
add e_layout_top_child_get, e_layout_child_below_get and e_layout_child_above_get
SVN revision: 84061
Diffstat (limited to 'src/bin/e_layout.h')
-rw-r--r--src/bin/e_layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/e_layout.h b/src/bin/e_layout.h
index 0e6ef59c21..43a6fdfd5f 100644
--- a/src/bin/e_layout.h
+++ b/src/bin/e_layout.h
@@ -25,5 +25,8 @@ EAPI void e_layout_unpack (Evas_Object *obj);
EAPI Eina_List *e_layout_children_get(Evas_Object *obj);
EAPI Evas_Object *e_layout_top_child_at_xy_get(Evas_Object *obj, Evas_Coord x, Evas_Coord y, const Eina_List *ignore);
+EAPI Evas_Object *e_layout_child_below_get(Evas_Object *obj);
+EAPI Evas_Object *e_layout_child_above_get(Evas_Object *obj);
+EAPI Evas_Object *e_layout_top_child_get(Evas_Object *obj);
#endif
#endif