<div dir="ltr">I want to add a morph as the first submorph in a <font face="monospace">LayoutMorph</font> that already has submorphs.<div>I thought the <font face="monospace">addMorphFront:</font> method would do that, but it doesn't.</div><div>This code seems surprising:</div><div><br></div><div><font face="monospace">lm := LayoutMorph newColumn openInWorld.<br>lm addMorph: (LabelMorph new contents: 'one').<br>lm addMorph: (LabelMorph new contents: 'two').<br>first := lm submorphs first.</font><br clear="all"><div><br></div><div><font face="monospace">first</font> will be set to the <font face="monospace">LabelMorph</font> whose content is 'two', not 'one'.</div><div><br></div><div>Is there a way to add a morph to the beginning of a <font face="monospace">LayoutMorph</font>?</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>