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