Template:Gui dialog markup: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="xml"> <?xml version="1.0"?> <PropertyList> <name>FILENAME</name> <modal>false</modal> <layout>vbox</layout> <button> <legend>Close</leg...")
 
m (cat: Templates, Undocumented templates)
 
Line 17: Line 17:
</PropertyList>
</PropertyList>


</syntaxhighlight>
</syntaxhighlight><noinclude>
[[Category:Templates]]
[[Category:Undocumented templates]]
</noinclude>

Latest revision as of 11:12, 21 June 2019

<?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>