mirror of
https://github.com/Apress/foundations-of-pygtk-development.git
synced 2025-07-21 11:51:10 +02:00
16 lines
413 B
XML
16 lines
413 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<interface>
|
|
<menu id="app-menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label">About</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label">Quit</attribute>
|
|
<attribute name="action">app.quit</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|