<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello John,</p>
<p>sorry for a late reply. layout-frame is invoked by
pointer-documentation. If you skip it in your frame, then there is
no redundant calls to layout-frame on typing in the inspector.
Generally layout-frame is invoked when:</p>
<p>- new layout is set (with `(setf (frame-current-layout) 'foo)`)<br>
</p>
<p>- space-requirements change</p>
<p>If you do something what changes size requirements repeatedly but
you want to batch them into single layout-frame call `<b
class="cl">change-space-requirements</b>`.</p>
<p>For more information please consult:
<a class="moz-txt-link-freetext" href="http://bauhh.dyndns.org:8000/clim-spec/29-3.html#_1662">http://bauhh.dyndns.org:8000/clim-spec/29-3.html#_1662</a><br>
</p>
If it is possible to make pointer-documentation-pane changing space
requirements less frequent, I'm up to it of course.<br>
<br>
Best regards,<br>
Daniel<br>
<br>
<div class="moz-cite-prefix">On 16.11.2017 19:35, John Morrison
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAOQgGjTA+uR_jqDPa50Nay3LR2jxWQCRUg+fhKOfUOhc17SYrA@mail.gmail.com"><span
style="font-family:monospace"><span style="color:rgb(0,0,0)">sbcl
--eval '(ql:quickload :clim-examples)' --eval '(trace
clim:layout-frame</span>)' --eval '(clim-demo:demodemo)'</span></blockquote>
<br>
</body>
</html>