1<?xml version="1.0"?> 2<interface> 3 <menu id="frame-menu"> 4 <section id="ide-layout-stack-frame-section"> 5 <attribute name="label" translatable="yes">Frame</attribute> 6 <item> 7 <attribute name="label" translatable="yes">Move Left</attribute> 8 <attribute name="action">layoutstack.move-left</attribute> 9 </item> 10 <item> 11 <attribute name="label" translatable="yes">Move Right</attribute> 12 <attribute name="action">layoutstack.move-right</attribute> 13 </item> 14 <item> 15 <attribute name="action">layoutgrid.close-stack</attribute> 16 <attribute name="label" translatable="yes">Close</attribute> 17 </item> 18 </section> 19 </menu> 20</interface> 21