On Fri, 31 Dec 2010 08:55:23 +0000 (GMT) RAJEEV RANJAN <rajee...@samsung.com>
said:

evas_object_raise()
evas_object_lower()
evas_object_stack_above()
evas_object_stack_below()
:)

note - you cant stack above/blow another obj unless they are in the same layer
AND inside (direct children of) the same parent smart obj. remember we have an
object tree AND a stacking tree - like windows in x. u cant stack an object
that is outside of a smart above/blow a child of the smart that it is not a
child of.

> 
>    Hi, this is Rajeev.
> 
>    I want to create a widget in which there are some smart members(created
>    using evas_object_smart_member_add).
> 
>    I am animating these members(layouts) to achieve some sort of effect.
> 
>    Now I want to stack these smart members internally in such a way that it
>    respects the stacking of overall widget in the application.
> 
>    E.g.,  If I put some part on top of this widget(as a swallow part in the
>    edc) then the new part should appear on top of all the internal Evas
> objects as well.
> 
>    I have gone through  the earlier posts on this forum related to stacking of
>    smart members of a smart object.
> 
>    Please suggest some way to achieve this requirement.
> 
>    Regards,
>    Rajeev
> 
> 
>    [SeenTimeChecker?
> do=4e59822364a34d8a5fd3a96d53a665d56900575e0da81329f1d2345d
> 123b7a3c770255183a8f81f75f2c6c48df01bb6e980b3871b38ac66662d74ed859d628c35636
> 153862824035326bbdfb2ea96a2fcf878f9a26ce15a0]
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and, 
> should the need arise, upgrade to a full multi-node Oracle RAC database 
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to