On Thu, 2009-04-09 at 18:22 +0200, Julien Pauty wrote:
> I'm using pyclutter. I have a container with a custom layout manager.
> When I call raise_top on an actor contained in my container I get a
> segfault. As I understand it I'm supposed to reimplement raise_child
> in my class. However this method is never called. Digging a bit, I
> found that CLUTTER_CONTAINER_GET_IFACE (container)->raise is NULL. I
> suppose this means that somewhere an initiatilisation is not done.
> Just to be sure, I also tried to implement a do_raise_child method,
> but this is not called either.
>
> How can I get my python method called ?
def do_raise (container, child, sibling):
pass
you should always look at the C API reference until pyclutter gets a
proper one.
ciao,
Emmanuele.
--
Emmanuele Bassi, Senior Engineer | [email protected]
Intel Open Source Technology Center | http://oss.intel.com
--
Emmanuele Bassi, Senior Engineer | [email protected]
Intel Open Source Technology Center | http://oss.intel.com
--
To unsubscribe send a mail to [email protected]