1
0
Fork 0
fgdata/gui/dialogs/devel-extensions.xml

49 lines
995 B
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<name>devel-extensions</name>
<modal>false</modal>
<layout>vbox</layout>
<text>
<label>Configure Development Extensions</label>
</text>
<hrule/>
<group>
<layout>vbox</layout>
<halign>center</halign>
<checkbox>
<halign>left</halign>
<label>Enable development dialog widgets (HUD and rendering dialog)</label>
<property>/sim/gui/devel-widgets</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Enable '/'-key property handler (see $FG_ROOT/Nasal/prop_key_handler.nas)</label>
<property>/sim/input/property-key-handler</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
</group>
2007-11-18 16:00:13 +00:00
<button>
<legend>Close</legend>
<default>true</default>
<key>Esc</key>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>