Template:Gui dialog markup

From FlightGear wiki
Jump to navigation Jump to search
<?xml version="1.0"?>
<PropertyList>
  <name>FILENAME</name>
  <modal>false</modal>
  <layout>vbox</layout>

    <button>
      <legend>Close</legend>
      <equal>true</equal>
      <key>Esc</key>
      <binding>
        <command>dialog-close</command>
      </binding>
    </button>

</PropertyList>