Functions | |
void | evas_object_name_set (Evas_Object *obj, const char *name) |
Sets the name of the given evas object to the given name. | |
const char * | evas_object_name_get (Evas_Object *obj) |
Retrieves the name of the given evas object. | |
Evas_Object * | evas_object_name_find (Evas *e, const char *name) |
Retrieves the object on the given evas with the given name. |
|
Retrieves the object on the given evas with the given name.
|
|
Retrieves the name of the given evas object.
|
|
Sets the name of the given evas object to the given name.
|