1<?xml version="1.0" encoding="UTF-8"?> 2 3<dialog xmlns="http://openoffice.org/2007/layout" 4 xmlns:cnt="http://openoffice.org/2007/layout/container" 5 title="Interactable Containers" optimumsize="true" 6 has_border="true" sizeable="true" moveable="true"> 7 <vbox spacing="10"> 8 <table columns="3" cnt:title="Page 1"> 9 <pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" /> 10 <pushbutton cnt:y-expand="false" label="1,2" /> 11 <pushbutton cnt:y-expand="false" label="1,3" /> 12 <pushbutton cnt:col-span="2" label="2,1" /> 13 </table> 14 <hfixedline/> 15 <flow cnt:expand="false"> 16 <pushbutton label="label" /> 17 <pushbutton label="label" /> 18 <pushbutton label="label" /> 19 <table columns="3" cnt:title="Page 1"> 20 <pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" /> 21 <pushbutton cnt:y-expand="false" label="1,2" /> 22 <pushbutton cnt:y-expand="false" label="1,3" /> 23 <pushbutton cnt:col-span="2" label="2,1" /> 24 </table> 25 <pushbutton label="label" /> 26 <pushbutton label="label" /> 27 <pushbutton label="label" /> 28 <pushbutton label="label" /> 29 <pushbutton label="label" /> 30 </flow> 31 <hfixedline/> 32 <hbox cnt:expand="false"> 33<!-- <align> 34 <okbutton cnt:hfill="0.2" cnt:halign="0.2" /> 35 </align> 36 <align> 37 <okbutton cnt:hfill="0.8" cnt:halign="0.2" /> 38 </align>--> 39 </hbox> 40 </vbox> 41</dialog> 42