File: menu.ui

package info (click to toggle)
gobby 0.6.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,872 kB
  • sloc: cpp: 19,417; ansic: 12,094; sh: 4,162; makefile: 417; xml: 42
file content (213 lines) | stat: -rw-r--r-- 8,541 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version="1.0"?>
<interface>
  <menu id="appmenu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Preferences</attribute>
        <attribute name="action">app.preferences</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Help</attribute>
        <attribute name="action">app.help</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">About</attribute>
        <attribute name="action">app.about</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="action">app.quit</attribute>
      </item>
    </section>
  </menu>

  <menu id="winmenu">
    <submenu>
      <attribute name="label" translatable="yes">_File</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_New...</attribute>
          <attribute name="action">win.new</attribute>
          <attribute name="accel">&lt;primary&gt;n</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Open...</attribute>
          <attribute name="action">win.open</attribute>
          <attribute name="accel">&lt;primary&gt;o</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Open _Location...</attribute>
          <attribute name="action">win.open-location</attribute>
          <attribute name="accel">&lt;primary&gt;l</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Save</attribute>
          <attribute name="action">win.save</attribute>
          <attribute name="accel">&lt;primary&gt;s</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Save _As...</attribute>
          <attribute name="action">win.save-as</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;s</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Save All</attribute>
          <attribute name="action">win.save-all</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;l</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Export As _HTML...</attribute>
          <attribute name="action">win.export-html</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;h</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Connect _To Server...</attribute>
          <attribute name="action">win.connect</attribute>
          <attribute name="accel">&lt;primary&gt;t</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Close</attribute>
          <attribute name="action">win.close</attribute>
          <attribute name="accel">&lt;primary&gt;w</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_Edit</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Undo</attribute>
          <attribute name="action">win.undo</attribute>
          <attribute name="accel">&lt;primary&gt;z</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Redo</attribute>
          <attribute name="action">win.redo</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;z</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Cut</attribute>
          <attribute name="action">win.cut</attribute>
          <attribute name="accel">&lt;primary&gt;x</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Copy</attribute>
          <attribute name="action">win.copy</attribute>
          <attribute name="accel">&lt;primary&gt;c</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Paste</attribute>
          <attribute name="action">win.paste</attribute>
          <attribute name="accel">&lt;primary&gt;v</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Find...</attribute>
          <attribute name="action">win.find</attribute>
          <attribute name="accel">&lt;primary&gt;f</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Find Ne_xt</attribute>
          <attribute name="action">win.find-next</attribute>
          <attribute name="accel">&lt;primary&gt;g</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Find Pre_vious</attribute>
          <attribute name="action">win.find-prev</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;g</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Find And Re_place...</attribute>
          <attribute name="action">win.find-replace</attribute>
          <attribute name="accel">&lt;primary&gt;h</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Go To _Line</attribute>
          <attribute name="action">win.goto-line</attribute>
          <attribute name="accel">&lt;primary&gt;i</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_View</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">Reset User Colors</attribute>
          <attribute name="action">win.hide-user-colors</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;c</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Fullscreen</attribute>
          <attribute name="action">win.fullscreen</attribute>
          <attribute name="accel">F11</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Zoom In</attribute>
          <attribute name="action">win.zoom-in</attribute>
          <attribute name="accel">&lt;primary&gt;plus</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Zoom Out</attribute>
          <attribute name="action">win.zoom-out</attribute>
          <attribute name="accel">&lt;primary&gt;minus</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">View Tool Bar</attribute>
          <attribute name="action">win.view-toolbar</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">View Status Bar</attribute>
          <attribute name="action">win.view-statusbar</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">View Document Browser</attribute>
          <attribute name="action">win.view-browser</attribute>
          <attribute name="accel">F9</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">View Chat</attribute>
          <attribute name="action">win.view-chat</attribute>
          <attribute name="accel">&lt;shift&gt;F9</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">View Document User List</attribute>
          <attribute name="action">win.view-document-user-list</attribute>
          <attribute name="accel">&lt;primary&gt;F9</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">View Chat User List</attribute>
          <attribute name="action">win.view-chat-user-list</attribute>
          <attribute name="accel">&lt;primary&gt;&lt;shift&gt;F9</attribute>
        </item>
      </section>
      <section>
        <submenu>
          <attribute name="label" translatable="yes">_Highlight Mode</attribute>
          <item>
            <attribute name="label" translatable="yes">None</attribute>
            <attribute name="action">win.highlight-mode</attribute>
            <attribute name="target"></attribute>
          </item>
          <!-- this is filled programmatically -->
        </submenu>
      </section>
    </submenu>
  </menu>
</interface>