Re: [clutter] cluttermm: deriving from Clutter::Texture

2009-06-18 Thread Murray Cumming
On Sun, 2009-06-07 at 12:05 +0200, Bartosz Kostrzewa wrote: Attached is a simple test case which explains what the problem is. The ending of Clutter::main() does not remove actors from the stage. stage-remove_actor(object) has to be called explicitly for the reference count of object to be

Re: [clutter] cluttermm: deriving from Clutter::Texture

2009-06-18 Thread Emmanuele Bassi
On Sun, 2009-06-07 at 12:05 +0200, Bartosz Kostrzewa wrote: Attached is a simple test case which explains what the problem is. The ending of Clutter::main() does not remove actors from the stage. this is how Clutter works; the scenegraph is *not* destroyed at the end of the main loop, because

Re: [clutter] cluttermm: deriving from Clutter::Texture

2009-06-18 Thread Bartosz Kostrzewa
Murray Cumming wrote: On Sun, 2009-06-07 at 12:05 +0200, Bartosz Kostrzewa wrote: Attached is a simple test case which explains what the problem is. The ending of Clutter::main() does not remove actors from the stage. stage-remove_actor(object) has to be called explicitly for the reference

Re: [clutter] cluttermm: deriving from Clutter::Texture

2009-06-18 Thread Bartosz Kostrzewa
Emmanuele Bassi wrote: On Sun, 2009-06-07 at 12:05 +0200, Bartosz Kostrzewa wrote: Attached is a simple test case which explains what the problem is. The ending of Clutter::main() does not remove actors from the stage. this is how Clutter works; the scenegraph is *not* destroyed