xref: /trunk/main/toolkit/workben/layout/table.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             title="Table Test" optimumsize="true"
6*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
7*cdf0e10cSrcweir	<table columns="3">
8*cdf0e10cSrcweir		<!-- row 0 -->
9*cdf0e10cSrcweir		<pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
10*cdf0e10cSrcweir		<pushbutton cnt:y-expand="false" label="1,2" />
11*cdf0e10cSrcweir		<pushbutton cnt:y-expand="false" label="1,3" />
12*cdf0e10cSrcweir		<!-- row 1 -->
13*cdf0e10cSrcweir		<pushbutton cnt:col-span="2" label="2,1" />
14*cdf0e10cSrcweir	</table>
15*cdf0e10cSrcweir</dialog>
16