<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 17/10/2021 à 17:08,
<a class="moz-txt-link-abbreviated" href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a> a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:dd36cb626917e88d5a8eee1923004756@whidbey.com"><br>
Where left and right rows are rows of buttons and are themselves
contained in a row layout withing the column layout which also
contains the (subclass of) a PluggableScrollPane. Whew! ;^)
<br>
<br>
The Left row layout has #axisEdgeWeigth of #rowLeft.
<br>
The Right row layout has #axisEdgeWeight of #rowRight.
<br>
The #xSeparation is set to the space between buttons.
<br>
</blockquote>
<p>Ok, I got your point. Thanks. I will try it.<br>
</p>
<p>I used a different approach with a transparent morph to push the
buttons to the left and the right.<br>
</p>
<pre> row addMorphUseAll: (WidgetMorph new
borderWidth: 0;
color: Color transparent).
</pre>
<blockquote type="cite"
cite="mid:dd36cb626917e88d5a8eee1923004756@whidbey.com">
<br>
After requiring 'Morphic-Misc1', a Morph's menu allows to get edit
panels for LayoutSpec and, if appropriate, a LayoutMorph. You can
set the "push pins" to easily play with layout parameters to see
what they do.
<br>
</blockquote>
<p>I played with the edit panel yesterday on existing layout, I did
not notice any effect. I should try again.</p>
<p>Hilaire<br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>