xref: /trunk/main/toolkit/workben/layout/test.xml (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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    <tabcontrol>
8*cdf0e10cSrcweir        <tabpage cnt:title="Page">
9*cdf0e10cSrcweir            <pushbutton label="Test" />
10*cdf0e10cSrcweir        </tabpage>
11*cdf0e10cSrcweir    </tabcontrol>
12*cdf0e10cSrcweir</dialog>
13