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. *