window.xml
1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.0"/>
<menu id="gear-menu">
<section>
<submenu>
<attribute name="label" translatable="yes">New</attribute>
<item>
<attribute name="label" translatable="yes">Tab</attribute>
<attribute name="action">app.new.tab</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Application Window</attribute>
<attribute name="action">app.new.window</attribute>
</item>
</submenu>
<submenu>
<attribute name="label" translatable="yes">Open</attribute>
<item>
<attribute name="label" translatable="yes">File</attribute>
<attribute name="action">app.open</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New tab</attribute>
<attribute name="action">app.new.tab</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New window</attribute>
<attribute name="action">app.new.window</attribute>
</item>
</submenu>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">win.preferences</attribute>
</item>
</section>
</menu>
</interface>