mirror of
https://github.com/Apress/foundations-of-pygtk-development.git
synced 2025-12-15 22:20:05 +01:00
18 lines
403 B
XML
18 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="menubar">
|
|
<submenu>
|
|
<attribute name="label">File</attribute>
|
|
</submenu>
|
|
<submenu>
|
|
<attribute name="label">Edit</attribute>
|
|
</submenu>
|
|
<submenu>
|
|
<attribute name="label">Choices</attribute>
|
|
</submenu>
|
|
<submenu>
|
|
<attribute name="label">Help</attribute>
|
|
</submenu>
|
|
</menu>
|
|
</interface>
|