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="Interactable Containers" optimumsize="true"
6*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
7*cdf0e10cSrcweir	<hsplitter>
8*cdf0e10cSrcweir			<scroller>
9*cdf0e10cSrcweir				<vbox>
10*cdf0e10cSrcweir					<pushbutton label="Some Label" />
11*cdf0e10cSrcweir					<edit has_border="true" text="Some Text" />
12*cdf0e10cSrcweir					<listbox has_border="true" string-item-list="Item One:Item Two:Item Three:Item Four:Item Five:Item Six:Item Seven" />
13*cdf0e10cSrcweir					<combobox has_border="true" string-item-list="Item One:Item Two:Item Three" />
14*cdf0e10cSrcweir					<pushbutton label="Some Label" />
15*cdf0e10cSrcweir					<pushbutton label="Some Label" />
16*cdf0e10cSrcweir					<pushbutton label="Some Label" />
17*cdf0e10cSrcweir					<pushbutton label="Some Label" />
18*cdf0e10cSrcweir					<pushbutton label="Some Label" />
19*cdf0e10cSrcweir					<pushbutton label="Some Label" />
20*cdf0e10cSrcweir					<pushbutton label="Some Label" />
21*cdf0e10cSrcweir					<pushbutton label="Some Label" />
22*cdf0e10cSrcweir					<pushbutton label="Some Label" />
23*cdf0e10cSrcweir					<pushbutton label="Some Label" />
24*cdf0e10cSrcweir					<pushbutton label="Some Label" />
25*cdf0e10cSrcweir					<pushbutton label="Some Label" />
26*cdf0e10cSrcweir				</vbox>
27*cdf0e10cSrcweir			</scroller>
28*cdf0e10cSrcweir		<vsplitter>
29*cdf0e10cSrcweir			<pushbutton label="Corner" />
30*cdf0e10cSrcweir			<tabcontrol>
31*cdf0e10cSrcweir				<table columns="3" cnt:title="Page 1">
32*cdf0e10cSrcweir					<pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
33*cdf0e10cSrcweir					<pushbutton cnt:y-expand="false" label="1,2" />
34*cdf0e10cSrcweir					<pushbutton cnt:y-expand="false" label="1,3" />
35*cdf0e10cSrcweir					<pushbutton cnt:col-span="2" label="2,1" />
36*cdf0e10cSrcweir				</table>
37*cdf0e10cSrcweir				<vbox cnt:title="Page 2">
38*cdf0e10cSrcweir					<pushbutton label="1" />
39*cdf0e10cSrcweir					<pushbutton label="2" />
40*cdf0e10cSrcweir					<pushbutton label="3" />
41*cdf0e10cSrcweir					<pushbutton label="4" />
42*cdf0e10cSrcweir				</vbox>
43*cdf0e10cSrcweir				<pushbutton label="Content 3" cnt:title="Page 3" />
44*cdf0e10cSrcweir				<pushbutton label="Content 4" cnt:title="Page 4" />
45*cdf0e10cSrcweir				<pushbutton label="Content 5" cnt:title="Page 5" />
46*cdf0e10cSrcweir			</tabcontrol>
47*cdf0e10cSrcweir		</vscroll>
48*cdf0e10cSrcweir	</hsplitter>
49*cdf0e10cSrcweir</dialog>
50