Evas_Object_Name_Group (3) Linux Manual Page
Object Name Function – Functions that retrieve and set the name of an evas object. Functions EAPI void evas_object_name_set (Evas_Object *obj, const char *name) Sets the name of the given evas object to the given name. EAPI const char * evas_object_name_get (const Evas_Object *obj) Retrieves the name of the given evas object. EAPI Evas_Object *…
