2004-05-14 16:21:11 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- Sound control dialog -->
|
|
|
|
|
|
|
|
<!--
|
2004-05-14 21:57:33 +00:00
|
|
|
/sim/sound/pause
|
|
|
|
/sim/sound/volume
|
2004-05-14 16:21:11 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
2004-05-14 21:57:33 +00:00
|
|
|
<name>sound-dialog</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>Sound Configuration</label>
|
|
|
|
<padding>10</padding>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Mute Sound</label>
|
|
|
|
<property>/sim/sound/pause</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<text><label>Volume:</label></text>
|
|
|
|
<slider>
|
|
|
|
<property>/sim/sound/volume</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
</group>
|
|
|
|
|
2004-05-14 16:21:11 +00:00
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>10</default-padding>
|
|
|
|
|
|
|
|
<button>
|
2004-05-14 17:35:18 +00:00
|
|
|
<legend>OK</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<default>true</default>
|
2004-05-14 16:21:11 +00:00
|
|
|
<equal>true</equal>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2004-05-14 16:21:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|