On Tue, 2008-10-14 at 08:37 -0700, ere wer wrote:
> Right now there seams to be no way to tell if an actor`s , lets say position, 
> is controlled by a behavior or not! 

clutter_behaviour_is_applied().

> There is an option to test if a beh. controls an actor, but not the reverse - 
> is an actor is controlled by a beh., and which.

it would add cyclic references - which is perfectly fine, but needs to
be carefully added to avoid leaks.


> A concrete example of where this is needed - if I copy an actor in the 
> clipboard and I want to paste it at a particular place I have to know its 
> behaviors (mainly those that alter its position) in order to modify them to 
> achieve the desired effect (like setting BehaviorEllipse.set_center instead 
> of  Actor.set_position() )

this seems like a contrieved example which could be solved by your own
framework.

ciao,
 Emmanuele.
    
-- 
Emmanuele Bassi, Intel Open Source Technology Center

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to