edje: Text Selection Group created in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77060
This commit is contained in:
Jonas M. Gastal 2012-09-25 19:48:57 +00:00
parent 390b4da629
commit 67da2e5199
1 changed files with 20 additions and 0 deletions

View File

@ -2935,6 +2935,26 @@ EAPI void edje_object_part_text_user_insert (const Evas_Objec
*/
EAPI void edje_object_item_provider_set (Evas_Object *obj, Edje_Item_Provider_Cb func, void *data);
/**
* @}
*/
/**
* @defgroup Edje_Text_Selection Edje Text Selection
*
* @brief Functions that deal with selection in text parts
*
* Selection is a known functionality for texts in the whole computational
* world. It is a block of text marked for further manipulation.
*
* Edje is responsible for handling this functionality through the
* following functions.
*
* @ingroup Edje_Part_Text
*
* @{
*/
/**
* @brief Return the selection text of the object part.
*