summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/dialogbuttons-ok.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/dialogbuttons-ok.xml')
-rw-r--r--toolkit/workben/layout/dialogbuttons-ok.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/toolkit/workben/layout/dialogbuttons-ok.xml b/toolkit/workben/layout/dialogbuttons-ok.xml
new file mode 100644
index 000000000000..86c7a1b13818
--- /dev/null
+++ b/toolkit/workben/layout/dialogbuttons-ok.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<modaldialog xmlns="http://openoffice.org/2007/layout"
+ xmlns:cnt="http://openoffice.org/2007/layout/container"
+ id="dialog" title="Dialog Button Ordering" optimumsize="true"
+ has_border="true" sizeable="true" moveable="true">
+ <vbox border="5" spacing="5">
+ <fixedline text="Platform default"/>
+ <dialogbuttonhbox border="5" spacing="5">
+ <flow/>
+ <okbutton/>
+ <cancelbutton/>
+ <helpbutton/>
+ <nobutton label="~Alternate"/>
+ </dialogbuttonhbox>
+ <fixedline text="GNOME"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="gnome">
+ <flow/>
+ <okbutton/>
+ <cancelbutton/>
+ <helpbutton/>
+ <nobutton label="~Alternate"/>
+ </dialogbuttonhbox>
+ <fixedline text="KDE"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="kde">
+ <flow/>
+ <okbutton/>
+ <cancelbutton/>
+ <helpbutton/>
+ <nobutton label="~Alternate"/>
+ </dialogbuttonhbox>
+ <fixedline text="MacOS"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="macos">
+ <flow/>
+ <okbutton/>
+ <cancelbutton/>
+ <helpbutton/>
+ <nobutton label="~Alternate"/>
+ </dialogbuttonhbox>
+ <fixedline text="Windows"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="windows">
+ <flow/>
+ <okbutton/>
+ <cancelbutton/>
+ <helpbutton/>
+ <nobutton label="~Alternate"/>
+ </dialogbuttonhbox>
+ </vbox>
+</modaldialog>