1<?xml version="1.0"?>
2<interface>
3  <menu id="gbp-glade-page-document-menu">
4    <section id="glade-document-section">
5      <attribute name="label" translatable="yes">Glade</attribute>
6      <item>
7        <attribute name="action">glade-view.save</attribute>
8        <attribute name="label" translatable="yes">_Save</attribute>
9        <attribute name="accel">&lt;primary&gt;s</attribute>
10      </item>
11    </section>
12    <section id="glade-preview-section">
13      <item>
14        <attribute name="action">glade-view.preview</attribute>
15        <attribute name="label" translatable="yes">Open _Preview</attribute>
16        <attribute name="accel">&lt;control&gt;&lt;alt&gt;p</attribute>
17      </item>
18    </section>
19    <section id="glade-clipboard-section">
20      <item>
21        <attribute name="action">glade-view.cut</attribute>
22        <attribute name="label" translatable="yes">Cut</attribute>
23        <attribute name="accel">&lt;primary&gt;x</attribute>
24      </item>
25      <item>
26        <attribute name="action">glade-view.copy</attribute>
27        <attribute name="label" translatable="yes">Copy</attribute>
28        <attribute name="accel">&lt;primary&gt;c</attribute>
29      </item>
30      <item>
31        <attribute name="action">glade-view.paste</attribute>
32        <attribute name="label" translatable="yes">Paste</attribute>
33        <attribute name="accel">&lt;primary&gt;v</attribute>
34      </item>
35      <item>
36        <attribute name="action">glade-view.delete</attribute>
37        <attribute name="label" translatable="yes">Delete</attribute>
38        <attribute name="accel">Delete</attribute>
39      </item>
40    </section>
41    <section id="glade-undo-section">
42      <item>
43        <attribute name="action">glade-view.undo</attribute>
44        <attribute name="label" translatable="yes">Undo</attribute>
45        <attribute name="accel">&lt;control&gt;z</attribute>
46      </item>
47      <item>
48        <attribute name="action">glade-view.redo</attribute>
49        <attribute name="label" translatable="yes">Redo</attribute>
50        <attribute name="accel">&lt;control&gt;&lt;shift&gt;z</attribute>
51      </item>
52    </section>
53  </menu>
54  <menu id="gb-project-tree-popup-menu">
55    <section id="gb-project-tree-open-section">
56      <submenu id="gb-project-tree-open-with-submenu">
57        <section id="gb-project-tree-open-with-internal-section">
58          <item>
59            <attribute name="id">gb-project-tree-open-with-glade</attribute>
60            <attribute name="after">gb-project-tree-open-with-editor</attribute>
61            <attribute name="label" translatable="yes">UI Designer</attribute>
62            <attribute name="action">project-tree.open-with-hint</attribute>
63            <attribute name="target" type="s">"glade"</attribute>
64          </item>
65        </section>
66      </submenu>
67    </section>
68  </menu>
69  <menu id="project-tree-menu">
70    <section id="project-tree-menu-open-section">
71      <submenu id="project-tree-menu-open-with-menu">
72        <section id="project-tree-menu-open-with-section">
73          <item>
74            <attribute name="id">project-tree-menu-open-editor</attribute>
75            <attribute name="label" translatable="yes">_UI Designer</attribute>
76            <attribute name="action">project-tree.open-with-hint</attribute>
77            <attribute name="target" type="s">'glade'</attribute>
78          </item>
79        </section>
80      </submenu>
81    </section>
82  </menu>
83</interface>
84
85