xref: /trunk/main/toolkit/workben/layout/splitter.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="Splitter Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6    <vbox>
7        <hsplitter>
8            <pushbutton label="Left" />
9            <pushbutton label="Right" />
10        </hsplitter>
11        <okbutton cnt:expand="false" />
12    </vbox>
13</dialog>
14