On Mon, May 24, 2010 at 10:48 PM, whtuhtc tu <whtu...@gmail.com> wrote:
> Thanks for the replies.
>
> If I want to know whether the image is rescaled automatically by EFL such as
> when enlarging window which contains image object. How can I do?

you can't know about images being rescaled, as this is the image-fill
property as explained in this thread.

but the property does not change automatically, you must do it yourself.

if you are looking for edje or evas_object_image_filled, these will
act when object is resized, matching the fill and the following code
may help:

evas_object_event_callback_add(img, EVAS_CALLBACK_RESIZE,
_img_resized_cb, _some_context_data);




-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to