edje: Part Box Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 76990
This commit is contained in:
Jonas M. Gastal 2012-09-21 17:21:03 +00:00
parent 7d92cdf160
commit 456890e18a
1 changed files with 17 additions and 0 deletions

View File

@ -3890,6 +3890,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.
*