andres schrieb:
> Hello, in order to implement the layout objects for my SoC project I need to 
> know if it would be possible to add size hints to Evas Objects.
>
> I attached a patch file with the required changes. I tried following the 
> implementation of size hints since its a similar concept but I can't compile 
> the code.
>   
I don't think I it is a good idea to put fill policies into evas. Unlike 
to the various size hints, a fill policy is not an intrinsic property of 
an evas_object. If you put the fill policy into evas, your next wish is 
probably to add alignment hints, maybe padding, etc. And at the end you 
turned evas from a canvas lib into a widget set.

BTW, you are missing some combinations of fill policies in your enumeration.

Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to