From 67da2e5199aa6abe3c2533612337e09b14ceb6a1 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 25 Sep 2012 19:48:57 +0000 Subject: [PATCH] edje: Text Selection Group created in documentation. Author: Lucas Joia SVN revision: 77060 --- legacy/edje/src/lib/Edje.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index d4b77aeafa..dcd6ffe03d 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -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. *