1 <?xml version="1.0" encoding="UTF-8"?>
3 <modaldialog xmlns="http://openoffice.org/2007/layout"
4 xmlns:cnt="http://openoffice.org/2007/layout/container"
5 id="dialog" title="Shutdown Dialog" optimumsize="true"
6 has_border="true" sizeable="true" moveable="true">
7 <vbox border="5" spacing="5">
8 <fixedline text="Platform default"/>
9 <dialogbuttonhbox border="5" spacing="5">
11 <okbutton label="~Shutdown"/>
13 <pushbutton label="Pause"/>
14 <pushbutton label="Sleep"/>
15 <pushbutton label="Restart"/>
17 <fixedline text="GNOME"/>
18 <dialogbuttonhbox border="5" spacing="5" ordering="gnome">
20 <okbutton label="~Shutdown"/>
22 <pushbutton label="Pause"/>
23 <pushbutton label="Sleep"/>
24 <pushbutton label="Restart"/>
26 <fixedline text="KDE"/>
27 <dialogbuttonhbox border="5" spacing="5" ordering="kde">
29 <okbutton label="~Shutdown"/>
31 <pushbutton label="Pause"/>
32 <pushbutton label="Sleep"/>
33 <pushbutton label="Restart"/>
35 <fixedline text="MacOS"/>
36 <dialogbuttonhbox border="5" spacing="5" ordering="macos">
38 <okbutton label="~Shutdown"/>
40 <pushbutton label="Pause"/>
41 <pushbutton label="Sleep"/>
42 <pushbutton label="Restart"/>
44 <fixedline text="Windows"/>
45 <dialogbuttonhbox border="5" spacing="5" ordering="windowsg">
47 <okbutton label="~Shutdown"/>
49 <pushbutton label="Pause"/>
50 <pushbutton label="Sleep"/>
51 <pushbutton label="Restart"/>