xref: /trunk/main/toolkit/workben/layout/boxtest.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
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="Box Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6    <vbox>
7      <table>
8        <vbox>
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"/>
16            </hbox>
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"/>
24            </hbox>
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"/>
32            </hbox>
33        </vbox>
34    </table>
35    </vbox>
36</dialog>
37