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="Dialog Button Ordering" 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">
14 <nobutton xlabel="~Alternate"/>
16 <fixedline text="GNOME"/>
17 <dialogbuttonhbox border="5" spacing="5" ordering="gnome">
22 <nobutton xlabel="~Alternate"/>
24 <fixedline text="KDE"/>
25 <dialogbuttonhbox border="5" spacing="5" ordering="kde">
30 <nobutton xlabel="~Alternate"/>
32 <fixedline text="MacOS"/>
33 <dialogbuttonhbox border="5" spacing="5" ordering="macos">
38 <nobutton xlabel="~Alternate"/>
40 <fixedline text="Windows"/>
41 <dialogbuttonhbox border="5" spacing="5" ordering="windows">
46 <nobutton xlabel="~Alternate"/>