summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/boxtest.xml
blob: 24ead837c0573c8c9ee4797bbb2b89f773cf1903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>

<dialog xmlns="http://openoffice.org/2007/layout"
        xmlns:cnt="http://openoffice.org/2007/layout/container"
        title="Box Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
    <vbox>
      <table>
        <vbox>
        <hbox cnt:expand="false" cnt:fill="false">
            <pushbutton label="XML Left"
                        cnt:expand="false" cnt:fill="false"/>
            <pushbutton label="XML Middle"
                                cnt:expand="true" cnt:fill="false"/>
            <pushbutton label="XML Right"
                                cnt:expand="true" cnt:fill="true"/>
            </hbox>
        <hbox cnt:expand="true" cnt:fill="false">
            <pushbutton label="XML Left"
                        cnt:expand="false" cnt:fill="false"/>
                    <pushbutton label="XML Middle"
                                cnt:expand="true" cnt:fill="false"/>
                    <pushbutton label="XML Right"
                                cnt:expand="true" cnt:fill="true"/>
            </hbox>
        <hbox cnt:expand="true" cnt:fill="true">
            <pushbutton label="XML Left"
                        cnt:expand="false" cnt:fill="false"/>
                    <pushbutton label="XML Middle"
                                cnt:expand="true" cnt:fill="false"/>
                    <pushbutton label="XML Right"
                                cnt:expand="true" cnt:fill="true"/>
            </hbox>
        </vbox>
    </table>
    </vbox>
</dialog>