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? <br><br>This isn't working for me:<br><br><div style="margin-left: 40px;">
<span style="font-family: courier new,monospace;">self.widget.connect_after("size-request", self.widgetLaid)</span><br></div><br><br><br>