summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/shutdown.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/shutdown.xml')
-rw-r--r--toolkit/workben/layout/shutdown.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/toolkit/workben/layout/shutdown.xml b/toolkit/workben/layout/shutdown.xml
new file mode 100644
index 000000000000..fbe49e046cb4
--- /dev/null
+++ b/toolkit/workben/layout/shutdown.xml
@@ -0,0 +1,54 @@
+<?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="Shutdown Dialog" 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 label="~Shutdown"/>
+ <cancelbutton/>
+ <pushbutton label="Pause"/>
+ <pushbutton label="Sleep"/>
+ <pushbutton label="Restart"/>
+ </dialogbuttonhbox>
+ <fixedline text="GNOME"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="gnome">
+ <flow/>
+ <okbutton label="~Shutdown"/>
+ <cancelbutton/>
+ <pushbutton label="Pause"/>
+ <pushbutton label="Sleep"/>
+ <pushbutton label="Restart"/>
+ </dialogbuttonhbox>
+ <fixedline text="KDE"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="kde">
+ <flow/>
+ <okbutton label="~Shutdown"/>
+ <cancelbutton/>
+ <pushbutton label="Pause"/>
+ <pushbutton label="Sleep"/>
+ <pushbutton label="Restart"/>
+ </dialogbuttonhbox>
+ <fixedline text="MacOS"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="macos">
+ <flow/>
+ <okbutton label="~Shutdown"/>
+ <cancelbutton/>
+ <pushbutton label="Pause"/>
+ <pushbutton label="Sleep"/>
+ <pushbutton label="Restart"/>
+ </dialogbuttonhbox>
+ <fixedline text="Windows"/>
+ <dialogbuttonhbox border="5" spacing="5" ordering="windowsg">
+ <flow/>
+ <okbutton label="~Shutdown"/>
+ <cancelbutton/>
+ <pushbutton label="Pause"/>
+ <pushbutton label="Sleep"/>
+ <pushbutton label="Restart"/>
+ </dialogbuttonhbox>
+ </vbox>
+</modaldialog>