1
0
Fork 0
fgdata/gui/dialogs/timeofday.xml
mfranz 9c49dccd5b let all dialogs in $FG_ROOT/gui/dialogs be closed/canceled/dismissed on
Escape key; nasal generated dialogs will follow
2005-11-05 13:59:06 +00:00

112 lines
1.8 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>timeofday</name>
<width>300</width>
<height>330</height>
<modal>false</modal>
<text>
<x>40</x>
<y>280</y>
<label>Set Time of Day</label>
</text>
<group>
<button>
<x>40</x>
<y>250</y>
<legend>Clock Time</legend>
<binding>
<command>timeofday</command>
<timeofday>real</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>220</y>
<legend>Dawn</legend>
<binding>
<command>timeofday</command>
<timeofday>dawn</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>190</y>
<legend>Morning</legend>
<binding>
<command>timeofday</command>
<timeofday>morning</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>160</y>
<legend>Noon</legend>
<binding>
<command>timeofday</command>
<timeofday>noon</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>130</y>
<legend>Afternoon</legend>
<binding>
<command>timeofday</command>
<timeofday>afternoon</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>100</y>
<legend>Dusk</legend>
<binding>
<command>timeofday</command>
<timeofday>dusk</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>70</y>
<legend>Evening</legend>
<binding>
<command>timeofday</command>
<timeofday>evening</timeofday>
</binding>
</button>
<button>
<x>40</x>
<y>40</y>
<legend>Night</legend>
<binding>
<command>timeofday</command>
<timeofday>midnight</timeofday>
</binding>
</button>
</group>
<group>
<button>
<x>120</x>
<y>10</y>
<legend>Dismiss</legend>
<default>true</default>
<keynum>27</keynum>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>