While reading the documentation on Edje, I was instantly excited. True  
seperation of programming code and interface design, all in a clean and  
simple way. Then I went on and read about the EWL libary, build on top of  
Edje. And all the Edje goodness was gone. In order to have prewritten  
textboxes, suddenly I have to write C code again, just like I would with  
any other toolkit. Is there a way to layout EWL Widgets just like I would  
rectangles and images with Edje? Something like:

part {
name, "Some_random_textbox";
type, TEXTBOX;
mouse_events, 1;

description {
rel1 ...
rel2 ...
}
}
...
program {
name, "text_altered";
signal, "text_altered";
source, "Some_random_textbox";
action, SIGNAL_EMIT "hello" "world";
}

.. oh well, you get the point.


Kind regards to the great people who though of Edje!

Marijn van Vliet.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to