Re: [clutter] clutter_actor_show_all

2007-11-11 Thread Christophe Dehais
understood, thanks for the explanations! Christophe On Nov 11, 2007 2:05 AM, Emmanuele Bassi <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-11-10 at 19:58 +0100, Christophe Dehais wrote: > > > Shouldn't clutter_actor_show_all() call clutter_actor_show_all on the > > container children ? > > you mig

Re: [clutter] clutter_actor_show_all

2007-11-10 Thread Emmanuele Bassi
On Sat, 2007-11-10 at 19:58 +0100, Christophe Dehais wrote: > Shouldn't clutter_actor_show_all() call clutter_actor_show_all on the > container children ? you might be packing all the actors inside a container and hide/show them on command, so a recursive show_all() might introduce flicker or u

[clutter] clutter_actor_show_all

2007-11-10 Thread Christophe Dehais
Hi, Shouldn't clutter_actor_show_all() call clutter_actor_show_all on the container children ? This would allow the complete traversal of the scene graph and behave more in accordance with gtk_widget_show_all(). regards, Christophe. -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] clutter_actor_show_all changed behavior

2007-08-05 Thread Matthew Allum
On Sun, 2007-08-05 at 08:24 -0400, Pierre-Luc Beaudoin wrote: > > > I did compare the doc between 0.2 and 0.4 and the text is exactly the > same, even though the behavior was different. I think the text is > clear enough on how it behaves. In fact, there could be a note: > "Reimplemented in 0.4

Re: [clutter] clutter_actor_show_all changed behavior

2007-08-05 Thread Pierre-Luc Beaudoin
Hi; Le dimanche 05 août 2007 à 10:04 +0100, Matthew Allum a écrit : > Hi; > > On Sun, 2007-08-05 at 09:13 +0100, Emmanuele Bassi wrote: > > On Sat, 2007-08-04 at 18:05 -0400, Pierre-Luc Beaudoin wrote: > > > Hi, > > > > > > I began porting Sofa to Clutter 0.4. Unfortunately it didn't work > >

Re: [clutter] clutter_actor_show_all changed behavior

2007-08-05 Thread Matthew Allum
Hi; On Sun, 2007-08-05 at 09:13 +0100, Emmanuele Bassi wrote: > On Sat, 2007-08-04 at 18:05 -0400, Pierre-Luc Beaudoin wrote: > > Hi, > > > > I began porting Sofa to Clutter 0.4. Unfortunately it didn't work > > right off the box. I suspect clutter_actor_show_all() has a different > > behavior

Re: [clutter] clutter_actor_show_all changed behavior

2007-08-05 Thread Emmanuele Bassi
On Sat, 2007-08-04 at 18:05 -0400, Pierre-Luc Beaudoin wrote: > Hi, > > I began porting Sofa to Clutter 0.4. Unfortunately it didn't work > right off the box. I suspect clutter_actor_show_all() has a different > behavior between 0.2 and 0.4. I have my actors grouped in 3 levels: > > MenuList -

[clutter] clutter_actor_show_all changed behavior

2007-08-04 Thread Pierre-Luc Beaudoin
Hi, I began porting Sofa to Clutter 0.4. Unfortunately it didn't work right off the box. I suspect clutter_actor_show_all() has a different behavior between 0.2 and 0.4. I have my actors grouped in 3 levels: MenuList -> Menu -> Label In 0.2, I only had to clutter_actor_show_all() on MenuList