xref: /trunk/main/toolkit/workben/layout/layout.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             id="window1" title="Test-Dialog" optimumsize="true"
6             has_border="true" sizeable="true" moveable="true">
7    <hbox border="20" spacing="10" homogeneous="true">
8        <pushbutton label="XML Left"
9                    cnt:expand="true" cnt:fill="true" />
10        <pushbutton label="XML Center"
11                    cnt:expand="true" cnt:fill="false" />
12        <pushbutton label="XML Right"
13                    cnt:expand="false" cnt:fill="false" />
14    </hbox>
15</dialog>
16