1
0
Fork 0
fgdata/gui/dialogs/atc-dialog.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

44 lines
916 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>atc-dialog</name>
<y>70</y>
<layout>vbox</layout>
<text>
<label>ATC Communication</label>
</text>
<hrule><dummy/></hrule>
<group>
<name>transmission-choice</name>
<layout>vbox</layout>
<!-- using one copy of button-template per ATC message -->
<button-template>
<hide>true</hide>
<legend>LEGEND</legend>
<equal>true</equal>
<property>PROPERTY</property>
<keynum type="int">-1</keynum>
<binding>
<command>property-assign</command>
<property>/sim/atc/transmission-num</property>
<value type="int">-1</value>
</binding>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button-template>
</group>
<button>
<legend>Cancel</legend>
<keynum>27</keynum>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>