Sup guys,
Is it possible to set image in edje from code?
For example i ve got TEXT part in edje with some styles, fonts and with text "This text will be changed".
I can do " elm_object_part_text_set(main_item, "test_text", "Set text right now!"); "
and this will change text to "Set text right now!" in my edje TEXT part.
Can i do the same with images?