summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/flow.xml
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 11:03:37 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 11:03:37 +0000
commit4fec1e0cc1564945454c524076e76629410a0e24 (patch)
treee01a4699d4dbd0d899ece875f641114084e1ffb4 /toolkit/workben/layout/flow.xml
parentd40d69fa1c843b1c4d7183bf0074e73b4328e842 (diff)
INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED
2008/02/08 18:44:46 jcn 1.1.2.1: Initial toolkit import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e. layout/source/awt -> toolkit/source/awt layout/source/core -> toolkit/source/layout layout/source/wrapper -> toolkit/source/vclcompat layout/inc/layout -> toolkit/inc/layout layout/source/inc -> toolkit/inc/layout layout/workben -> toolkit/workben/layout That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.
Diffstat (limited to 'toolkit/workben/layout/flow.xml')
-rw-r--r--toolkit/workben/layout/flow.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/workben/layout/flow.xml b/toolkit/workben/layout/flow.xml
new file mode 100644
index 000000000000..03e879bb13c1
--- /dev/null
+++ b/toolkit/workben/layout/flow.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<dialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ title="Flowing" optimumsize="true" has_border="true" sizeable="true" moveable="true">
+ <vbox spacing="5">
+ <flow>
+ <pushbutton label="Button 1" />
+ <pushbutton label="Button 2" />
+ <pushbutton label="Button 3" />
+ <pushbutton label="Button 4" />
+ <pushbutton label="Button 5" />
+ <pushbutton label="Button 6" />
+ <pushbutton label="Button 7" />
+ </flow>
+ </vbox>
+</dialog>