xref: /trunk/main/toolkit/workben/layout/tabcontrol.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    title="TabControl Test" optimumsize="true"
6    has_border="true" sizeable="true" moveable="true">
7    <vbox>
8    <tabcontrol>
9        <pushbutton label="Child 1" cnt:title="Page 1" />
10        <edit has_border="true" text="Child 2" cnt:title="Page 2" />
11        <vbox cnt:title="Page 3">
12        <pushbutton label="Child 3"/>
13        <edit has_border="true" text="Child 4" />
14        </vbox>
15    </tabcontrol>
16    <okbutton cnt:expand="false" />
17    </vbox>
18</dialog>
19