Given a particular gtk widget hierarchy, is there a callback I can attach to one of those gtk widgets to know when it has been laid out/positioned?
This isn't working for me:
self.widget.connect_after("size-request", self.widgetLaid)
_______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

