Good morning!

I'm excited with the power of EFL, but I'm in a trouble :(

I use Edje to make layout (.edc file), 
but I want to render beautiful Elementary 
widgets corresponding to this layout. 

I want differ API from Layout, using Edje, 
but how can I combine Elementary with 
Edje? Seems, that there is no like between them :(, 
I have to include layout-
related code (to layout elementary widgets) 
into API code (.c files), so the 
meaning of usage of .edc is lost :(.


The question is:

How can I combine Edje layout and Elementary widgets? 
I don't want to include any 
layout-related code into API code (.c file), 
just elementary_init() and smth 
necessary. For example, I don't want to write 
such code in .c file with API:

...
elm_box_pack_end(...)
evas_object_move(...)
evas_object_resize(...)
elm_genlist_add(...)
...

Thank you.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to