Hello, while wrapping Elementary to C++ I have this problem:
How could I find out in the parent container widget that a child widget has been added or removed. I tried the "sub-object-add" and "sub-object-del" callback, but it's not what I want as it calls this signal more often than when I add/del an object to a container. Maybe the member_add and member_del callbacks in ESMART are what I need, but they're not used in Elementary. Any other ideas? I tried to suicide my C++ object if the C object deletes itself and throws the delete signal, but that's a very bad design. It's the job of the container to destroy the widgets. regards Andreas ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel