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