2003-11-27 23:43:43 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
2004-05-12 15:37:17 +00:00
|
|
|
<name>airports</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>Select an Airport</label>
|
|
|
|
</text>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<!-- The airport list widget appears to have a bug with layout; it
|
|
|
|
fails to draw within the x/y/width/height it is given. -->
|
|
|
|
<airport-list>
|
|
|
|
<pref-width>440</pref-width>
|
|
|
|
<pref-height>360</pref-height>
|
|
|
|
<property>/sim/presets/airport-id</property>
|
|
|
|
</airport-list>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>10</default-padding>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<button>
|
2004-12-27 13:37:06 +00:00
|
|
|
<legend>Apply</legend>
|
2004-05-12 15:37:17 +00:00
|
|
|
<equal>true</equal>
|
|
|
|
<default>true</default>
|
|
|
|
<binding>
|
2005-01-31 10:37:21 +00:00
|
|
|
<command>nasal</command>
|
|
|
|
<script>
|
|
|
|
setprop("/sim/presets/longitude-deg", -9999);
|
|
|
|
setprop("/sim/presets/latitude-deg", -9999);
|
|
|
|
setprop("/sim/presets/altitude-ft", -9999);
|
|
|
|
setprop("/sim/presets/airspeed-kt", 0);
|
|
|
|
setprop("/sim/presets/offset-distance", 0);
|
|
|
|
setprop("/sim/presets/offset-azimuth", 0);
|
|
|
|
setprop("/sim/presets/glideslope-deg", 0);
|
|
|
|
setprop("/sim/presets/heading-deg", 0);
|
|
|
|
setprop("/sim/presets/runway", "");
|
|
|
|
</script>
|
2004-05-12 15:37:17 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2005-01-31 10:37:21 +00:00
|
|
|
<command>dialog-apply</command>
|
2004-05-12 15:37:17 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2005-01-31 10:37:21 +00:00
|
|
|
<command>presets-commit</command>
|
2004-05-12 15:37:17 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
2005-01-31 10:37:21 +00:00
|
|
|
<command>dialog-close</command>
|
2004-05-12 15:37:17 +00:00
|
|
|
</binding>
|
|
|
|
</button>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<empty><stretch>true</stretch></empty>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<button>
|
2004-12-27 13:37:06 +00:00
|
|
|
<legend>Close</legend>
|
2004-05-12 15:37:17 +00:00
|
|
|
<equal>true</equal>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
2003-11-27 23:43:43 +00:00
|
|
|
|
2004-05-12 15:37:17 +00:00
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
</group>
|
2003-11-27 23:43:43 +00:00
|
|
|
</PropertyList>
|