From 39ba441271c645e09d1af39d305ef84e0c78c142 Mon Sep 17 00:00:00 2001 From: gastal Date: Fri, 21 Sep 2012 17:21:03 +0000 Subject: [PATCH] edje: Part Box Group created in documentation. Author: Lucas Joia git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Edje.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/lib/Edje.h b/src/lib/Edje.h index 135fa5e..31070d6 100644 --- a/src/lib/Edje.h +++ b/src/lib/Edje.h @@ -3891,6 +3891,23 @@ EAPI Eina_Bool edje_object_part_drag_step (Evas_Object *obj, const c EAPI Eina_Bool edje_object_part_drag_page (Evas_Object *obj, const char *part, double dx, double dy); /** + * @} + */ + +/** + * @defgroup Edje_Part_Box Edje Box Part + * + * @brief Functions that deal with parts of type box. + * + * Box is a container type for parts, that means it can contain + * other parts. + * + * @ingroup Edje_Object_Part_Group + * + * @{ + */ + +/** * @brief Appends an object to the box. * * @param obj A valid Evas_Object handle -- 2.7.4