merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / tabcontrol.xml
blob2986f1f9e0d94f934dd83b87e7d816618bf1048b
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">
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>