python-efl/efl/elementary/photo_cdef.pxi

13 lines
938 B
Cython

cdef extern from "Elementary.h":
Evas_Object *elm_photo_add(Evas_Object *parent)
Eina_Bool elm_photo_file_set(Evas_Object *obj, const char *file)
void elm_photo_thumb_set(Evas_Object *obj, const char *file, const char *group)
int elm_photo_size_get(const Evas_Object *obj)
void elm_photo_size_set(Evas_Object *obj, int size)
Eina_Bool elm_photo_fill_inside_get(const Evas_Object *obj)
void elm_photo_fill_inside_set(Evas_Object *obj, Eina_Bool fill)
Eina_Bool elm_photo_editable_get(const Evas_Object *obj)
void elm_photo_editable_set(Evas_Object *obj, Eina_Bool editable)
void elm_photo_aspect_fixed_set(Evas_Object *obj, Eina_Bool fixed)
Eina_Bool elm_photo_aspect_fixed_get(const Evas_Object *obj)