xref: /aoo41x/main/toolkit/workben/layout/layout.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<dialog xmlns="http://openoffice.org/2007/layout"
4*cdf0e10cSrcweir             xmlns:cnt="http://openoffice.org/2007/layout/container"
5*cdf0e10cSrcweir             id="window1" title="Test-Dialog" optimumsize="true"
6*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
7*cdf0e10cSrcweir	<hbox border="20" spacing="10" homogeneous="true">
8*cdf0e10cSrcweir		<pushbutton label="XML Left"
9*cdf0e10cSrcweir		            cnt:expand="true" cnt:fill="true" />
10*cdf0e10cSrcweir		<pushbutton label="XML Center"
11*cdf0e10cSrcweir		            cnt:expand="true" cnt:fill="false" />
12*cdf0e10cSrcweir		<pushbutton label="XML Right"
13*cdf0e10cSrcweir		            cnt:expand="false" cnt:fill="false" />
14*cdf0e10cSrcweir	</hbox>
15*cdf0e10cSrcweir</dialog>
16