I wrote:
> Gustavo wrote:
>   
>> anyone really looked at the patch? It says it all :-)
>>
>>   
>>     
>       I saw the patch. But it refers to size 'hints', and still leaves open
> the question of obtaining an object's min/max size.
>
>   
     Let me be a bit more precise here:

1)  Is it desirable to obtain an object's min/max_size?
2)  If it is, then:
is it a good idea to have a separate api function to get those values,
or do you intend that eg. to obtain the min_size, one should always
be able to do:

evas_object_size_hint_min_set(obj, w = 0, h = 0);
evas_object_size_hint_min_get(obj, &w, &h);
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to