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 (Evas_Object *obj) |
Retrieves the name of the given evas object. | |
EAPI Evas_Object * | evas_object_name_find (Evas *e, const char *name) |
Retrieves the object on the given evas with the given name. |
EAPI Evas_Object* evas_object_name_find | ( | Evas * | e, | |
const char * | name | |||
) |
Retrieves the object on the given evas with the given name.
e | The given evas. | |
name | The given name. |
NULL
. EAPI const char* evas_object_name_get | ( | Evas_Object * | obj | ) |
Retrieves the name of the given evas object.
obj | The given object. |
NULL
if no name has been given to the object. EAPI void evas_object_name_set | ( | Evas_Object * | obj, | |
const char * | name | |||
) |
Sets the name of the given evas object to the given name.
obj | The given object. | |
name | The given name. |