1
<menuitem name="Item 1" action="Props" />
2
<menuitem name="Item 2" action="Help" />
3
<menuitem name="Item 3" action="About" />
3
<attribute name="label" translatable="yes">_Preferences</attribute>
4
<attribute name="action">geyes.preferences</attribute>
7
<attribute name="label" translatable="yes">_Help</attribute>
8
<attribute name="action">geyes.help</attribute>
11
<attribute name="label" translatable="yes">_About</attribute>
12
<attribute name="action">geyes.about</attribute>