On Mon, 2009-02-23 at 18:27 +0100, Julien Pauty wrote: > Thank you very much for this example. > > Is it normal that you don't call clutter.Container method?
yes: clutter.Container is an interface and thus has no implementation. > Like: clutter.Container.do_add(). If I don't call clutter.Container's > methods, what's the use of inheriting from clutter.Container? I was > thinking I could leverage the existing implementation of > clutter.Container's method. they don't have any implementation. :-) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [email protected]
