[clutter] custom actor - member positioning problem

2008-07-15 Thread Balázs Lájer
Hi all, I'm a bit new to clutter but for COGL fully. I tried to create a custom actor with another actor member. The problem is that I cannot position the member where I want, although when I get its coordinates, I get the right values. I modified the custom_actor/triangle_actor.c example for a

Re: [clutter] custom actor - member positioning problem

2008-07-15 Thread Emmanuele Bassi
On Tue, 2008-07-15 at 14:28 +0200, Balázs Lájer wrote: Hi all, I'm a bit new to clutter but for COGL fully. I tried to create a custom actor with another actor member. The problem is that I cannot position the member where I want, although when I get its coordinates, I get the right values.