Hello, 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 ? Thanks, Julien
