Functions | |
EAPI void | evas_object_image_file_set (Evas_Object *obj, const char *file, const char *key) |
Sets the image displayed by the given image object. | |
EAPI void | evas_object_image_file_get (Evas_Object *obj, const char **file, const char **key) |
Retrieves the filename and key of the given image object. |
EAPI void evas_object_image_file_get | ( | Evas_Object * | obj, | |
const char ** | file, | |||
const char ** | key | |||
) |
Retrieves the filename and key of the given image object.
obj | The given image object. | |
file | Pointer to a character pointer to store the pointer to the file name in. | |
key | Pointer to a character pointer to store the pointer to the key string in. |
EAPI void evas_object_image_file_set | ( | Evas_Object * | obj, | |
const char * | file, | |||
const char * | key | |||
) |
Sets the image displayed by the given image object.
obj | The given image object. | |
file | Name of the file that the image exists in. | |
key | Can be NULL. |