Row
Wolfram Kernel
Execution environment
Row[{object1, object2, ...}]
shows the list of any Wolfram Expressions in a row acting as a decoration
Or using it on slides with WLX
cell 1
Figure = Plot[x, {x,0,1}];
Editor = EditorView["Plot[x, {x,0,1}] -> "];
cell 2
.slide
<Row>
<Editor/>
<Figure/>
</Row>