1 <?xml version="1.0" encoding="UTF-8"?>
3 <dialog xmlns="http://openoffice.org/2007/layout"
4 xmlns:cnt="http://openoffice.org/2007/layout/container"
5 title="Box Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
9 <hbox cnt:expand="false" cnt:fill="false">
10 <pushbutton label="XML Left"
11 cnt:expand="false" cnt:fill="false"/>
12 <pushbutton label="XML Middle"
13 cnt:expand="true" cnt:fill="false"/>
14 <pushbutton label="XML Right"
15 cnt:expand="true" cnt:fill="true"/>
17 <hbox cnt:expand="true" cnt:fill="false">
18 <pushbutton label="XML Left"
19 cnt:expand="false" cnt:fill="false"/>
20 <pushbutton label="XML Middle"
21 cnt:expand="true" cnt:fill="false"/>
22 <pushbutton label="XML Right"
23 cnt:expand="true" cnt:fill="true"/>
25 <hbox cnt:expand="true" cnt:fill="true">
26 <pushbutton label="XML Left"
27 cnt:expand="false" cnt:fill="false"/>
28 <pushbutton label="XML Middle"
29 cnt:expand="true" cnt:fill="false"/>
30 <pushbutton label="XML Right"
31 cnt:expand="true" cnt:fill="true"/>