1 <?xml version="1.0" encoding="UTF-8"?>
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">
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" />
16 <okbutton cnt:expand="false" />