xref: /trunk/main/toolkit/workben/layout/flow.xml (revision cdf0e10c)
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="Flowing" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6	<vbox spacing="5">
7		<flow>
8			<pushbutton label="Button 1" />
9			<pushbutton label="Button 2" />
10			<pushbutton label="Button 3" />
11			<pushbutton label="Button 4" />
12			<pushbutton label="Button 5" />
13			<pushbutton label="Button 6" />
14			<pushbutton label="Button 7" />
15		</flow>
16	</vbox>
17</dialog>
18