hi; On 19 August 2012 15:35, Massimo Cora' <max...@email.it> wrote: > Hi all, > > is there any way to freeze the stage from receiving any events (click, > motion etc.)? > I tried with clutter_actor_set_reactive () but without success.
no: the Stage is defined to always be able to receive events. if you want to prevent the children of the stage to receive events, you can put a transparent and reactive actor on top, tracking the size of the stage; the actor will not be painted, but it will intercept events. ciao, Emmanuele. -- W: http://www.emmanuelebassi.name B: http://blogs.gnome.org/ebassi/ _______________________________________________ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http://lists.clutter-project.org/listinfo/clutter-app-devel-list