Mercurial > vba-clojure
comparison src/gtk/vba.glade @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> | |
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> | |
3 | |
4 <glade-interface> | |
5 | |
6 <widget class="GtkWindow" id="MainWindow"> | |
7 <property name="title" translatable="yes">VBA</property> | |
8 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
9 <property name="window_position">GTK_WIN_POS_NONE</property> | |
10 <property name="modal">False</property> | |
11 <property name="resizable">True</property> | |
12 <property name="destroy_with_parent">False</property> | |
13 <property name="skip_taskbar_hint">False</property> | |
14 <property name="skip_pager_hint">False</property> | |
15 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> | |
16 | |
17 <child> | |
18 <widget class="GtkVBox" id="vbox1"> | |
19 <property name="visible">True</property> | |
20 <property name="homogeneous">False</property> | |
21 <property name="spacing">0</property> | |
22 | |
23 <child> | |
24 <widget class="GtkHandleBox" id="handlebox1"> | |
25 <property name="visible">True</property> | |
26 <property name="shadow_type">GTK_SHADOW_OUT</property> | |
27 <property name="handle_position">GTK_POS_LEFT</property> | |
28 <property name="snap_edge">GTK_POS_TOP</property> | |
29 | |
30 <child> | |
31 <widget class="GtkMenuBar" id="MenuBar"> | |
32 <property name="visible">True</property> | |
33 | |
34 <child> | |
35 <widget class="GtkMenuItem" id="FileMenu"> | |
36 <property name="visible">True</property> | |
37 <property name="label" translatable="yes">_File</property> | |
38 <property name="use_underline">True</property> | |
39 | |
40 <child> | |
41 <widget class="GtkMenu" id="FileMenu_menu"> | |
42 | |
43 <child> | |
44 <widget class="GtkImageMenuItem" id="FileOpen"> | |
45 <property name="visible">True</property> | |
46 <property name="label" translatable="yes">_Open...</property> | |
47 <property name="use_underline">True</property> | |
48 <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
49 | |
50 <child internal-child="image"> | |
51 <widget class="GtkImage" id="image128"> | |
52 <property name="visible">True</property> | |
53 <property name="stock">gtk-open</property> | |
54 <property name="icon_size">1</property> | |
55 <property name="xalign">0.5</property> | |
56 <property name="yalign">0.5</property> | |
57 <property name="xpad">0</property> | |
58 <property name="ypad">0</property> | |
59 </widget> | |
60 </child> | |
61 </widget> | |
62 </child> | |
63 | |
64 <child> | |
65 <widget class="GtkSeparatorMenuItem" id="separator1"> | |
66 <property name="visible">True</property> | |
67 </widget> | |
68 </child> | |
69 | |
70 <child> | |
71 <widget class="GtkMenuItem" id="FileLoad"> | |
72 <property name="visible">True</property> | |
73 <property name="label" translatable="yes">_Load...</property> | |
74 <property name="use_underline">True</property> | |
75 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
76 </widget> | |
77 </child> | |
78 | |
79 <child> | |
80 <widget class="GtkMenuItem" id="FileSave"> | |
81 <property name="visible">True</property> | |
82 <property name="label" translatable="yes">_Save...</property> | |
83 <property name="use_underline">True</property> | |
84 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
85 </widget> | |
86 </child> | |
87 | |
88 <child> | |
89 <widget class="GtkMenuItem" id="LoadGameMenu"> | |
90 <property name="visible">True</property> | |
91 <property name="label" translatable="yes">Loa_d game</property> | |
92 <property name="use_underline">True</property> | |
93 | |
94 <child> | |
95 <widget class="GtkMenu" id="LoadGameMenu_menu"> | |
96 | |
97 <child> | |
98 <widget class="GtkMenuItem" id="LoadGameMostRecent"> | |
99 <property name="visible">True</property> | |
100 <property name="label" translatable="yes">Most recent</property> | |
101 <property name="use_underline">True</property> | |
102 </widget> | |
103 </child> | |
104 | |
105 <child> | |
106 <widget class="GtkCheckMenuItem" id="LoadGameAuto"> | |
107 <property name="visible">True</property> | |
108 <property name="label" translatable="yes">Auto load most recent</property> | |
109 <property name="use_underline">True</property> | |
110 <property name="active">False</property> | |
111 </widget> | |
112 </child> | |
113 | |
114 <child> | |
115 <widget class="GtkSeparatorMenuItem" id="separator28"> | |
116 <property name="visible">True</property> | |
117 </widget> | |
118 </child> | |
119 | |
120 <child> | |
121 <widget class="GtkMenuItem" id="LoadGameSlot1"> | |
122 <property name="visible">True</property> | |
123 <property name="label" translatable="yes">Slot1</property> | |
124 <property name="use_underline">True</property> | |
125 <accelerator key="F1" modifiers="0" signal="activate"/> | |
126 </widget> | |
127 </child> | |
128 | |
129 <child> | |
130 <widget class="GtkMenuItem" id="LoadGameSlot2"> | |
131 <property name="visible">True</property> | |
132 <property name="label" translatable="yes">Slot2</property> | |
133 <property name="use_underline">True</property> | |
134 <accelerator key="F2" modifiers="0" signal="activate"/> | |
135 </widget> | |
136 </child> | |
137 | |
138 <child> | |
139 <widget class="GtkMenuItem" id="LoadGameSlot3"> | |
140 <property name="visible">True</property> | |
141 <property name="label" translatable="yes">Slot3</property> | |
142 <property name="use_underline">True</property> | |
143 <accelerator key="F3" modifiers="0" signal="activate"/> | |
144 </widget> | |
145 </child> | |
146 | |
147 <child> | |
148 <widget class="GtkMenuItem" id="LoadGameSlot4"> | |
149 <property name="visible">True</property> | |
150 <property name="label" translatable="yes">Slot4</property> | |
151 <property name="use_underline">True</property> | |
152 <accelerator key="F4" modifiers="0" signal="activate"/> | |
153 </widget> | |
154 </child> | |
155 | |
156 <child> | |
157 <widget class="GtkMenuItem" id="LoadGameSlot5"> | |
158 <property name="visible">True</property> | |
159 <property name="label" translatable="yes">Slot5</property> | |
160 <property name="use_underline">True</property> | |
161 <accelerator key="F5" modifiers="0" signal="activate"/> | |
162 </widget> | |
163 </child> | |
164 | |
165 <child> | |
166 <widget class="GtkMenuItem" id="LoadGameSlot6"> | |
167 <property name="visible">True</property> | |
168 <property name="label" translatable="yes">Slot6</property> | |
169 <property name="use_underline">True</property> | |
170 <accelerator key="F6" modifiers="0" signal="activate"/> | |
171 </widget> | |
172 </child> | |
173 | |
174 <child> | |
175 <widget class="GtkMenuItem" id="LoadGameSlot7"> | |
176 <property name="visible">True</property> | |
177 <property name="label" translatable="yes">Slot7</property> | |
178 <property name="use_underline">True</property> | |
179 <accelerator key="F7" modifiers="0" signal="activate"/> | |
180 </widget> | |
181 </child> | |
182 | |
183 <child> | |
184 <widget class="GtkMenuItem" id="LoadGameSlot8"> | |
185 <property name="visible">True</property> | |
186 <property name="label" translatable="yes">Slot8</property> | |
187 <property name="use_underline">True</property> | |
188 <accelerator key="F8" modifiers="0" signal="activate"/> | |
189 </widget> | |
190 </child> | |
191 | |
192 <child> | |
193 <widget class="GtkMenuItem" id="LoadGameSlot9"> | |
194 <property name="visible">True</property> | |
195 <property name="label" translatable="yes">Slot9</property> | |
196 <property name="use_underline">True</property> | |
197 <accelerator key="F9" modifiers="0" signal="activate"/> | |
198 </widget> | |
199 </child> | |
200 | |
201 <child> | |
202 <widget class="GtkMenuItem" id="LoadGameSlot10"> | |
203 <property name="visible">True</property> | |
204 <property name="label" translatable="yes">Slot10</property> | |
205 <property name="use_underline">True</property> | |
206 <accelerator key="F10" modifiers="0" signal="activate"/> | |
207 </widget> | |
208 </child> | |
209 </widget> | |
210 </child> | |
211 </widget> | |
212 </child> | |
213 | |
214 <child> | |
215 <widget class="GtkMenuItem" id="SaveGameMenu"> | |
216 <property name="visible">True</property> | |
217 <property name="label" translatable="yes">S_ave game</property> | |
218 <property name="use_underline">True</property> | |
219 | |
220 <child> | |
221 <widget class="GtkMenu" id="SaveGameMenu_menu"> | |
222 | |
223 <child> | |
224 <widget class="GtkMenuItem" id="SaveGameOldest"> | |
225 <property name="visible">True</property> | |
226 <property name="label" translatable="yes">Oldest slot</property> | |
227 <property name="use_underline">True</property> | |
228 </widget> | |
229 </child> | |
230 | |
231 <child> | |
232 <widget class="GtkSeparatorMenuItem" id="separator27"> | |
233 <property name="visible">True</property> | |
234 </widget> | |
235 </child> | |
236 | |
237 <child> | |
238 <widget class="GtkMenuItem" id="SaveGameSlot1"> | |
239 <property name="visible">True</property> | |
240 <property name="label" translatable="yes">Slot1</property> | |
241 <property name="use_underline">True</property> | |
242 <accelerator key="F1" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
243 </widget> | |
244 </child> | |
245 | |
246 <child> | |
247 <widget class="GtkMenuItem" id="SaveGameSlot2"> | |
248 <property name="visible">True</property> | |
249 <property name="label" translatable="yes">Slot2</property> | |
250 <property name="use_underline">True</property> | |
251 <accelerator key="F2" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
252 </widget> | |
253 </child> | |
254 | |
255 <child> | |
256 <widget class="GtkMenuItem" id="SaveGameSlot3"> | |
257 <property name="visible">True</property> | |
258 <property name="label" translatable="yes">Slot3</property> | |
259 <property name="use_underline">True</property> | |
260 <accelerator key="F3" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
261 </widget> | |
262 </child> | |
263 | |
264 <child> | |
265 <widget class="GtkMenuItem" id="SaveGameSlot4"> | |
266 <property name="visible">True</property> | |
267 <property name="label" translatable="yes">Slot4</property> | |
268 <property name="use_underline">True</property> | |
269 <accelerator key="F4" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
270 </widget> | |
271 </child> | |
272 | |
273 <child> | |
274 <widget class="GtkMenuItem" id="SaveGameSlot5"> | |
275 <property name="visible">True</property> | |
276 <property name="label" translatable="yes">Slot5</property> | |
277 <property name="use_underline">True</property> | |
278 <accelerator key="F5" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
279 </widget> | |
280 </child> | |
281 | |
282 <child> | |
283 <widget class="GtkMenuItem" id="SaveGameSlot6"> | |
284 <property name="visible">True</property> | |
285 <property name="label" translatable="yes">Slot6</property> | |
286 <property name="use_underline">True</property> | |
287 <accelerator key="F6" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
288 </widget> | |
289 </child> | |
290 | |
291 <child> | |
292 <widget class="GtkMenuItem" id="SaveGameSlot7"> | |
293 <property name="visible">True</property> | |
294 <property name="label" translatable="yes">Slot7</property> | |
295 <property name="use_underline">True</property> | |
296 <accelerator key="F7" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
297 </widget> | |
298 </child> | |
299 | |
300 <child> | |
301 <widget class="GtkMenuItem" id="SaveGameSlot8"> | |
302 <property name="visible">True</property> | |
303 <property name="label" translatable="yes">Slot8</property> | |
304 <property name="use_underline">True</property> | |
305 <accelerator key="F8" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
306 </widget> | |
307 </child> | |
308 | |
309 <child> | |
310 <widget class="GtkMenuItem" id="SaveGameSlot9"> | |
311 <property name="visible">True</property> | |
312 <property name="label" translatable="yes">Slot9</property> | |
313 <property name="use_underline">True</property> | |
314 <accelerator key="F9" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
315 </widget> | |
316 </child> | |
317 | |
318 <child> | |
319 <widget class="GtkMenuItem" id="SaveGameSlot10"> | |
320 <property name="visible">True</property> | |
321 <property name="label" translatable="yes">Slot10</property> | |
322 <property name="use_underline">True</property> | |
323 <accelerator key="F10" modifiers="GDK_SHIFT_MASK" signal="activate"/> | |
324 </widget> | |
325 </child> | |
326 </widget> | |
327 </child> | |
328 </widget> | |
329 </child> | |
330 | |
331 <child> | |
332 <widget class="GtkSeparatorMenuItem" id="separator2"> | |
333 <property name="visible">True</property> | |
334 </widget> | |
335 </child> | |
336 | |
337 <child> | |
338 <widget class="GtkCheckMenuItem" id="FilePause"> | |
339 <property name="visible">True</property> | |
340 <property name="label" translatable="yes">_Pause</property> | |
341 <property name="use_underline">True</property> | |
342 <property name="active">False</property> | |
343 <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
344 </widget> | |
345 </child> | |
346 | |
347 <child> | |
348 <widget class="GtkMenuItem" id="FileReset"> | |
349 <property name="visible">True</property> | |
350 <property name="label" translatable="yes">_Reset</property> | |
351 <property name="use_underline">True</property> | |
352 <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
353 </widget> | |
354 </child> | |
355 | |
356 <child> | |
357 <widget class="GtkSeparatorMenuItem" id="separator3"> | |
358 <property name="visible">True</property> | |
359 </widget> | |
360 </child> | |
361 | |
362 <child> | |
363 <widget class="GtkMenuItem" id="RecentMenu"> | |
364 <property name="visible">True</property> | |
365 <property name="label" translatable="yes">Rece_nt</property> | |
366 <property name="use_underline">True</property> | |
367 | |
368 <child> | |
369 <widget class="GtkMenu" id="RecentMenu_menu"> | |
370 | |
371 <child> | |
372 <widget class="GtkMenuItem" id="RecentReset"> | |
373 <property name="visible">True</property> | |
374 <property name="label" translatable="yes">_Reset</property> | |
375 <property name="use_underline">True</property> | |
376 </widget> | |
377 </child> | |
378 | |
379 <child> | |
380 <widget class="GtkCheckMenuItem" id="RecentFreeze"> | |
381 <property name="visible">True</property> | |
382 <property name="label" translatable="yes">_Freeze</property> | |
383 <property name="use_underline">True</property> | |
384 <property name="active">False</property> | |
385 </widget> | |
386 </child> | |
387 | |
388 <child> | |
389 <widget class="GtkSeparatorMenuItem" id="separator29"> | |
390 <property name="visible">True</property> | |
391 </widget> | |
392 </child> | |
393 </widget> | |
394 </child> | |
395 </widget> | |
396 </child> | |
397 | |
398 <child> | |
399 <widget class="GtkSeparatorMenuItem" id="separator4"> | |
400 <property name="visible">True</property> | |
401 </widget> | |
402 </child> | |
403 | |
404 <child> | |
405 <widget class="GtkMenuItem" id="ImportMenu"> | |
406 <property name="visible">True</property> | |
407 <property name="label" translatable="yes">_Import</property> | |
408 <property name="use_underline">True</property> | |
409 | |
410 <child> | |
411 <widget class="GtkMenu" id="ImportMenu_menu"> | |
412 | |
413 <child> | |
414 <widget class="GtkMenuItem" id="ImportBatteryFile"> | |
415 <property name="visible">True</property> | |
416 <property name="label" translatable="yes">_Battery file...</property> | |
417 <property name="use_underline">True</property> | |
418 </widget> | |
419 </child> | |
420 </widget> | |
421 </child> | |
422 </widget> | |
423 </child> | |
424 | |
425 <child> | |
426 <widget class="GtkMenuItem" id="ExportMenu"> | |
427 <property name="visible">True</property> | |
428 <property name="label" translatable="yes">E_xport</property> | |
429 <property name="use_underline">True</property> | |
430 | |
431 <child> | |
432 <widget class="GtkMenu" id="ExportMenu_menu"> | |
433 | |
434 <child> | |
435 <widget class="GtkMenuItem" id="ExportBatteryFile"> | |
436 <property name="visible">True</property> | |
437 <property name="label" translatable="yes">_Battery file...</property> | |
438 <property name="use_underline">True</property> | |
439 </widget> | |
440 </child> | |
441 </widget> | |
442 </child> | |
443 </widget> | |
444 </child> | |
445 | |
446 <child> | |
447 <widget class="GtkSeparatorMenuItem" id="separator5"> | |
448 <property name="visible">True</property> | |
449 </widget> | |
450 </child> | |
451 | |
452 <child> | |
453 <widget class="GtkMenuItem" id="FileScreenCapture"> | |
454 <property name="visible">True</property> | |
455 <property name="label" translatable="yes">Screen capt_ure...</property> | |
456 <property name="use_underline">True</property> | |
457 </widget> | |
458 </child> | |
459 | |
460 <child> | |
461 <widget class="GtkSeparatorMenuItem" id="separator6"> | |
462 <property name="visible">True</property> | |
463 </widget> | |
464 </child> | |
465 | |
466 <child> | |
467 <widget class="GtkImageMenuItem" id="FileClose"> | |
468 <property name="visible">True</property> | |
469 <property name="label" translatable="yes">_Close</property> | |
470 <property name="use_underline">True</property> | |
471 | |
472 <child internal-child="image"> | |
473 <widget class="GtkImage" id="image129"> | |
474 <property name="visible">True</property> | |
475 <property name="stock">gtk-close</property> | |
476 <property name="icon_size">1</property> | |
477 <property name="xalign">0.5</property> | |
478 <property name="yalign">0.5</property> | |
479 <property name="xpad">0</property> | |
480 <property name="ypad">0</property> | |
481 </widget> | |
482 </child> | |
483 </widget> | |
484 </child> | |
485 | |
486 <child> | |
487 <widget class="GtkImageMenuItem" id="FileExit"> | |
488 <property name="visible">True</property> | |
489 <property name="label" translatable="yes">_Exit</property> | |
490 <property name="use_underline">True</property> | |
491 <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
492 | |
493 <child internal-child="image"> | |
494 <widget class="GtkImage" id="image130"> | |
495 <property name="visible">True</property> | |
496 <property name="stock">gtk-quit</property> | |
497 <property name="icon_size">1</property> | |
498 <property name="xalign">0.5</property> | |
499 <property name="yalign">0.5</property> | |
500 <property name="xpad">0</property> | |
501 <property name="ypad">0</property> | |
502 </widget> | |
503 </child> | |
504 </widget> | |
505 </child> | |
506 </widget> | |
507 </child> | |
508 </widget> | |
509 </child> | |
510 | |
511 <child> | |
512 <widget class="GtkMenuItem" id="OptionsMenu"> | |
513 <property name="visible">True</property> | |
514 <property name="label" translatable="yes">_Options</property> | |
515 <property name="use_underline">True</property> | |
516 | |
517 <child> | |
518 <widget class="GtkMenu" id="OptionsMenu_menu"> | |
519 | |
520 <child> | |
521 <widget class="GtkMenuItem" id="FrameskipMenu"> | |
522 <property name="visible">True</property> | |
523 <property name="label" translatable="yes">_Frameskip</property> | |
524 <property name="use_underline">True</property> | |
525 | |
526 <child> | |
527 <widget class="GtkMenu" id="FrameskipMenu_menu"> | |
528 | |
529 <child> | |
530 <widget class="GtkMenuItem" id="ThrottleMenu"> | |
531 <property name="visible">True</property> | |
532 <property name="label" translatable="yes">_Throttle</property> | |
533 <property name="use_underline">True</property> | |
534 | |
535 <child> | |
536 <widget class="GtkMenu" id="ThrottleMenu_menu"> | |
537 | |
538 <child> | |
539 <widget class="GtkRadioMenuItem" id="ThrottleNoThrottle"> | |
540 <property name="visible">True</property> | |
541 <property name="label" translatable="yes">_No throttle</property> | |
542 <property name="use_underline">True</property> | |
543 <property name="active">True</property> | |
544 </widget> | |
545 </child> | |
546 | |
547 <child> | |
548 <widget class="GtkRadioMenuItem" id="Throttle25"> | |
549 <property name="visible">True</property> | |
550 <property name="label" translatable="yes">25%</property> | |
551 <property name="use_underline">True</property> | |
552 <property name="active">False</property> | |
553 <property name="group">ThrottleNoThrottle</property> | |
554 </widget> | |
555 </child> | |
556 | |
557 <child> | |
558 <widget class="GtkRadioMenuItem" id="Throttle50"> | |
559 <property name="visible">True</property> | |
560 <property name="label" translatable="yes">50%</property> | |
561 <property name="use_underline">True</property> | |
562 <property name="active">False</property> | |
563 <property name="group">ThrottleNoThrottle</property> | |
564 </widget> | |
565 </child> | |
566 | |
567 <child> | |
568 <widget class="GtkRadioMenuItem" id="Throttle100"> | |
569 <property name="visible">True</property> | |
570 <property name="label" translatable="yes">100%</property> | |
571 <property name="use_underline">True</property> | |
572 <property name="active">False</property> | |
573 <property name="group">ThrottleNoThrottle</property> | |
574 </widget> | |
575 </child> | |
576 | |
577 <child> | |
578 <widget class="GtkRadioMenuItem" id="Throttle150"> | |
579 <property name="visible">True</property> | |
580 <property name="label" translatable="yes">150%</property> | |
581 <property name="use_underline">True</property> | |
582 <property name="active">False</property> | |
583 <property name="group">ThrottleNoThrottle</property> | |
584 </widget> | |
585 </child> | |
586 | |
587 <child> | |
588 <widget class="GtkRadioMenuItem" id="Throttle200"> | |
589 <property name="visible">True</property> | |
590 <property name="label" translatable="yes">200%</property> | |
591 <property name="use_underline">True</property> | |
592 <property name="active">False</property> | |
593 <property name="group">ThrottleNoThrottle</property> | |
594 </widget> | |
595 </child> | |
596 | |
597 <child> | |
598 <widget class="GtkRadioMenuItem" id="ThrottleOther"> | |
599 <property name="visible">True</property> | |
600 <property name="label" translatable="yes">_Other...</property> | |
601 <property name="use_underline">True</property> | |
602 <property name="active">False</property> | |
603 <property name="group">ThrottleNoThrottle</property> | |
604 </widget> | |
605 </child> | |
606 </widget> | |
607 </child> | |
608 </widget> | |
609 </child> | |
610 | |
611 <child> | |
612 <widget class="GtkSeparatorMenuItem" id="separator19"> | |
613 <property name="visible">True</property> | |
614 </widget> | |
615 </child> | |
616 | |
617 <child> | |
618 <widget class="GtkRadioMenuItem" id="FrameskipAutomatic"> | |
619 <property name="visible">True</property> | |
620 <property name="label" translatable="yes">_Automatic</property> | |
621 <property name="use_underline">True</property> | |
622 <property name="active">True</property> | |
623 </widget> | |
624 </child> | |
625 | |
626 <child> | |
627 <widget class="GtkRadioMenuItem" id="Frameskip0"> | |
628 <property name="visible">True</property> | |
629 <property name="label" translatable="yes">_0</property> | |
630 <property name="use_underline">True</property> | |
631 <property name="active">False</property> | |
632 <property name="group">FrameskipAutomatic</property> | |
633 </widget> | |
634 </child> | |
635 | |
636 <child> | |
637 <widget class="GtkRadioMenuItem" id="Frameskip1"> | |
638 <property name="visible">True</property> | |
639 <property name="label" translatable="yes">_1</property> | |
640 <property name="use_underline">True</property> | |
641 <property name="active">False</property> | |
642 <property name="group">FrameskipAutomatic</property> | |
643 </widget> | |
644 </child> | |
645 | |
646 <child> | |
647 <widget class="GtkRadioMenuItem" id="Frameskip2"> | |
648 <property name="visible">True</property> | |
649 <property name="label" translatable="yes">_2</property> | |
650 <property name="use_underline">True</property> | |
651 <property name="active">False</property> | |
652 <property name="group">FrameskipAutomatic</property> | |
653 </widget> | |
654 </child> | |
655 | |
656 <child> | |
657 <widget class="GtkRadioMenuItem" id="Frameskip3"> | |
658 <property name="visible">True</property> | |
659 <property name="label" translatable="yes">_3</property> | |
660 <property name="use_underline">True</property> | |
661 <property name="active">False</property> | |
662 <property name="group">FrameskipAutomatic</property> | |
663 </widget> | |
664 </child> | |
665 | |
666 <child> | |
667 <widget class="GtkRadioMenuItem" id="Frameskip4"> | |
668 <property name="visible">True</property> | |
669 <property name="label" translatable="yes">_4</property> | |
670 <property name="use_underline">True</property> | |
671 <property name="active">False</property> | |
672 <property name="group">FrameskipAutomatic</property> | |
673 </widget> | |
674 </child> | |
675 | |
676 <child> | |
677 <widget class="GtkRadioMenuItem" id="Frameskip5"> | |
678 <property name="visible">True</property> | |
679 <property name="label" translatable="yes">_5</property> | |
680 <property name="use_underline">True</property> | |
681 <property name="active">False</property> | |
682 <property name="group">FrameskipAutomatic</property> | |
683 </widget> | |
684 </child> | |
685 | |
686 <child> | |
687 <widget class="GtkRadioMenuItem" id="Frameskip6"> | |
688 <property name="visible">True</property> | |
689 <property name="label" translatable="yes">_6</property> | |
690 <property name="use_underline">True</property> | |
691 <property name="active">False</property> | |
692 <property name="group">FrameskipAutomatic</property> | |
693 </widget> | |
694 </child> | |
695 | |
696 <child> | |
697 <widget class="GtkRadioMenuItem" id="Frameskip7"> | |
698 <property name="visible">True</property> | |
699 <property name="label" translatable="yes">_7</property> | |
700 <property name="use_underline">True</property> | |
701 <property name="active">False</property> | |
702 <property name="group">FrameskipAutomatic</property> | |
703 </widget> | |
704 </child> | |
705 | |
706 <child> | |
707 <widget class="GtkRadioMenuItem" id="Frameskip8"> | |
708 <property name="visible">True</property> | |
709 <property name="label" translatable="yes">_8</property> | |
710 <property name="use_underline">True</property> | |
711 <property name="active">False</property> | |
712 <property name="group">FrameskipAutomatic</property> | |
713 </widget> | |
714 </child> | |
715 | |
716 <child> | |
717 <widget class="GtkRadioMenuItem" id="Frameskip9"> | |
718 <property name="visible">True</property> | |
719 <property name="label" translatable="yes">_9</property> | |
720 <property name="use_underline">True</property> | |
721 <property name="active">False</property> | |
722 <property name="group">FrameskipAutomatic</property> | |
723 </widget> | |
724 </child> | |
725 </widget> | |
726 </child> | |
727 </widget> | |
728 </child> | |
729 | |
730 <child> | |
731 <widget class="GtkMenuItem" id="VideoMenu"> | |
732 <property name="visible">True</property> | |
733 <property name="label" translatable="yes">_Video</property> | |
734 <property name="use_underline">True</property> | |
735 | |
736 <child> | |
737 <widget class="GtkMenu" id="VideoMenu_menu"> | |
738 | |
739 <child> | |
740 <widget class="GtkRadioMenuItem" id="Video1x"> | |
741 <property name="visible">True</property> | |
742 <property name="label" translatable="yes">_1x</property> | |
743 <property name="use_underline">True</property> | |
744 <property name="active">True</property> | |
745 </widget> | |
746 </child> | |
747 | |
748 <child> | |
749 <widget class="GtkRadioMenuItem" id="Video2x"> | |
750 <property name="visible">True</property> | |
751 <property name="label" translatable="yes">_2x</property> | |
752 <property name="use_underline">True</property> | |
753 <property name="active">False</property> | |
754 <property name="group">Video1x</property> | |
755 </widget> | |
756 </child> | |
757 | |
758 <child> | |
759 <widget class="GtkRadioMenuItem" id="Video3x"> | |
760 <property name="visible">True</property> | |
761 <property name="label" translatable="yes">_3x</property> | |
762 <property name="use_underline">True</property> | |
763 <property name="active">False</property> | |
764 <property name="group">Video1x</property> | |
765 </widget> | |
766 </child> | |
767 | |
768 <child> | |
769 <widget class="GtkRadioMenuItem" id="Video4x"> | |
770 <property name="visible">True</property> | |
771 <property name="label" translatable="yes">_4x</property> | |
772 <property name="use_underline">True</property> | |
773 <property name="active">False</property> | |
774 <property name="group">Video1x</property> | |
775 </widget> | |
776 </child> | |
777 | |
778 <child> | |
779 <widget class="GtkRadioMenuItem" id="Video5x"> | |
780 <property name="visible">True</property> | |
781 <property name="label" translatable="yes">_5x</property> | |
782 <property name="use_underline">True</property> | |
783 <property name="active">False</property> | |
784 <property name="group">Video1x</property> | |
785 </widget> | |
786 </child> | |
787 | |
788 <child> | |
789 <widget class="GtkRadioMenuItem" id="Video6x"> | |
790 <property name="visible">True</property> | |
791 <property name="label" translatable="yes">_6x</property> | |
792 <property name="use_underline">True</property> | |
793 <property name="active">False</property> | |
794 <property name="group">Video1x</property> | |
795 </widget> | |
796 </child> | |
797 | |
798 <child> | |
799 <widget class="GtkSeparatorMenuItem" id="separator9"> | |
800 <property name="visible">True</property> | |
801 </widget> | |
802 </child> | |
803 | |
804 <child> | |
805 <widget class="GtkMenuItem" id="LayersMenu"> | |
806 <property name="visible">True</property> | |
807 <property name="label" translatable="yes">_Layers</property> | |
808 <property name="use_underline">True</property> | |
809 | |
810 <child> | |
811 <widget class="GtkMenu" id="LayersMenu_menu"> | |
812 | |
813 <child> | |
814 <widget class="GtkCheckMenuItem" id="LayersBg0"> | |
815 <property name="visible">True</property> | |
816 <property name="label" translatable="yes">BG0</property> | |
817 <property name="use_underline">True</property> | |
818 <property name="active">False</property> | |
819 <accelerator key="1" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
820 </widget> | |
821 </child> | |
822 | |
823 <child> | |
824 <widget class="GtkCheckMenuItem" id="LayersBg1"> | |
825 <property name="visible">True</property> | |
826 <property name="label" translatable="yes">BG1</property> | |
827 <property name="use_underline">True</property> | |
828 <property name="active">False</property> | |
829 <accelerator key="2" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
830 </widget> | |
831 </child> | |
832 | |
833 <child> | |
834 <widget class="GtkCheckMenuItem" id="LayersBg2"> | |
835 <property name="visible">True</property> | |
836 <property name="label" translatable="yes">BG2</property> | |
837 <property name="use_underline">True</property> | |
838 <property name="active">False</property> | |
839 <accelerator key="3" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
840 </widget> | |
841 </child> | |
842 | |
843 <child> | |
844 <widget class="GtkCheckMenuItem" id="LayersBg3"> | |
845 <property name="visible">True</property> | |
846 <property name="label" translatable="yes">BG3</property> | |
847 <property name="use_underline">True</property> | |
848 <property name="active">False</property> | |
849 <accelerator key="4" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
850 </widget> | |
851 </child> | |
852 | |
853 <child> | |
854 <widget class="GtkCheckMenuItem" id="LayersObj"> | |
855 <property name="visible">True</property> | |
856 <property name="label" translatable="yes">OBJ</property> | |
857 <property name="use_underline">True</property> | |
858 <property name="active">False</property> | |
859 <accelerator key="5" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
860 </widget> | |
861 </child> | |
862 | |
863 <child> | |
864 <widget class="GtkCheckMenuItem" id="LayersWin0"> | |
865 <property name="visible">True</property> | |
866 <property name="label" translatable="yes">WIN0</property> | |
867 <property name="use_underline">True</property> | |
868 <property name="active">False</property> | |
869 <accelerator key="6" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
870 </widget> | |
871 </child> | |
872 | |
873 <child> | |
874 <widget class="GtkCheckMenuItem" id="LayersWin1"> | |
875 <property name="visible">True</property> | |
876 <property name="label" translatable="yes">WIN1</property> | |
877 <property name="use_underline">True</property> | |
878 <property name="active">False</property> | |
879 <accelerator key="7" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
880 </widget> | |
881 </child> | |
882 | |
883 <child> | |
884 <widget class="GtkCheckMenuItem" id="LayersObjWin"> | |
885 <property name="visible">True</property> | |
886 <property name="label" translatable="yes">OBJWIN</property> | |
887 <property name="use_underline">True</property> | |
888 <property name="active">False</property> | |
889 <accelerator key="8" modifiers="GDK_CONTROL_MASK" signal="activate"/> | |
890 </widget> | |
891 </child> | |
892 </widget> | |
893 </child> | |
894 </widget> | |
895 </child> | |
896 </widget> | |
897 </child> | |
898 </widget> | |
899 </child> | |
900 | |
901 <child> | |
902 <widget class="GtkMenuItem" id="EmulatorMenu"> | |
903 <property name="visible">True</property> | |
904 <property name="label" translatable="yes">_Emulator</property> | |
905 <property name="use_underline">True</property> | |
906 | |
907 <child> | |
908 <widget class="GtkMenu" id="EmulatorMenu_menu"> | |
909 | |
910 <child> | |
911 <widget class="GtkMenuItem" id="EmulatorDirectories"> | |
912 <property name="visible">True</property> | |
913 <property name="label" translatable="yes">Directories...</property> | |
914 <property name="use_underline">True</property> | |
915 </widget> | |
916 </child> | |
917 | |
918 <child> | |
919 <widget class="GtkCheckMenuItem" id="EmulatorPauseWhenInactive"> | |
920 <property name="visible">True</property> | |
921 <property name="label" translatable="yes">Pause when inactive window</property> | |
922 <property name="use_underline">True</property> | |
923 <property name="active">False</property> | |
924 </widget> | |
925 </child> | |
926 | |
927 <child> | |
928 <widget class="GtkMenuItem" id="ShowSpeedMenu"> | |
929 <property name="visible">True</property> | |
930 <property name="label" translatable="yes">Show speed</property> | |
931 <property name="use_underline">True</property> | |
932 | |
933 <child> | |
934 <widget class="GtkMenu" id="ShowSpeedMenu_menu"> | |
935 | |
936 <child> | |
937 <widget class="GtkRadioMenuItem" id="ShowSpeedNone"> | |
938 <property name="visible">True</property> | |
939 <property name="label" translatable="yes">None</property> | |
940 <property name="use_underline">True</property> | |
941 <property name="active">True</property> | |
942 </widget> | |
943 </child> | |
944 | |
945 <child> | |
946 <widget class="GtkRadioMenuItem" id="ShowSpeedPercentage"> | |
947 <property name="visible">True</property> | |
948 <property name="label" translatable="yes">Percentage</property> | |
949 <property name="use_underline">True</property> | |
950 <property name="active">False</property> | |
951 <property name="group">ShowSpeedNone</property> | |
952 </widget> | |
953 </child> | |
954 | |
955 <child> | |
956 <widget class="GtkRadioMenuItem" id="ShowSpeedDetailed"> | |
957 <property name="visible">True</property> | |
958 <property name="label" translatable="yes">Detailed</property> | |
959 <property name="use_underline">True</property> | |
960 <property name="active">False</property> | |
961 <property name="group">ShowSpeedNone</property> | |
962 </widget> | |
963 </child> | |
964 </widget> | |
965 </child> | |
966 </widget> | |
967 </child> | |
968 | |
969 <child> | |
970 <widget class="GtkMenuItem" id="SaveTypeMenu"> | |
971 <property name="visible">True</property> | |
972 <property name="label" translatable="yes">Save type</property> | |
973 <property name="use_underline">True</property> | |
974 | |
975 <child> | |
976 <widget class="GtkMenu" id="SaveTypeMenu_menu"> | |
977 | |
978 <child> | |
979 <widget class="GtkRadioMenuItem" id="SaveTypeAutomatic"> | |
980 <property name="visible">True</property> | |
981 <property name="label" translatable="yes">_Automatic</property> | |
982 <property name="use_underline">True</property> | |
983 <property name="active">True</property> | |
984 </widget> | |
985 </child> | |
986 | |
987 <child> | |
988 <widget class="GtkRadioMenuItem" id="SaveTypeEeprom"> | |
989 <property name="visible">True</property> | |
990 <property name="label" translatable="yes">EEPROM</property> | |
991 <property name="use_underline">True</property> | |
992 <property name="active">False</property> | |
993 <property name="group">SaveTypeAutomatic</property> | |
994 </widget> | |
995 </child> | |
996 | |
997 <child> | |
998 <widget class="GtkRadioMenuItem" id="SaveTypeSram"> | |
999 <property name="visible">True</property> | |
1000 <property name="label" translatable="yes">SRAM</property> | |
1001 <property name="use_underline">True</property> | |
1002 <property name="active">False</property> | |
1003 <property name="group">SaveTypeAutomatic</property> | |
1004 </widget> | |
1005 </child> | |
1006 | |
1007 <child> | |
1008 <widget class="GtkRadioMenuItem" id="SaveTypeFlash"> | |
1009 <property name="visible">True</property> | |
1010 <property name="label" translatable="yes">Flash</property> | |
1011 <property name="use_underline">True</property> | |
1012 <property name="active">False</property> | |
1013 <property name="group">SaveTypeAutomatic</property> | |
1014 </widget> | |
1015 </child> | |
1016 | |
1017 <child> | |
1018 <widget class="GtkRadioMenuItem" id="SaveTypeEepromSensor"> | |
1019 <property name="visible">True</property> | |
1020 <property name="label" translatable="yes">EEPROM+Sensor</property> | |
1021 <property name="use_underline">True</property> | |
1022 <property name="active">False</property> | |
1023 <property name="group">SaveTypeAutomatic</property> | |
1024 </widget> | |
1025 </child> | |
1026 | |
1027 <child> | |
1028 <widget class="GtkRadioMenuItem" id="SaveTypeNone"> | |
1029 <property name="visible">True</property> | |
1030 <property name="label" translatable="yes">None</property> | |
1031 <property name="use_underline">True</property> | |
1032 <property name="active">False</property> | |
1033 <property name="group">SaveTypeAutomatic</property> | |
1034 </widget> | |
1035 </child> | |
1036 | |
1037 <child> | |
1038 <widget class="GtkSeparatorMenuItem" id="separator10"> | |
1039 <property name="visible">True</property> | |
1040 </widget> | |
1041 </child> | |
1042 | |
1043 <child> | |
1044 <widget class="GtkRadioMenuItem" id="SaveTypeFlash64K"> | |
1045 <property name="visible">True</property> | |
1046 <property name="label" translatable="yes">Flash 64K</property> | |
1047 <property name="use_underline">True</property> | |
1048 <property name="active">True</property> | |
1049 </widget> | |
1050 </child> | |
1051 | |
1052 <child> | |
1053 <widget class="GtkRadioMenuItem" id="SaveTypeFlash128K"> | |
1054 <property name="visible">True</property> | |
1055 <property name="label" translatable="yes">Flash 128K</property> | |
1056 <property name="use_underline">True</property> | |
1057 <property name="active">False</property> | |
1058 <property name="group">SaveTypeFlash64K</property> | |
1059 </widget> | |
1060 </child> | |
1061 </widget> | |
1062 </child> | |
1063 </widget> | |
1064 </child> | |
1065 | |
1066 <child> | |
1067 <widget class="GtkSeparatorMenuItem" id="separator31"> | |
1068 <property name="visible">True</property> | |
1069 </widget> | |
1070 </child> | |
1071 | |
1072 <child> | |
1073 <widget class="GtkMenuItem" id="EmulatorSelectBios"> | |
1074 <property name="visible">True</property> | |
1075 <property name="label" translatable="yes">_Select BIOS file...</property> | |
1076 <property name="use_underline">True</property> | |
1077 </widget> | |
1078 </child> | |
1079 | |
1080 <child> | |
1081 <widget class="GtkCheckMenuItem" id="EmulatorUseBios"> | |
1082 <property name="visible">True</property> | |
1083 <property name="label" translatable="yes">_Use BIOS file</property> | |
1084 <property name="use_underline">True</property> | |
1085 <property name="active">False</property> | |
1086 </widget> | |
1087 </child> | |
1088 | |
1089 <child> | |
1090 <widget class="GtkSeparatorMenuItem" id="separator30"> | |
1091 <property name="visible">True</property> | |
1092 </widget> | |
1093 </child> | |
1094 | |
1095 <child> | |
1096 <widget class="GtkMenuItem" id="ScreenshotFormatMenu"> | |
1097 <property name="visible">True</property> | |
1098 <property name="label" translatable="yes">Screenshot format</property> | |
1099 <property name="use_underline">True</property> | |
1100 | |
1101 <child> | |
1102 <widget class="GtkMenu" id="ScreenshotFormatMenu_menu"> | |
1103 | |
1104 <child> | |
1105 <widget class="GtkRadioMenuItem" id="ScreenshotFormatPNG"> | |
1106 <property name="visible">True</property> | |
1107 <property name="label" translatable="yes">_PNG</property> | |
1108 <property name="use_underline">True</property> | |
1109 <property name="active">True</property> | |
1110 </widget> | |
1111 </child> | |
1112 | |
1113 <child> | |
1114 <widget class="GtkRadioMenuItem" id="ScreenshotFormatBMP"> | |
1115 <property name="visible">True</property> | |
1116 <property name="label" translatable="yes">_BMP</property> | |
1117 <property name="use_underline">True</property> | |
1118 <property name="active">False</property> | |
1119 <property name="group">ScreenshotFormatPNG</property> | |
1120 </widget> | |
1121 </child> | |
1122 </widget> | |
1123 </child> | |
1124 </widget> | |
1125 </child> | |
1126 </widget> | |
1127 </child> | |
1128 </widget> | |
1129 </child> | |
1130 | |
1131 <child> | |
1132 <widget class="GtkMenuItem" id="SoundMenu"> | |
1133 <property name="visible">True</property> | |
1134 <property name="label" translatable="yes">_Sound</property> | |
1135 <property name="use_underline">True</property> | |
1136 | |
1137 <child> | |
1138 <widget class="GtkMenu" id="SoundMenu_menu"> | |
1139 | |
1140 <child> | |
1141 <widget class="GtkRadioMenuItem" id="SoundOff"> | |
1142 <property name="visible">True</property> | |
1143 <property name="label" translatable="yes">O_ff</property> | |
1144 <property name="use_underline">True</property> | |
1145 <property name="active">True</property> | |
1146 </widget> | |
1147 </child> | |
1148 | |
1149 <child> | |
1150 <widget class="GtkRadioMenuItem" id="SoundMute"> | |
1151 <property name="visible">True</property> | |
1152 <property name="label" translatable="yes">_Mute</property> | |
1153 <property name="use_underline">True</property> | |
1154 <property name="active">False</property> | |
1155 <property name="group">SoundOff</property> | |
1156 </widget> | |
1157 </child> | |
1158 | |
1159 <child> | |
1160 <widget class="GtkRadioMenuItem" id="SoundOn"> | |
1161 <property name="visible">True</property> | |
1162 <property name="label" translatable="yes">_On</property> | |
1163 <property name="use_underline">True</property> | |
1164 <property name="active">False</property> | |
1165 <property name="group">SoundOff</property> | |
1166 </widget> | |
1167 </child> | |
1168 | |
1169 <child> | |
1170 <widget class="GtkSeparatorMenuItem" id="separator11"> | |
1171 <property name="visible">True</property> | |
1172 </widget> | |
1173 </child> | |
1174 | |
1175 <child> | |
1176 <widget class="GtkCheckMenuItem" id="SoundEcho"> | |
1177 <property name="visible">True</property> | |
1178 <property name="label" translatable="yes">Echo</property> | |
1179 <property name="use_underline">True</property> | |
1180 <property name="active">False</property> | |
1181 </widget> | |
1182 </child> | |
1183 | |
1184 <child> | |
1185 <widget class="GtkCheckMenuItem" id="SoundLowPass"> | |
1186 <property name="visible">True</property> | |
1187 <property name="label" translatable="yes">Low pass filter</property> | |
1188 <property name="use_underline">True</property> | |
1189 <property name="active">False</property> | |
1190 </widget> | |
1191 </child> | |
1192 | |
1193 <child> | |
1194 <widget class="GtkCheckMenuItem" id="SoundReverseStereo"> | |
1195 <property name="visible">True</property> | |
1196 <property name="label" translatable="yes">Reverse stereo</property> | |
1197 <property name="use_underline">True</property> | |
1198 <property name="active">False</property> | |
1199 </widget> | |
1200 </child> | |
1201 | |
1202 <child> | |
1203 <widget class="GtkSeparatorMenuItem" id="separator13"> | |
1204 <property name="visible">True</property> | |
1205 </widget> | |
1206 </child> | |
1207 | |
1208 <child> | |
1209 <widget class="GtkCheckMenuItem" id="SoundChannel1"> | |
1210 <property name="visible">True</property> | |
1211 <property name="label" translatable="yes">Channel _1</property> | |
1212 <property name="use_underline">True</property> | |
1213 <property name="active">False</property> | |
1214 </widget> | |
1215 </child> | |
1216 | |
1217 <child> | |
1218 <widget class="GtkCheckMenuItem" id="SoundChannel2"> | |
1219 <property name="visible">True</property> | |
1220 <property name="label" translatable="yes">Channel _2</property> | |
1221 <property name="use_underline">True</property> | |
1222 <property name="active">False</property> | |
1223 </widget> | |
1224 </child> | |
1225 | |
1226 <child> | |
1227 <widget class="GtkCheckMenuItem" id="SoundChannel3"> | |
1228 <property name="visible">True</property> | |
1229 <property name="label" translatable="yes">Channel _3</property> | |
1230 <property name="use_underline">True</property> | |
1231 <property name="active">False</property> | |
1232 </widget> | |
1233 </child> | |
1234 | |
1235 <child> | |
1236 <widget class="GtkCheckMenuItem" id="SoundChannel4"> | |
1237 <property name="visible">True</property> | |
1238 <property name="label" translatable="yes">Channel _4</property> | |
1239 <property name="use_underline">True</property> | |
1240 <property name="active">False</property> | |
1241 </widget> | |
1242 </child> | |
1243 | |
1244 <child> | |
1245 <widget class="GtkCheckMenuItem" id="SoundChannelA"> | |
1246 <property name="visible">True</property> | |
1247 <property name="label" translatable="yes">Channel _A</property> | |
1248 <property name="use_underline">True</property> | |
1249 <property name="active">False</property> | |
1250 </widget> | |
1251 </child> | |
1252 | |
1253 <child> | |
1254 <widget class="GtkCheckMenuItem" id="SoundChannelB"> | |
1255 <property name="visible">True</property> | |
1256 <property name="label" translatable="yes">Channel _B</property> | |
1257 <property name="use_underline">True</property> | |
1258 <property name="active">False</property> | |
1259 </widget> | |
1260 </child> | |
1261 | |
1262 <child> | |
1263 <widget class="GtkSeparatorMenuItem" id="separator14"> | |
1264 <property name="visible">True</property> | |
1265 </widget> | |
1266 </child> | |
1267 | |
1268 <child> | |
1269 <widget class="GtkRadioMenuItem" id="Sound11Khz"> | |
1270 <property name="visible">True</property> | |
1271 <property name="label" translatable="yes">11 _Khz</property> | |
1272 <property name="use_underline">True</property> | |
1273 <property name="active">True</property> | |
1274 </widget> | |
1275 </child> | |
1276 | |
1277 <child> | |
1278 <widget class="GtkRadioMenuItem" id="Sound22Khz"> | |
1279 <property name="visible">True</property> | |
1280 <property name="label" translatable="yes">22 K_hz</property> | |
1281 <property name="use_underline">True</property> | |
1282 <property name="active">False</property> | |
1283 <property name="group">Sound11Khz</property> | |
1284 </widget> | |
1285 </child> | |
1286 | |
1287 <child> | |
1288 <widget class="GtkRadioMenuItem" id="Sound44Khz"> | |
1289 <property name="visible">True</property> | |
1290 <property name="label" translatable="yes">44 Kh_z</property> | |
1291 <property name="use_underline">True</property> | |
1292 <property name="active">False</property> | |
1293 <property name="group">Sound11Khz</property> | |
1294 </widget> | |
1295 </child> | |
1296 | |
1297 <child> | |
1298 <widget class="GtkSeparatorMenuItem" id="separator15"> | |
1299 <property name="visible">True</property> | |
1300 </widget> | |
1301 </child> | |
1302 | |
1303 <child> | |
1304 <widget class="GtkMenuItem" id="VolumeMenu"> | |
1305 <property name="visible">True</property> | |
1306 <property name="label" translatable="yes">_Volume</property> | |
1307 <property name="use_underline">True</property> | |
1308 | |
1309 <child> | |
1310 <widget class="GtkMenu" id="VolumeMenu_menu"> | |
1311 | |
1312 <child> | |
1313 <widget class="GtkRadioMenuItem" id="Volume25"> | |
1314 <property name="visible">True</property> | |
1315 <property name="label" translatable="yes">25%</property> | |
1316 <property name="use_underline">True</property> | |
1317 <property name="active">True</property> | |
1318 </widget> | |
1319 </child> | |
1320 | |
1321 <child> | |
1322 <widget class="GtkRadioMenuItem" id="Volume50"> | |
1323 <property name="visible">True</property> | |
1324 <property name="label" translatable="yes">50%</property> | |
1325 <property name="use_underline">True</property> | |
1326 <property name="active">False</property> | |
1327 <property name="group">Volume25</property> | |
1328 </widget> | |
1329 </child> | |
1330 | |
1331 <child> | |
1332 <widget class="GtkRadioMenuItem" id="Volume100"> | |
1333 <property name="visible">True</property> | |
1334 <property name="label" translatable="yes">100%</property> | |
1335 <property name="use_underline">True</property> | |
1336 <property name="active">False</property> | |
1337 <property name="group">Volume25</property> | |
1338 </widget> | |
1339 </child> | |
1340 | |
1341 <child> | |
1342 <widget class="GtkRadioMenuItem" id="Volume200"> | |
1343 <property name="visible">True</property> | |
1344 <property name="label" translatable="yes">200%</property> | |
1345 <property name="use_underline">True</property> | |
1346 <property name="active">False</property> | |
1347 <property name="group">Volume25</property> | |
1348 </widget> | |
1349 </child> | |
1350 | |
1351 <child> | |
1352 <widget class="GtkRadioMenuItem" id="Volume300"> | |
1353 <property name="visible">True</property> | |
1354 <property name="label" translatable="yes">300%</property> | |
1355 <property name="use_underline">True</property> | |
1356 <property name="active">False</property> | |
1357 <property name="group">Volume25</property> | |
1358 </widget> | |
1359 </child> | |
1360 | |
1361 <child> | |
1362 <widget class="GtkRadioMenuItem" id="Volume400"> | |
1363 <property name="visible">True</property> | |
1364 <property name="label" translatable="yes">400%</property> | |
1365 <property name="use_underline">True</property> | |
1366 <property name="active">False</property> | |
1367 <property name="group">Volume25</property> | |
1368 </widget> | |
1369 </child> | |
1370 </widget> | |
1371 </child> | |
1372 </widget> | |
1373 </child> | |
1374 </widget> | |
1375 </child> | |
1376 </widget> | |
1377 </child> | |
1378 | |
1379 <child> | |
1380 <widget class="GtkMenuItem" id="GameboyMenu"> | |
1381 <property name="visible">True</property> | |
1382 <property name="label" translatable="yes">_Gameboy</property> | |
1383 <property name="use_underline">True</property> | |
1384 | |
1385 <child> | |
1386 <widget class="GtkMenu" id="GameboyMenu_menu"> | |
1387 | |
1388 <child> | |
1389 <widget class="GtkCheckMenuItem" id="GameboyBorder"> | |
1390 <property name="visible">True</property> | |
1391 <property name="label" translatable="yes">_Border</property> | |
1392 <property name="use_underline">True</property> | |
1393 <property name="active">False</property> | |
1394 </widget> | |
1395 </child> | |
1396 | |
1397 <child> | |
1398 <widget class="GtkCheckMenuItem" id="GameboyPrinter"> | |
1399 <property name="visible">True</property> | |
1400 <property name="label" translatable="yes">_Printer</property> | |
1401 <property name="use_underline">True</property> | |
1402 <property name="active">False</property> | |
1403 </widget> | |
1404 </child> | |
1405 | |
1406 <child> | |
1407 <widget class="GtkSeparatorMenuItem" id="separator16"> | |
1408 <property name="visible">True</property> | |
1409 </widget> | |
1410 </child> | |
1411 | |
1412 <child> | |
1413 <widget class="GtkRadioMenuItem" id="GameboyAutomatic"> | |
1414 <property name="visible">True</property> | |
1415 <property name="label" translatable="yes">_Automatic</property> | |
1416 <property name="use_underline">True</property> | |
1417 <property name="active">True</property> | |
1418 </widget> | |
1419 </child> | |
1420 | |
1421 <child> | |
1422 <widget class="GtkRadioMenuItem" id="GameboyGba"> | |
1423 <property name="visible">True</property> | |
1424 <property name="label" translatable="yes">_GBA</property> | |
1425 <property name="use_underline">True</property> | |
1426 <property name="active">False</property> | |
1427 <property name="group">GameboyAutomatic</property> | |
1428 </widget> | |
1429 </child> | |
1430 | |
1431 <child> | |
1432 <widget class="GtkRadioMenuItem" id="GameboyCgb"> | |
1433 <property name="visible">True</property> | |
1434 <property name="label" translatable="yes">_CGB/GBC</property> | |
1435 <property name="use_underline">True</property> | |
1436 <property name="active">False</property> | |
1437 <property name="group">GameboyAutomatic</property> | |
1438 </widget> | |
1439 </child> | |
1440 | |
1441 <child> | |
1442 <widget class="GtkRadioMenuItem" id="GameboySgb"> | |
1443 <property name="visible">True</property> | |
1444 <property name="label" translatable="yes">_SGB</property> | |
1445 <property name="use_underline">True</property> | |
1446 <property name="active">False</property> | |
1447 <property name="group">GameboyAutomatic</property> | |
1448 </widget> | |
1449 </child> | |
1450 | |
1451 <child> | |
1452 <widget class="GtkRadioMenuItem" id="GameboySgb2"> | |
1453 <property name="visible">True</property> | |
1454 <property name="label" translatable="yes">SGB_2</property> | |
1455 <property name="use_underline">True</property> | |
1456 <property name="active">False</property> | |
1457 <property name="group">GameboyAutomatic</property> | |
1458 </widget> | |
1459 </child> | |
1460 | |
1461 <child> | |
1462 <widget class="GtkRadioMenuItem" id="GameboyGb"> | |
1463 <property name="visible">True</property> | |
1464 <property name="label" translatable="yes">G_B</property> | |
1465 <property name="use_underline">True</property> | |
1466 <property name="active">False</property> | |
1467 <property name="group">GameboyAutomatic</property> | |
1468 </widget> | |
1469 </child> | |
1470 </widget> | |
1471 </child> | |
1472 </widget> | |
1473 </child> | |
1474 | |
1475 <child> | |
1476 <widget class="GtkMenuItem" id="FilterMenu"> | |
1477 <property name="visible">True</property> | |
1478 <property name="label" translatable="yes">F_ilter</property> | |
1479 <property name="use_underline">True</property> | |
1480 | |
1481 <child> | |
1482 <widget class="GtkMenu" id="FilterMenu_menu"> | |
1483 | |
1484 <child> | |
1485 <widget class="GtkMenuItem" id="InterframeBlendingMenu"> | |
1486 <property name="visible">True</property> | |
1487 <property name="label" translatable="yes">Interframe _blending</property> | |
1488 <property name="use_underline">True</property> | |
1489 | |
1490 <child> | |
1491 <widget class="GtkMenu" id="InterframeBlendingMenu_menu"> | |
1492 | |
1493 <child> | |
1494 <widget class="GtkRadioMenuItem" id="IFBNone"> | |
1495 <property name="visible">True</property> | |
1496 <property name="label" translatable="yes">_None</property> | |
1497 <property name="use_underline">True</property> | |
1498 <property name="active">True</property> | |
1499 </widget> | |
1500 </child> | |
1501 | |
1502 <child> | |
1503 <widget class="GtkRadioMenuItem" id="IFBSmart"> | |
1504 <property name="visible">True</property> | |
1505 <property name="label" translatable="yes">_Smart</property> | |
1506 <property name="use_underline">True</property> | |
1507 <property name="active">False</property> | |
1508 <property name="group">IFBNone</property> | |
1509 </widget> | |
1510 </child> | |
1511 | |
1512 <child> | |
1513 <widget class="GtkRadioMenuItem" id="IFBMotionBlur"> | |
1514 <property name="visible">True</property> | |
1515 <property name="label" translatable="yes">_Motion Blur</property> | |
1516 <property name="use_underline">True</property> | |
1517 <property name="active">False</property> | |
1518 <property name="group">IFBNone</property> | |
1519 </widget> | |
1520 </child> | |
1521 </widget> | |
1522 </child> | |
1523 </widget> | |
1524 </child> | |
1525 | |
1526 <child> | |
1527 <widget class="GtkSeparatorMenuItem" id="separator20"> | |
1528 <property name="visible">True</property> | |
1529 </widget> | |
1530 </child> | |
1531 | |
1532 <child> | |
1533 <widget class="GtkRadioMenuItem" id="FilterNone"> | |
1534 <property name="visible">True</property> | |
1535 <property name="label" translatable="yes">_None</property> | |
1536 <property name="use_underline">True</property> | |
1537 <property name="active">True</property> | |
1538 </widget> | |
1539 </child> | |
1540 | |
1541 <child> | |
1542 <widget class="GtkRadioMenuItem" id="FilterTVMode"> | |
1543 <property name="visible">True</property> | |
1544 <property name="label" translatable="yes">_TV Mode</property> | |
1545 <property name="use_underline">True</property> | |
1546 <property name="active">False</property> | |
1547 <property name="group">FilterNone</property> | |
1548 </widget> | |
1549 </child> | |
1550 | |
1551 <child> | |
1552 <widget class="GtkRadioMenuItem" id="Filter2xSaI"> | |
1553 <property name="visible">True</property> | |
1554 <property name="label" translatable="yes">_2xSaI</property> | |
1555 <property name="use_underline">True</property> | |
1556 <property name="active">False</property> | |
1557 <property name="group">FilterNone</property> | |
1558 </widget> | |
1559 </child> | |
1560 | |
1561 <child> | |
1562 <widget class="GtkRadioMenuItem" id="FilterSuper2xSaI"> | |
1563 <property name="visible">True</property> | |
1564 <property name="label" translatable="yes">_Super 2xSaI</property> | |
1565 <property name="use_underline">True</property> | |
1566 <property name="active">False</property> | |
1567 <property name="group">FilterNone</property> | |
1568 </widget> | |
1569 </child> | |
1570 | |
1571 <child> | |
1572 <widget class="GtkRadioMenuItem" id="FilterSuperEagle"> | |
1573 <property name="visible">True</property> | |
1574 <property name="label" translatable="yes">Super _Eagle</property> | |
1575 <property name="use_underline">True</property> | |
1576 <property name="active">False</property> | |
1577 <property name="group">FilterNone</property> | |
1578 </widget> | |
1579 </child> | |
1580 | |
1581 <child> | |
1582 <widget class="GtkRadioMenuItem" id="FilterPixelate"> | |
1583 <property name="visible">True</property> | |
1584 <property name="label" translatable="yes">_Pixelate</property> | |
1585 <property name="use_underline">True</property> | |
1586 <property name="active">False</property> | |
1587 <property name="group">FilterNone</property> | |
1588 </widget> | |
1589 </child> | |
1590 | |
1591 <child> | |
1592 <widget class="GtkRadioMenuItem" id="FilterMotionBlur"> | |
1593 <property name="visible">True</property> | |
1594 <property name="label" translatable="yes">_Motion Blur</property> | |
1595 <property name="use_underline">True</property> | |
1596 <property name="active">False</property> | |
1597 <property name="group">FilterNone</property> | |
1598 </widget> | |
1599 </child> | |
1600 | |
1601 <child> | |
1602 <widget class="GtkRadioMenuItem" id="FilterAdvanceMame2x"> | |
1603 <property name="visible">True</property> | |
1604 <property name="label" translatable="yes">_AdvanceMAME 2x</property> | |
1605 <property name="use_underline">True</property> | |
1606 <property name="active">False</property> | |
1607 <property name="group">FilterNone</property> | |
1608 </widget> | |
1609 </child> | |
1610 | |
1611 <child> | |
1612 <widget class="GtkRadioMenuItem" id="FilterSimple2x"> | |
1613 <property name="visible">True</property> | |
1614 <property name="label" translatable="yes">S_imple 2x</property> | |
1615 <property name="use_underline">True</property> | |
1616 <property name="active">False</property> | |
1617 <property name="group">FilterNone</property> | |
1618 </widget> | |
1619 </child> | |
1620 | |
1621 <child> | |
1622 <widget class="GtkRadioMenuItem" id="FilterBilinear"> | |
1623 <property name="visible">True</property> | |
1624 <property name="label" translatable="yes">Bilinea_r</property> | |
1625 <property name="use_underline">True</property> | |
1626 <property name="active">False</property> | |
1627 <property name="group">FilterNone</property> | |
1628 </widget> | |
1629 </child> | |
1630 | |
1631 <child> | |
1632 <widget class="GtkRadioMenuItem" id="FilterBilinearPlus"> | |
1633 <property name="visible">True</property> | |
1634 <property name="label" translatable="yes">Bilinear Pl_us</property> | |
1635 <property name="use_underline">True</property> | |
1636 <property name="active">False</property> | |
1637 <property name="group">FilterNone</property> | |
1638 </widget> | |
1639 </child> | |
1640 | |
1641 <child> | |
1642 <widget class="GtkRadioMenuItem" id="FilterScanlines"> | |
1643 <property name="visible">True</property> | |
1644 <property name="label" translatable="yes">S_canlines</property> | |
1645 <property name="use_underline">True</property> | |
1646 <property name="active">False</property> | |
1647 <property name="group">FilterNone</property> | |
1648 </widget> | |
1649 </child> | |
1650 | |
1651 <child> | |
1652 <widget class="GtkRadioMenuItem" id="FilterHq2x"> | |
1653 <property name="visible">True</property> | |
1654 <property name="label" translatable="yes">h_q2x</property> | |
1655 <property name="use_underline">True</property> | |
1656 <property name="active">False</property> | |
1657 <property name="group">FilterNone</property> | |
1658 </widget> | |
1659 </child> | |
1660 | |
1661 <child> | |
1662 <widget class="GtkRadioMenuItem" id="FilterLq2x"> | |
1663 <property name="visible">True</property> | |
1664 <property name="label" translatable="yes">_lq2x</property> | |
1665 <property name="use_underline">True</property> | |
1666 <property name="active">False</property> | |
1667 <property name="group">FilterNone</property> | |
1668 </widget> | |
1669 </child> | |
1670 | |
1671 <child> | |
1672 <widget class="GtkSeparatorMenuItem" id="separator17"> | |
1673 <property name="visible">True</property> | |
1674 </widget> | |
1675 </child> | |
1676 | |
1677 <child> | |
1678 <widget class="GtkCheckMenuItem" id="FilterDisableMmx"> | |
1679 <property name="visible">True</property> | |
1680 <property name="label" translatable="yes">_Disable MMX</property> | |
1681 <property name="use_underline">True</property> | |
1682 <property name="active">False</property> | |
1683 </widget> | |
1684 </child> | |
1685 </widget> | |
1686 </child> | |
1687 </widget> | |
1688 </child> | |
1689 | |
1690 <child> | |
1691 <widget class="GtkMenuItem" id="JoypadMenu"> | |
1692 <property name="visible">True</property> | |
1693 <property name="label" translatable="yes">_Joypad</property> | |
1694 <property name="use_underline">True</property> | |
1695 | |
1696 <child> | |
1697 <widget class="GtkMenu" id="JoypadMenu_menu"> | |
1698 | |
1699 <child> | |
1700 <widget class="GtkMenuItem" id="JoypadConfigureMenu"> | |
1701 <property name="visible">True</property> | |
1702 <property name="label" translatable="yes">_Configure</property> | |
1703 <property name="use_underline">True</property> | |
1704 | |
1705 <child> | |
1706 <widget class="GtkMenu" id="JoypadConfigureMenu_menu"> | |
1707 | |
1708 <child> | |
1709 <widget class="GtkMenuItem" id="JoypadConfigure1"> | |
1710 <property name="visible">True</property> | |
1711 <property name="label" translatable="yes">_1...</property> | |
1712 <property name="use_underline">True</property> | |
1713 </widget> | |
1714 </child> | |
1715 | |
1716 <child> | |
1717 <widget class="GtkMenuItem" id="JoypadConfigure2"> | |
1718 <property name="visible">True</property> | |
1719 <property name="label" translatable="yes">_2...</property> | |
1720 <property name="use_underline">True</property> | |
1721 </widget> | |
1722 </child> | |
1723 | |
1724 <child> | |
1725 <widget class="GtkMenuItem" id="JoypadConfigure3"> | |
1726 <property name="visible">True</property> | |
1727 <property name="label" translatable="yes">_3...</property> | |
1728 <property name="use_underline">True</property> | |
1729 </widget> | |
1730 </child> | |
1731 | |
1732 <child> | |
1733 <widget class="GtkMenuItem" id="JoypadConfigure4"> | |
1734 <property name="visible">True</property> | |
1735 <property name="label" translatable="yes">_4...</property> | |
1736 <property name="use_underline">True</property> | |
1737 </widget> | |
1738 </child> | |
1739 </widget> | |
1740 </child> | |
1741 </widget> | |
1742 </child> | |
1743 | |
1744 <child> | |
1745 <widget class="GtkSeparatorMenuItem" id="separator18"> | |
1746 <property name="visible">True</property> | |
1747 </widget> | |
1748 </child> | |
1749 | |
1750 <child> | |
1751 <widget class="GtkRadioMenuItem" id="Joypad1"> | |
1752 <property name="visible">True</property> | |
1753 <property name="label" translatable="yes">_1</property> | |
1754 <property name="use_underline">True</property> | |
1755 <property name="active">True</property> | |
1756 </widget> | |
1757 </child> | |
1758 | |
1759 <child> | |
1760 <widget class="GtkRadioMenuItem" id="Joypad2"> | |
1761 <property name="visible">True</property> | |
1762 <property name="label" translatable="yes">_2</property> | |
1763 <property name="use_underline">True</property> | |
1764 <property name="active">False</property> | |
1765 <property name="group">Joypad1</property> | |
1766 </widget> | |
1767 </child> | |
1768 | |
1769 <child> | |
1770 <widget class="GtkRadioMenuItem" id="Joypad3"> | |
1771 <property name="visible">True</property> | |
1772 <property name="label" translatable="yes">_3</property> | |
1773 <property name="use_underline">True</property> | |
1774 <property name="active">False</property> | |
1775 <property name="group">Joypad1</property> | |
1776 </widget> | |
1777 </child> | |
1778 | |
1779 <child> | |
1780 <widget class="GtkRadioMenuItem" id="Joypad4"> | |
1781 <property name="visible">True</property> | |
1782 <property name="label" translatable="yes">_4</property> | |
1783 <property name="use_underline">True</property> | |
1784 <property name="active">False</property> | |
1785 <property name="group">Joypad1</property> | |
1786 </widget> | |
1787 </child> | |
1788 | |
1789 <child> | |
1790 <widget class="GtkSeparatorMenuItem" id="separator24"> | |
1791 <property name="visible">True</property> | |
1792 </widget> | |
1793 </child> | |
1794 | |
1795 <child> | |
1796 <widget class="GtkMenuItem" id="AutofireMenu"> | |
1797 <property name="visible">True</property> | |
1798 <property name="label" translatable="yes">_Autofire</property> | |
1799 <property name="use_underline">True</property> | |
1800 | |
1801 <child> | |
1802 <widget class="GtkMenu" id="AutofireMenu_menu"> | |
1803 | |
1804 <child> | |
1805 <widget class="GtkCheckMenuItem" id="AutofireA"> | |
1806 <property name="visible">True</property> | |
1807 <property name="label" translatable="yes">_A</property> | |
1808 <property name="use_underline">True</property> | |
1809 <property name="active">False</property> | |
1810 <accelerator key="1" modifiers="GDK_MOD1_MASK" signal="activate"/> | |
1811 </widget> | |
1812 </child> | |
1813 | |
1814 <child> | |
1815 <widget class="GtkCheckMenuItem" id="AutofireB"> | |
1816 <property name="visible">True</property> | |
1817 <property name="label" translatable="yes">_B</property> | |
1818 <property name="use_underline">True</property> | |
1819 <property name="active">False</property> | |
1820 <accelerator key="2" modifiers="GDK_MOD1_MASK" signal="activate"/> | |
1821 </widget> | |
1822 </child> | |
1823 | |
1824 <child> | |
1825 <widget class="GtkCheckMenuItem" id="AutofireL"> | |
1826 <property name="visible">True</property> | |
1827 <property name="label" translatable="yes">_L</property> | |
1828 <property name="use_underline">True</property> | |
1829 <property name="active">False</property> | |
1830 <accelerator key="3" modifiers="GDK_MOD1_MASK" signal="activate"/> | |
1831 </widget> | |
1832 </child> | |
1833 | |
1834 <child> | |
1835 <widget class="GtkCheckMenuItem" id="AutofireR"> | |
1836 <property name="visible">True</property> | |
1837 <property name="label" translatable="yes">_R</property> | |
1838 <property name="use_underline">True</property> | |
1839 <property name="active">False</property> | |
1840 <accelerator key="4" modifiers="GDK_MOD1_MASK" signal="activate"/> | |
1841 </widget> | |
1842 </child> | |
1843 </widget> | |
1844 </child> | |
1845 </widget> | |
1846 </child> | |
1847 </widget> | |
1848 </child> | |
1849 </widget> | |
1850 </child> | |
1851 </widget> | |
1852 </child> | |
1853 </widget> | |
1854 </child> | |
1855 | |
1856 <child> | |
1857 <widget class="GtkMenuItem" id="ToolsMenu"> | |
1858 <property name="visible">True</property> | |
1859 <property name="label" translatable="yes">_Tools</property> | |
1860 <property name="use_underline">True</property> | |
1861 | |
1862 <child> | |
1863 <widget class="GtkMenu" id="ToolsMenu_menu"> | |
1864 | |
1865 <child> | |
1866 <widget class="GtkMenuItem" id="GdbMenu"> | |
1867 <property name="visible">True</property> | |
1868 <property name="label" translatable="yes">_GDB</property> | |
1869 <property name="use_underline">True</property> | |
1870 | |
1871 <child> | |
1872 <widget class="GtkMenu" id="GdbMenu_menu"> | |
1873 | |
1874 <child> | |
1875 <widget class="GtkMenuItem" id="GdbWait"> | |
1876 <property name="visible">True</property> | |
1877 <property name="label" translatable="yes">_Wait connection...</property> | |
1878 <property name="use_underline">True</property> | |
1879 </widget> | |
1880 </child> | |
1881 | |
1882 <child> | |
1883 <widget class="GtkMenuItem" id="GdbLoadAndWait"> | |
1884 <property name="visible">True</property> | |
1885 <property name="label" translatable="yes">_Load and wait...</property> | |
1886 <property name="use_underline">True</property> | |
1887 </widget> | |
1888 </child> | |
1889 | |
1890 <child> | |
1891 <widget class="GtkMenuItem" id="GdbBreak"> | |
1892 <property name="visible">True</property> | |
1893 <property name="label" translatable="yes">_Break</property> | |
1894 <property name="use_underline">True</property> | |
1895 </widget> | |
1896 </child> | |
1897 | |
1898 <child> | |
1899 <widget class="GtkMenuItem" id="GdbDisconnect"> | |
1900 <property name="visible">True</property> | |
1901 <property name="label" translatable="yes">_Disconnect</property> | |
1902 <property name="use_underline">True</property> | |
1903 </widget> | |
1904 </child> | |
1905 </widget> | |
1906 </child> | |
1907 </widget> | |
1908 </child> | |
1909 </widget> | |
1910 </child> | |
1911 </widget> | |
1912 </child> | |
1913 | |
1914 <child> | |
1915 <widget class="GtkMenuItem" id="HelpMenu"> | |
1916 <property name="visible">True</property> | |
1917 <property name="label" translatable="yes">_Help</property> | |
1918 <property name="use_underline">True</property> | |
1919 | |
1920 <child> | |
1921 <widget class="GtkMenu" id="HelpMenu_menu"> | |
1922 | |
1923 <child> | |
1924 <widget class="GtkMenuItem" id="HelpAbout"> | |
1925 <property name="visible">True</property> | |
1926 <property name="label" translatable="yes">_About</property> | |
1927 <property name="use_underline">True</property> | |
1928 </widget> | |
1929 </child> | |
1930 </widget> | |
1931 </child> | |
1932 </widget> | |
1933 </child> | |
1934 </widget> | |
1935 </child> | |
1936 </widget> | |
1937 <packing> | |
1938 <property name="padding">0</property> | |
1939 <property name="expand">False</property> | |
1940 <property name="fill">True</property> | |
1941 </packing> | |
1942 </child> | |
1943 | |
1944 <child> | |
1945 <widget class="GtkAlignment" id="ScreenContainer"> | |
1946 <property name="visible">True</property> | |
1947 <property name="xalign">0.5</property> | |
1948 <property name="yalign">0.5</property> | |
1949 <property name="xscale">0</property> | |
1950 <property name="yscale">0</property> | |
1951 | |
1952 <child> | |
1953 <placeholder/> | |
1954 </child> | |
1955 </widget> | |
1956 <packing> | |
1957 <property name="padding">0</property> | |
1958 <property name="expand">True</property> | |
1959 <property name="fill">True</property> | |
1960 </packing> | |
1961 </child> | |
1962 </widget> | |
1963 </child> | |
1964 </widget> | |
1965 | |
1966 <widget class="GtkDialog" id="AboutDialog"> | |
1967 <property name="title" translatable="yes">About VBA</property> | |
1968 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
1969 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
1970 <property name="modal">False</property> | |
1971 <property name="resizable">True</property> | |
1972 <property name="destroy_with_parent">True</property> | |
1973 <property name="skip_taskbar_hint">False</property> | |
1974 <property name="skip_pager_hint">False</property> | |
1975 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
1976 <property name="has_separator">True</property> | |
1977 | |
1978 <child internal-child="vbox"> | |
1979 <widget class="GtkVBox" id="dialog-vbox1"> | |
1980 <property name="visible">True</property> | |
1981 <property name="homogeneous">False</property> | |
1982 <property name="spacing">0</property> | |
1983 | |
1984 <child internal-child="action_area"> | |
1985 <widget class="GtkHButtonBox" id="dialog-action_area1"> | |
1986 <property name="visible">True</property> | |
1987 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
1988 | |
1989 <child> | |
1990 <widget class="GtkButton" id="closebutton1"> | |
1991 <property name="visible">True</property> | |
1992 <property name="can_default">True</property> | |
1993 <property name="can_focus">True</property> | |
1994 <property name="label">gtk-close</property> | |
1995 <property name="use_stock">True</property> | |
1996 <property name="relief">GTK_RELIEF_NORMAL</property> | |
1997 <property name="response_id">-7</property> | |
1998 </widget> | |
1999 </child> | |
2000 </widget> | |
2001 <packing> | |
2002 <property name="padding">0</property> | |
2003 <property name="expand">False</property> | |
2004 <property name="fill">True</property> | |
2005 <property name="pack_type">GTK_PACK_END</property> | |
2006 </packing> | |
2007 </child> | |
2008 | |
2009 <child> | |
2010 <widget class="GtkAlignment" id="AboutIconContainer"> | |
2011 <property name="visible">True</property> | |
2012 <property name="xalign">0.5</property> | |
2013 <property name="yalign">0.5</property> | |
2014 <property name="xscale">0</property> | |
2015 <property name="yscale">0</property> | |
2016 | |
2017 <child> | |
2018 <placeholder/> | |
2019 </child> | |
2020 </widget> | |
2021 <packing> | |
2022 <property name="padding">0</property> | |
2023 <property name="expand">True</property> | |
2024 <property name="fill">True</property> | |
2025 </packing> | |
2026 </child> | |
2027 | |
2028 <child> | |
2029 <widget class="GtkLabel" id="VersionLabel"> | |
2030 <property name="visible">True</property> | |
2031 <property name="can_focus">True</property> | |
2032 <property name="label" translatable="yes"></property> | |
2033 <property name="use_underline">False</property> | |
2034 <property name="use_markup">True</property> | |
2035 <property name="justify">GTK_JUSTIFY_CENTER</property> | |
2036 <property name="wrap">False</property> | |
2037 <property name="selectable">True</property> | |
2038 <property name="xalign">0.5</property> | |
2039 <property name="yalign">0.5</property> | |
2040 <property name="xpad">5</property> | |
2041 <property name="ypad">5</property> | |
2042 </widget> | |
2043 <packing> | |
2044 <property name="padding">0</property> | |
2045 <property name="expand">True</property> | |
2046 <property name="fill">False</property> | |
2047 </packing> | |
2048 </child> | |
2049 | |
2050 <child> | |
2051 <widget class="GtkLabel" id="label2"> | |
2052 <property name="visible">True</property> | |
2053 <property name="can_focus">True</property> | |
2054 <property name="label" translatable="yes">An emulator for Gameboy(TM) and GameboyAdvance(TM).</property> | |
2055 <property name="use_underline">False</property> | |
2056 <property name="use_markup">False</property> | |
2057 <property name="justify">GTK_JUSTIFY_CENTER</property> | |
2058 <property name="wrap">True</property> | |
2059 <property name="selectable">True</property> | |
2060 <property name="xalign">0.5</property> | |
2061 <property name="yalign">0.5</property> | |
2062 <property name="xpad">5</property> | |
2063 <property name="ypad">5</property> | |
2064 </widget> | |
2065 <packing> | |
2066 <property name="padding">0</property> | |
2067 <property name="expand">True</property> | |
2068 <property name="fill">False</property> | |
2069 </packing> | |
2070 </child> | |
2071 | |
2072 <child> | |
2073 <widget class="GtkLabel" id="label24"> | |
2074 <property name="visible">True</property> | |
2075 <property name="can_focus">True</property> | |
2076 <property name="label" translatable="yes"><i>Special thanks to Yann Parmentier aka "kohai" for the icons.</i></property> | |
2077 <property name="use_underline">False</property> | |
2078 <property name="use_markup">True</property> | |
2079 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2080 <property name="wrap">False</property> | |
2081 <property name="selectable">True</property> | |
2082 <property name="xalign">0.5</property> | |
2083 <property name="yalign">0.5</property> | |
2084 <property name="xpad">5</property> | |
2085 <property name="ypad">5</property> | |
2086 </widget> | |
2087 <packing> | |
2088 <property name="padding">0</property> | |
2089 <property name="expand">True</property> | |
2090 <property name="fill">False</property> | |
2091 </packing> | |
2092 </child> | |
2093 | |
2094 <child> | |
2095 <widget class="GtkLabel" id="label3"> | |
2096 <property name="visible">True</property> | |
2097 <property name="can_focus">True</property> | |
2098 <property name="label" translatable="yes"><small>Copyright (C) 2004 Forgotten and the VBA development team</small></property> | |
2099 <property name="use_underline">False</property> | |
2100 <property name="use_markup">True</property> | |
2101 <property name="justify">GTK_JUSTIFY_CENTER</property> | |
2102 <property name="wrap">True</property> | |
2103 <property name="selectable">True</property> | |
2104 <property name="xalign">0.5</property> | |
2105 <property name="yalign">0.5</property> | |
2106 <property name="xpad">5</property> | |
2107 <property name="ypad">5</property> | |
2108 </widget> | |
2109 <packing> | |
2110 <property name="padding">0</property> | |
2111 <property name="expand">True</property> | |
2112 <property name="fill">False</property> | |
2113 </packing> | |
2114 </child> | |
2115 </widget> | |
2116 </child> | |
2117 </widget> | |
2118 | |
2119 <widget class="GtkDialog" id="ThrottleDialog"> | |
2120 <property name="title" translatable="yes">Throttle</property> | |
2121 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
2122 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
2123 <property name="modal">False</property> | |
2124 <property name="resizable">True</property> | |
2125 <property name="destroy_with_parent">True</property> | |
2126 <property name="skip_taskbar_hint">False</property> | |
2127 <property name="skip_pager_hint">False</property> | |
2128 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
2129 <property name="has_separator">True</property> | |
2130 | |
2131 <child internal-child="vbox"> | |
2132 <widget class="GtkVBox" id="dialog-vbox2"> | |
2133 <property name="visible">True</property> | |
2134 <property name="homogeneous">False</property> | |
2135 <property name="spacing">0</property> | |
2136 | |
2137 <child internal-child="action_area"> | |
2138 <widget class="GtkHButtonBox" id="dialog-action_area2"> | |
2139 <property name="visible">True</property> | |
2140 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
2141 | |
2142 <child> | |
2143 <widget class="GtkButton" id="cancelbutton1"> | |
2144 <property name="visible">True</property> | |
2145 <property name="can_default">True</property> | |
2146 <property name="can_focus">True</property> | |
2147 <property name="label">gtk-cancel</property> | |
2148 <property name="use_stock">True</property> | |
2149 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2150 <property name="response_id">-6</property> | |
2151 </widget> | |
2152 </child> | |
2153 | |
2154 <child> | |
2155 <widget class="GtkButton" id="okbutton1"> | |
2156 <property name="visible">True</property> | |
2157 <property name="can_default">True</property> | |
2158 <property name="can_focus">True</property> | |
2159 <property name="label">gtk-ok</property> | |
2160 <property name="use_stock">True</property> | |
2161 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2162 <property name="response_id">-5</property> | |
2163 </widget> | |
2164 </child> | |
2165 </widget> | |
2166 <packing> | |
2167 <property name="padding">0</property> | |
2168 <property name="expand">False</property> | |
2169 <property name="fill">True</property> | |
2170 <property name="pack_type">GTK_PACK_END</property> | |
2171 </packing> | |
2172 </child> | |
2173 | |
2174 <child> | |
2175 <widget class="GtkAlignment" id="alignment4"> | |
2176 <property name="visible">True</property> | |
2177 <property name="xalign">0.5</property> | |
2178 <property name="yalign">0.5</property> | |
2179 <property name="xscale">0</property> | |
2180 <property name="yscale">0</property> | |
2181 | |
2182 <child> | |
2183 <widget class="GtkHBox" id="hbox1"> | |
2184 <property name="visible">True</property> | |
2185 <property name="homogeneous">False</property> | |
2186 <property name="spacing">0</property> | |
2187 | |
2188 <child> | |
2189 <widget class="GtkLabel" id="label4"> | |
2190 <property name="visible">True</property> | |
2191 <property name="label" translatable="yes">Throttle : </property> | |
2192 <property name="use_underline">False</property> | |
2193 <property name="use_markup">False</property> | |
2194 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2195 <property name="wrap">False</property> | |
2196 <property name="selectable">False</property> | |
2197 <property name="xalign">1</property> | |
2198 <property name="yalign">0.5</property> | |
2199 <property name="xpad">0</property> | |
2200 <property name="ypad">0</property> | |
2201 </widget> | |
2202 <packing> | |
2203 <property name="padding">0</property> | |
2204 <property name="expand">True</property> | |
2205 <property name="fill">True</property> | |
2206 </packing> | |
2207 </child> | |
2208 | |
2209 <child> | |
2210 <widget class="GtkSpinButton" id="ThrottleSpin"> | |
2211 <property name="visible">True</property> | |
2212 <property name="can_focus">True</property> | |
2213 <property name="climb_rate">1</property> | |
2214 <property name="digits">0</property> | |
2215 <property name="numeric">True</property> | |
2216 <property name="update_policy">GTK_UPDATE_ALWAYS</property> | |
2217 <property name="snap_to_ticks">True</property> | |
2218 <property name="wrap">True</property> | |
2219 <property name="adjustment">100 5 1000 1 25 25</property> | |
2220 </widget> | |
2221 <packing> | |
2222 <property name="padding">0</property> | |
2223 <property name="expand">True</property> | |
2224 <property name="fill">True</property> | |
2225 </packing> | |
2226 </child> | |
2227 | |
2228 <child> | |
2229 <widget class="GtkLabel" id="label5"> | |
2230 <property name="visible">True</property> | |
2231 <property name="label" translatable="yes"> %</property> | |
2232 <property name="use_underline">False</property> | |
2233 <property name="use_markup">False</property> | |
2234 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2235 <property name="wrap">False</property> | |
2236 <property name="selectable">False</property> | |
2237 <property name="xalign">0</property> | |
2238 <property name="yalign">0.5</property> | |
2239 <property name="xpad">0</property> | |
2240 <property name="ypad">0</property> | |
2241 </widget> | |
2242 <packing> | |
2243 <property name="padding">0</property> | |
2244 <property name="expand">True</property> | |
2245 <property name="fill">True</property> | |
2246 </packing> | |
2247 </child> | |
2248 </widget> | |
2249 </child> | |
2250 </widget> | |
2251 <packing> | |
2252 <property name="padding">0</property> | |
2253 <property name="expand">True</property> | |
2254 <property name="fill">True</property> | |
2255 </packing> | |
2256 </child> | |
2257 </widget> | |
2258 </child> | |
2259 </widget> | |
2260 | |
2261 <widget class="GtkDialog" id="DirectoriesDialog"> | |
2262 <property name="title" translatable="yes">Directories</property> | |
2263 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
2264 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
2265 <property name="modal">False</property> | |
2266 <property name="resizable">True</property> | |
2267 <property name="destroy_with_parent">True</property> | |
2268 <property name="skip_taskbar_hint">False</property> | |
2269 <property name="skip_pager_hint">False</property> | |
2270 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
2271 <property name="has_separator">True</property> | |
2272 | |
2273 <child internal-child="vbox"> | |
2274 <widget class="GtkVBox" id="dialog-vbox3"> | |
2275 <property name="visible">True</property> | |
2276 <property name="homogeneous">False</property> | |
2277 <property name="spacing">0</property> | |
2278 | |
2279 <child internal-child="action_area"> | |
2280 <widget class="GtkHButtonBox" id="dialog-action_area3"> | |
2281 <property name="visible">True</property> | |
2282 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
2283 | |
2284 <child> | |
2285 <widget class="GtkButton" id="cancelbutton2"> | |
2286 <property name="visible">True</property> | |
2287 <property name="can_default">True</property> | |
2288 <property name="can_focus">True</property> | |
2289 <property name="label">gtk-cancel</property> | |
2290 <property name="use_stock">True</property> | |
2291 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2292 <property name="response_id">-6</property> | |
2293 </widget> | |
2294 </child> | |
2295 | |
2296 <child> | |
2297 <widget class="GtkButton" id="okbutton2"> | |
2298 <property name="visible">True</property> | |
2299 <property name="can_default">True</property> | |
2300 <property name="can_focus">True</property> | |
2301 <property name="label">gtk-ok</property> | |
2302 <property name="use_stock">True</property> | |
2303 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2304 <property name="response_id">-5</property> | |
2305 </widget> | |
2306 </child> | |
2307 </widget> | |
2308 <packing> | |
2309 <property name="padding">0</property> | |
2310 <property name="expand">False</property> | |
2311 <property name="fill">True</property> | |
2312 <property name="pack_type">GTK_PACK_END</property> | |
2313 </packing> | |
2314 </child> | |
2315 | |
2316 <child> | |
2317 <widget class="GtkTable" id="table1"> | |
2318 <property name="visible">True</property> | |
2319 <property name="n_rows">5</property> | |
2320 <property name="n_columns">4</property> | |
2321 <property name="homogeneous">False</property> | |
2322 <property name="row_spacing">0</property> | |
2323 <property name="column_spacing">0</property> | |
2324 | |
2325 <child> | |
2326 <widget class="GtkLabel" id="label6"> | |
2327 <property name="visible">True</property> | |
2328 <property name="label" translatable="yes">GBA roms : </property> | |
2329 <property name="use_underline">False</property> | |
2330 <property name="use_markup">False</property> | |
2331 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2332 <property name="wrap">False</property> | |
2333 <property name="selectable">False</property> | |
2334 <property name="xalign">1</property> | |
2335 <property name="yalign">0.5</property> | |
2336 <property name="xpad">0</property> | |
2337 <property name="ypad">0</property> | |
2338 </widget> | |
2339 <packing> | |
2340 <property name="left_attach">0</property> | |
2341 <property name="right_attach">1</property> | |
2342 <property name="top_attach">0</property> | |
2343 <property name="bottom_attach">1</property> | |
2344 <property name="x_options">fill</property> | |
2345 <property name="y_options">expand</property> | |
2346 </packing> | |
2347 </child> | |
2348 | |
2349 <child> | |
2350 <widget class="GtkEntry" id="GBARomsDirEntry"> | |
2351 <property name="visible">True</property> | |
2352 <property name="can_focus">True</property> | |
2353 <property name="editable">True</property> | |
2354 <property name="visibility">True</property> | |
2355 <property name="max_length">0</property> | |
2356 <property name="text" translatable="yes"></property> | |
2357 <property name="has_frame">True</property> | |
2358 <property name="invisible_char" translatable="yes">*</property> | |
2359 <property name="activates_default">False</property> | |
2360 </widget> | |
2361 <packing> | |
2362 <property name="left_attach">1</property> | |
2363 <property name="right_attach">2</property> | |
2364 <property name="top_attach">0</property> | |
2365 <property name="bottom_attach">1</property> | |
2366 <property name="y_options">expand</property> | |
2367 </packing> | |
2368 </child> | |
2369 | |
2370 <child> | |
2371 <widget class="GtkButton" id="GBARomsDirResetButton"> | |
2372 <property name="visible">True</property> | |
2373 <property name="can_focus">True</property> | |
2374 <property name="relief">GTK_RELIEF_NONE</property> | |
2375 | |
2376 <child> | |
2377 <widget class="GtkImage" id="image83"> | |
2378 <property name="visible">True</property> | |
2379 <property name="stock">gtk-cancel</property> | |
2380 <property name="icon_size">4</property> | |
2381 <property name="xalign">0.5</property> | |
2382 <property name="yalign">0.5</property> | |
2383 <property name="xpad">0</property> | |
2384 <property name="ypad">0</property> | |
2385 </widget> | |
2386 </child> | |
2387 </widget> | |
2388 <packing> | |
2389 <property name="left_attach">2</property> | |
2390 <property name="right_attach">3</property> | |
2391 <property name="top_attach">0</property> | |
2392 <property name="bottom_attach">1</property> | |
2393 <property name="x_options">fill</property> | |
2394 <property name="y_options">expand</property> | |
2395 </packing> | |
2396 </child> | |
2397 | |
2398 <child> | |
2399 <widget class="GtkButton" id="GBARomsDirSelectButton"> | |
2400 <property name="visible">True</property> | |
2401 <property name="can_focus">True</property> | |
2402 <property name="relief">GTK_RELIEF_NONE</property> | |
2403 | |
2404 <child> | |
2405 <widget class="GtkImage" id="image84"> | |
2406 <property name="visible">True</property> | |
2407 <property name="stock">gtk-open</property> | |
2408 <property name="icon_size">4</property> | |
2409 <property name="xalign">0.5</property> | |
2410 <property name="yalign">0.5</property> | |
2411 <property name="xpad">0</property> | |
2412 <property name="ypad">0</property> | |
2413 </widget> | |
2414 </child> | |
2415 </widget> | |
2416 <packing> | |
2417 <property name="left_attach">3</property> | |
2418 <property name="right_attach">4</property> | |
2419 <property name="top_attach">0</property> | |
2420 <property name="bottom_attach">1</property> | |
2421 <property name="x_options">fill</property> | |
2422 <property name="y_options">expand</property> | |
2423 </packing> | |
2424 </child> | |
2425 | |
2426 <child> | |
2427 <widget class="GtkLabel" id="label7"> | |
2428 <property name="visible">True</property> | |
2429 <property name="label" translatable="yes">GB roms : </property> | |
2430 <property name="use_underline">False</property> | |
2431 <property name="use_markup">False</property> | |
2432 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2433 <property name="wrap">False</property> | |
2434 <property name="selectable">False</property> | |
2435 <property name="xalign">1</property> | |
2436 <property name="yalign">0.5</property> | |
2437 <property name="xpad">0</property> | |
2438 <property name="ypad">0</property> | |
2439 </widget> | |
2440 <packing> | |
2441 <property name="left_attach">0</property> | |
2442 <property name="right_attach">1</property> | |
2443 <property name="top_attach">1</property> | |
2444 <property name="bottom_attach">2</property> | |
2445 <property name="x_options">fill</property> | |
2446 <property name="y_options">expand</property> | |
2447 </packing> | |
2448 </child> | |
2449 | |
2450 <child> | |
2451 <widget class="GtkButton" id="GBRomsDirSelectButton"> | |
2452 <property name="visible">True</property> | |
2453 <property name="can_focus">True</property> | |
2454 <property name="relief">GTK_RELIEF_NONE</property> | |
2455 | |
2456 <child> | |
2457 <widget class="GtkImage" id="image94"> | |
2458 <property name="visible">True</property> | |
2459 <property name="stock">gtk-open</property> | |
2460 <property name="icon_size">4</property> | |
2461 <property name="xalign">0.5</property> | |
2462 <property name="yalign">0.5</property> | |
2463 <property name="xpad">0</property> | |
2464 <property name="ypad">0</property> | |
2465 </widget> | |
2466 </child> | |
2467 </widget> | |
2468 <packing> | |
2469 <property name="left_attach">3</property> | |
2470 <property name="right_attach">4</property> | |
2471 <property name="top_attach">1</property> | |
2472 <property name="bottom_attach">2</property> | |
2473 <property name="x_options">fill</property> | |
2474 <property name="y_options">expand</property> | |
2475 </packing> | |
2476 </child> | |
2477 | |
2478 <child> | |
2479 <widget class="GtkLabel" id="label8"> | |
2480 <property name="visible">True</property> | |
2481 <property name="label" translatable="yes">Batteries : </property> | |
2482 <property name="use_underline">False</property> | |
2483 <property name="use_markup">False</property> | |
2484 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2485 <property name="wrap">False</property> | |
2486 <property name="selectable">False</property> | |
2487 <property name="xalign">1</property> | |
2488 <property name="yalign">0.5</property> | |
2489 <property name="xpad">0</property> | |
2490 <property name="ypad">0</property> | |
2491 </widget> | |
2492 <packing> | |
2493 <property name="left_attach">0</property> | |
2494 <property name="right_attach">1</property> | |
2495 <property name="top_attach">2</property> | |
2496 <property name="bottom_attach">3</property> | |
2497 <property name="x_options">fill</property> | |
2498 <property name="y_options">expand</property> | |
2499 </packing> | |
2500 </child> | |
2501 | |
2502 <child> | |
2503 <widget class="GtkEntry" id="BatteriesDirEntry"> | |
2504 <property name="visible">True</property> | |
2505 <property name="can_focus">True</property> | |
2506 <property name="editable">True</property> | |
2507 <property name="visibility">True</property> | |
2508 <property name="max_length">0</property> | |
2509 <property name="text" translatable="yes"></property> | |
2510 <property name="has_frame">True</property> | |
2511 <property name="invisible_char" translatable="yes">*</property> | |
2512 <property name="activates_default">False</property> | |
2513 </widget> | |
2514 <packing> | |
2515 <property name="left_attach">1</property> | |
2516 <property name="right_attach">2</property> | |
2517 <property name="top_attach">2</property> | |
2518 <property name="bottom_attach">3</property> | |
2519 <property name="y_options">expand</property> | |
2520 </packing> | |
2521 </child> | |
2522 | |
2523 <child> | |
2524 <widget class="GtkButton" id="BatteriesDirSelectButton"> | |
2525 <property name="visible">True</property> | |
2526 <property name="can_focus">True</property> | |
2527 <property name="relief">GTK_RELIEF_NONE</property> | |
2528 | |
2529 <child> | |
2530 <widget class="GtkImage" id="image98"> | |
2531 <property name="visible">True</property> | |
2532 <property name="stock">gtk-open</property> | |
2533 <property name="icon_size">4</property> | |
2534 <property name="xalign">0.5</property> | |
2535 <property name="yalign">0.5</property> | |
2536 <property name="xpad">0</property> | |
2537 <property name="ypad">0</property> | |
2538 </widget> | |
2539 </child> | |
2540 </widget> | |
2541 <packing> | |
2542 <property name="left_attach">3</property> | |
2543 <property name="right_attach">4</property> | |
2544 <property name="top_attach">2</property> | |
2545 <property name="bottom_attach">3</property> | |
2546 <property name="x_options">fill</property> | |
2547 <property name="y_options">expand</property> | |
2548 </packing> | |
2549 </child> | |
2550 | |
2551 <child> | |
2552 <widget class="GtkButton" id="BatteriesDirResetButton"> | |
2553 <property name="visible">True</property> | |
2554 <property name="can_focus">True</property> | |
2555 <property name="relief">GTK_RELIEF_NONE</property> | |
2556 | |
2557 <child> | |
2558 <widget class="GtkImage" id="image95"> | |
2559 <property name="visible">True</property> | |
2560 <property name="stock">gtk-cancel</property> | |
2561 <property name="icon_size">4</property> | |
2562 <property name="xalign">0.5</property> | |
2563 <property name="yalign">0.5</property> | |
2564 <property name="xpad">0</property> | |
2565 <property name="ypad">0</property> | |
2566 </widget> | |
2567 </child> | |
2568 </widget> | |
2569 <packing> | |
2570 <property name="left_attach">2</property> | |
2571 <property name="right_attach">3</property> | |
2572 <property name="top_attach">2</property> | |
2573 <property name="bottom_attach">3</property> | |
2574 <property name="x_options">fill</property> | |
2575 <property name="y_options">expand</property> | |
2576 </packing> | |
2577 </child> | |
2578 | |
2579 <child> | |
2580 <widget class="GtkLabel" id="label9"> | |
2581 <property name="visible">True</property> | |
2582 <property name="label" translatable="yes">Saves : </property> | |
2583 <property name="use_underline">False</property> | |
2584 <property name="use_markup">False</property> | |
2585 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2586 <property name="wrap">False</property> | |
2587 <property name="selectable">False</property> | |
2588 <property name="xalign">1</property> | |
2589 <property name="yalign">0.5</property> | |
2590 <property name="xpad">0</property> | |
2591 <property name="ypad">0</property> | |
2592 </widget> | |
2593 <packing> | |
2594 <property name="left_attach">0</property> | |
2595 <property name="right_attach">1</property> | |
2596 <property name="top_attach">3</property> | |
2597 <property name="bottom_attach">4</property> | |
2598 <property name="x_options">fill</property> | |
2599 <property name="y_options">expand</property> | |
2600 </packing> | |
2601 </child> | |
2602 | |
2603 <child> | |
2604 <widget class="GtkEntry" id="SavesDirEntry"> | |
2605 <property name="visible">True</property> | |
2606 <property name="can_focus">True</property> | |
2607 <property name="editable">True</property> | |
2608 <property name="visibility">True</property> | |
2609 <property name="max_length">0</property> | |
2610 <property name="text" translatable="yes"></property> | |
2611 <property name="has_frame">True</property> | |
2612 <property name="invisible_char" translatable="yes">*</property> | |
2613 <property name="activates_default">False</property> | |
2614 </widget> | |
2615 <packing> | |
2616 <property name="left_attach">1</property> | |
2617 <property name="right_attach">2</property> | |
2618 <property name="top_attach">3</property> | |
2619 <property name="bottom_attach">4</property> | |
2620 <property name="y_options">expand</property> | |
2621 </packing> | |
2622 </child> | |
2623 | |
2624 <child> | |
2625 <widget class="GtkButton" id="SavesDirResetButton"> | |
2626 <property name="visible">True</property> | |
2627 <property name="can_focus">True</property> | |
2628 <property name="relief">GTK_RELIEF_NONE</property> | |
2629 | |
2630 <child> | |
2631 <widget class="GtkImage" id="image96"> | |
2632 <property name="visible">True</property> | |
2633 <property name="stock">gtk-cancel</property> | |
2634 <property name="icon_size">4</property> | |
2635 <property name="xalign">0.5</property> | |
2636 <property name="yalign">0.5</property> | |
2637 <property name="xpad">0</property> | |
2638 <property name="ypad">0</property> | |
2639 </widget> | |
2640 </child> | |
2641 </widget> | |
2642 <packing> | |
2643 <property name="left_attach">2</property> | |
2644 <property name="right_attach">3</property> | |
2645 <property name="top_attach">3</property> | |
2646 <property name="bottom_attach">4</property> | |
2647 <property name="x_options">fill</property> | |
2648 <property name="y_options">expand</property> | |
2649 </packing> | |
2650 </child> | |
2651 | |
2652 <child> | |
2653 <widget class="GtkButton" id="SavesDirSelectButton"> | |
2654 <property name="visible">True</property> | |
2655 <property name="can_focus">True</property> | |
2656 <property name="relief">GTK_RELIEF_NONE</property> | |
2657 | |
2658 <child> | |
2659 <widget class="GtkImage" id="image99"> | |
2660 <property name="visible">True</property> | |
2661 <property name="stock">gtk-open</property> | |
2662 <property name="icon_size">4</property> | |
2663 <property name="xalign">0.5</property> | |
2664 <property name="yalign">0.5</property> | |
2665 <property name="xpad">0</property> | |
2666 <property name="ypad">0</property> | |
2667 </widget> | |
2668 </child> | |
2669 </widget> | |
2670 <packing> | |
2671 <property name="left_attach">3</property> | |
2672 <property name="right_attach">4</property> | |
2673 <property name="top_attach">3</property> | |
2674 <property name="bottom_attach">4</property> | |
2675 <property name="x_options">fill</property> | |
2676 <property name="y_options">expand</property> | |
2677 </packing> | |
2678 </child> | |
2679 | |
2680 <child> | |
2681 <widget class="GtkLabel" id="label10"> | |
2682 <property name="visible">True</property> | |
2683 <property name="label" translatable="yes">Captures : </property> | |
2684 <property name="use_underline">False</property> | |
2685 <property name="use_markup">False</property> | |
2686 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2687 <property name="wrap">False</property> | |
2688 <property name="selectable">False</property> | |
2689 <property name="xalign">1</property> | |
2690 <property name="yalign">0.5</property> | |
2691 <property name="xpad">0</property> | |
2692 <property name="ypad">0</property> | |
2693 </widget> | |
2694 <packing> | |
2695 <property name="left_attach">0</property> | |
2696 <property name="right_attach">1</property> | |
2697 <property name="top_attach">4</property> | |
2698 <property name="bottom_attach">5</property> | |
2699 <property name="x_options">fill</property> | |
2700 <property name="y_options">expand</property> | |
2701 </packing> | |
2702 </child> | |
2703 | |
2704 <child> | |
2705 <widget class="GtkEntry" id="CapturesDirEntry"> | |
2706 <property name="visible">True</property> | |
2707 <property name="can_focus">True</property> | |
2708 <property name="editable">True</property> | |
2709 <property name="visibility">True</property> | |
2710 <property name="max_length">0</property> | |
2711 <property name="text" translatable="yes"></property> | |
2712 <property name="has_frame">True</property> | |
2713 <property name="invisible_char" translatable="yes">*</property> | |
2714 <property name="activates_default">False</property> | |
2715 </widget> | |
2716 <packing> | |
2717 <property name="left_attach">1</property> | |
2718 <property name="right_attach">2</property> | |
2719 <property name="top_attach">4</property> | |
2720 <property name="bottom_attach">5</property> | |
2721 <property name="y_options">expand</property> | |
2722 </packing> | |
2723 </child> | |
2724 | |
2725 <child> | |
2726 <widget class="GtkButton" id="CapturesDirResetButton"> | |
2727 <property name="visible">True</property> | |
2728 <property name="can_focus">True</property> | |
2729 <property name="relief">GTK_RELIEF_NONE</property> | |
2730 | |
2731 <child> | |
2732 <widget class="GtkImage" id="image97"> | |
2733 <property name="visible">True</property> | |
2734 <property name="stock">gtk-cancel</property> | |
2735 <property name="icon_size">4</property> | |
2736 <property name="xalign">0.5</property> | |
2737 <property name="yalign">0.5</property> | |
2738 <property name="xpad">0</property> | |
2739 <property name="ypad">0</property> | |
2740 </widget> | |
2741 </child> | |
2742 </widget> | |
2743 <packing> | |
2744 <property name="left_attach">2</property> | |
2745 <property name="right_attach">3</property> | |
2746 <property name="top_attach">4</property> | |
2747 <property name="bottom_attach">5</property> | |
2748 <property name="x_options">fill</property> | |
2749 <property name="y_options">expand</property> | |
2750 </packing> | |
2751 </child> | |
2752 | |
2753 <child> | |
2754 <widget class="GtkButton" id="CapturesDirSelectButton"> | |
2755 <property name="visible">True</property> | |
2756 <property name="can_focus">True</property> | |
2757 <property name="relief">GTK_RELIEF_NONE</property> | |
2758 | |
2759 <child> | |
2760 <widget class="GtkImage" id="image100"> | |
2761 <property name="visible">True</property> | |
2762 <property name="stock">gtk-open</property> | |
2763 <property name="icon_size">4</property> | |
2764 <property name="xalign">0.5</property> | |
2765 <property name="yalign">0.5</property> | |
2766 <property name="xpad">0</property> | |
2767 <property name="ypad">0</property> | |
2768 </widget> | |
2769 </child> | |
2770 </widget> | |
2771 <packing> | |
2772 <property name="left_attach">3</property> | |
2773 <property name="right_attach">4</property> | |
2774 <property name="top_attach">4</property> | |
2775 <property name="bottom_attach">5</property> | |
2776 <property name="x_options">fill</property> | |
2777 <property name="y_options">expand</property> | |
2778 </packing> | |
2779 </child> | |
2780 | |
2781 <child> | |
2782 <widget class="GtkEntry" id="GBRomsDirEntry"> | |
2783 <property name="visible">True</property> | |
2784 <property name="can_focus">True</property> | |
2785 <property name="editable">True</property> | |
2786 <property name="visibility">True</property> | |
2787 <property name="max_length">0</property> | |
2788 <property name="text" translatable="yes"></property> | |
2789 <property name="has_frame">True</property> | |
2790 <property name="invisible_char" translatable="yes">*</property> | |
2791 <property name="activates_default">False</property> | |
2792 </widget> | |
2793 <packing> | |
2794 <property name="left_attach">1</property> | |
2795 <property name="right_attach">2</property> | |
2796 <property name="top_attach">1</property> | |
2797 <property name="bottom_attach">2</property> | |
2798 <property name="y_options">expand</property> | |
2799 </packing> | |
2800 </child> | |
2801 | |
2802 <child> | |
2803 <widget class="GtkButton" id="GBRomsDirResetButton"> | |
2804 <property name="visible">True</property> | |
2805 <property name="can_focus">True</property> | |
2806 <property name="relief">GTK_RELIEF_NONE</property> | |
2807 | |
2808 <child> | |
2809 <widget class="GtkImage" id="image101"> | |
2810 <property name="visible">True</property> | |
2811 <property name="stock">gtk-cancel</property> | |
2812 <property name="icon_size">4</property> | |
2813 <property name="xalign">0.5</property> | |
2814 <property name="yalign">0.5</property> | |
2815 <property name="xpad">0</property> | |
2816 <property name="ypad">0</property> | |
2817 </widget> | |
2818 </child> | |
2819 </widget> | |
2820 <packing> | |
2821 <property name="left_attach">2</property> | |
2822 <property name="right_attach">3</property> | |
2823 <property name="top_attach">1</property> | |
2824 <property name="bottom_attach">2</property> | |
2825 <property name="x_options">fill</property> | |
2826 <property name="y_options">expand</property> | |
2827 </packing> | |
2828 </child> | |
2829 </widget> | |
2830 <packing> | |
2831 <property name="padding">0</property> | |
2832 <property name="expand">True</property> | |
2833 <property name="fill">True</property> | |
2834 </packing> | |
2835 </child> | |
2836 </widget> | |
2837 </child> | |
2838 </widget> | |
2839 | |
2840 <widget class="GtkDialog" id="JoypadConfigDialog"> | |
2841 <property name="title" translatable="yes">Joypad config</property> | |
2842 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
2843 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
2844 <property name="modal">False</property> | |
2845 <property name="resizable">True</property> | |
2846 <property name="destroy_with_parent">True</property> | |
2847 <property name="skip_taskbar_hint">False</property> | |
2848 <property name="skip_pager_hint">False</property> | |
2849 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
2850 <property name="has_separator">True</property> | |
2851 | |
2852 <child internal-child="vbox"> | |
2853 <widget class="GtkVBox" id="dialog-vbox4"> | |
2854 <property name="visible">True</property> | |
2855 <property name="homogeneous">False</property> | |
2856 <property name="spacing">0</property> | |
2857 | |
2858 <child internal-child="action_area"> | |
2859 <widget class="GtkHButtonBox" id="dialog-action_area4"> | |
2860 <property name="visible">True</property> | |
2861 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
2862 | |
2863 <child> | |
2864 <widget class="GtkButton" id="cancelbutton3"> | |
2865 <property name="visible">True</property> | |
2866 <property name="can_default">True</property> | |
2867 <property name="can_focus">True</property> | |
2868 <property name="label">gtk-cancel</property> | |
2869 <property name="use_stock">True</property> | |
2870 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2871 <property name="response_id">-6</property> | |
2872 </widget> | |
2873 </child> | |
2874 | |
2875 <child> | |
2876 <widget class="GtkButton" id="JoypadOkButton"> | |
2877 <property name="visible">True</property> | |
2878 <property name="can_default">True</property> | |
2879 <property name="can_focus">True</property> | |
2880 <property name="label">gtk-ok</property> | |
2881 <property name="use_stock">True</property> | |
2882 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2883 <property name="response_id">-5</property> | |
2884 </widget> | |
2885 </child> | |
2886 </widget> | |
2887 <packing> | |
2888 <property name="padding">0</property> | |
2889 <property name="expand">False</property> | |
2890 <property name="fill">True</property> | |
2891 <property name="pack_type">GTK_PACK_END</property> | |
2892 </packing> | |
2893 </child> | |
2894 | |
2895 <child> | |
2896 <widget class="GtkAlignment" id="alignment1"> | |
2897 <property name="visible">True</property> | |
2898 <property name="xalign">0.5</property> | |
2899 <property name="yalign">0.5</property> | |
2900 <property name="xscale">0</property> | |
2901 <property name="yscale">1</property> | |
2902 | |
2903 <child> | |
2904 <widget class="GtkTable" id="table2"> | |
2905 <property name="visible">True</property> | |
2906 <property name="n_rows">12</property> | |
2907 <property name="n_columns">2</property> | |
2908 <property name="homogeneous">False</property> | |
2909 <property name="row_spacing">5</property> | |
2910 <property name="column_spacing">0</property> | |
2911 | |
2912 <child> | |
2913 <widget class="GtkEntry" id="JoypadUpEntry"> | |
2914 <property name="visible">True</property> | |
2915 <property name="can_focus">True</property> | |
2916 <property name="editable">False</property> | |
2917 <property name="visibility">True</property> | |
2918 <property name="max_length">0</property> | |
2919 <property name="text" translatable="yes"></property> | |
2920 <property name="has_frame">True</property> | |
2921 <property name="invisible_char" translatable="yes">*</property> | |
2922 <property name="activates_default">False</property> | |
2923 </widget> | |
2924 <packing> | |
2925 <property name="left_attach">1</property> | |
2926 <property name="right_attach">2</property> | |
2927 <property name="top_attach">0</property> | |
2928 <property name="bottom_attach">1</property> | |
2929 <property name="x_options">fill</property> | |
2930 <property name="y_options">expand</property> | |
2931 </packing> | |
2932 </child> | |
2933 | |
2934 <child> | |
2935 <widget class="GtkLabel" id="label12"> | |
2936 <property name="visible">True</property> | |
2937 <property name="label" translatable="yes">Down : </property> | |
2938 <property name="use_underline">False</property> | |
2939 <property name="use_markup">False</property> | |
2940 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2941 <property name="wrap">False</property> | |
2942 <property name="selectable">False</property> | |
2943 <property name="xalign">1</property> | |
2944 <property name="yalign">0.5</property> | |
2945 <property name="xpad">0</property> | |
2946 <property name="ypad">0</property> | |
2947 </widget> | |
2948 <packing> | |
2949 <property name="left_attach">0</property> | |
2950 <property name="right_attach">1</property> | |
2951 <property name="top_attach">1</property> | |
2952 <property name="bottom_attach">2</property> | |
2953 <property name="x_options">fill</property> | |
2954 <property name="y_options">expand</property> | |
2955 </packing> | |
2956 </child> | |
2957 | |
2958 <child> | |
2959 <widget class="GtkLabel" id="label13"> | |
2960 <property name="visible">True</property> | |
2961 <property name="label" translatable="yes">Left : </property> | |
2962 <property name="use_underline">False</property> | |
2963 <property name="use_markup">False</property> | |
2964 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2965 <property name="wrap">False</property> | |
2966 <property name="selectable">False</property> | |
2967 <property name="xalign">1</property> | |
2968 <property name="yalign">0.5</property> | |
2969 <property name="xpad">0</property> | |
2970 <property name="ypad">0</property> | |
2971 </widget> | |
2972 <packing> | |
2973 <property name="left_attach">0</property> | |
2974 <property name="right_attach">1</property> | |
2975 <property name="top_attach">2</property> | |
2976 <property name="bottom_attach">3</property> | |
2977 <property name="x_options">fill</property> | |
2978 <property name="y_options">expand</property> | |
2979 </packing> | |
2980 </child> | |
2981 | |
2982 <child> | |
2983 <widget class="GtkLabel" id="label14"> | |
2984 <property name="visible">True</property> | |
2985 <property name="label" translatable="yes">Right : </property> | |
2986 <property name="use_underline">False</property> | |
2987 <property name="use_markup">False</property> | |
2988 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2989 <property name="wrap">False</property> | |
2990 <property name="selectable">False</property> | |
2991 <property name="xalign">1</property> | |
2992 <property name="yalign">0.5</property> | |
2993 <property name="xpad">0</property> | |
2994 <property name="ypad">0</property> | |
2995 </widget> | |
2996 <packing> | |
2997 <property name="left_attach">0</property> | |
2998 <property name="right_attach">1</property> | |
2999 <property name="top_attach">3</property> | |
3000 <property name="bottom_attach">4</property> | |
3001 <property name="x_options">fill</property> | |
3002 <property name="y_options">expand</property> | |
3003 </packing> | |
3004 </child> | |
3005 | |
3006 <child> | |
3007 <widget class="GtkLabel" id="label15"> | |
3008 <property name="visible">True</property> | |
3009 <property name="label" translatable="yes">Button A : </property> | |
3010 <property name="use_underline">False</property> | |
3011 <property name="use_markup">False</property> | |
3012 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3013 <property name="wrap">False</property> | |
3014 <property name="selectable">False</property> | |
3015 <property name="xalign">1</property> | |
3016 <property name="yalign">0.5</property> | |
3017 <property name="xpad">0</property> | |
3018 <property name="ypad">0</property> | |
3019 </widget> | |
3020 <packing> | |
3021 <property name="left_attach">0</property> | |
3022 <property name="right_attach">1</property> | |
3023 <property name="top_attach">4</property> | |
3024 <property name="bottom_attach">5</property> | |
3025 <property name="x_options">fill</property> | |
3026 <property name="y_options">expand</property> | |
3027 </packing> | |
3028 </child> | |
3029 | |
3030 <child> | |
3031 <widget class="GtkLabel" id="label16"> | |
3032 <property name="visible">True</property> | |
3033 <property name="label" translatable="yes">Button B : </property> | |
3034 <property name="use_underline">False</property> | |
3035 <property name="use_markup">False</property> | |
3036 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3037 <property name="wrap">False</property> | |
3038 <property name="selectable">False</property> | |
3039 <property name="xalign">1</property> | |
3040 <property name="yalign">0.5</property> | |
3041 <property name="xpad">0</property> | |
3042 <property name="ypad">0</property> | |
3043 </widget> | |
3044 <packing> | |
3045 <property name="left_attach">0</property> | |
3046 <property name="right_attach">1</property> | |
3047 <property name="top_attach">5</property> | |
3048 <property name="bottom_attach">6</property> | |
3049 <property name="x_options">fill</property> | |
3050 <property name="y_options">expand</property> | |
3051 </packing> | |
3052 </child> | |
3053 | |
3054 <child> | |
3055 <widget class="GtkLabel" id="label17"> | |
3056 <property name="visible">True</property> | |
3057 <property name="label" translatable="yes">Button L : </property> | |
3058 <property name="use_underline">False</property> | |
3059 <property name="use_markup">False</property> | |
3060 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3061 <property name="wrap">False</property> | |
3062 <property name="selectable">False</property> | |
3063 <property name="xalign">1</property> | |
3064 <property name="yalign">0.5</property> | |
3065 <property name="xpad">0</property> | |
3066 <property name="ypad">0</property> | |
3067 </widget> | |
3068 <packing> | |
3069 <property name="left_attach">0</property> | |
3070 <property name="right_attach">1</property> | |
3071 <property name="top_attach">6</property> | |
3072 <property name="bottom_attach">7</property> | |
3073 <property name="x_options">fill</property> | |
3074 <property name="y_options">expand</property> | |
3075 </packing> | |
3076 </child> | |
3077 | |
3078 <child> | |
3079 <widget class="GtkLabel" id="label18"> | |
3080 <property name="visible">True</property> | |
3081 <property name="label" translatable="yes">Button R : </property> | |
3082 <property name="use_underline">False</property> | |
3083 <property name="use_markup">False</property> | |
3084 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3085 <property name="wrap">False</property> | |
3086 <property name="selectable">False</property> | |
3087 <property name="xalign">1</property> | |
3088 <property name="yalign">0.5</property> | |
3089 <property name="xpad">0</property> | |
3090 <property name="ypad">0</property> | |
3091 </widget> | |
3092 <packing> | |
3093 <property name="left_attach">0</property> | |
3094 <property name="right_attach">1</property> | |
3095 <property name="top_attach">7</property> | |
3096 <property name="bottom_attach">8</property> | |
3097 <property name="x_options">fill</property> | |
3098 <property name="y_options">expand</property> | |
3099 </packing> | |
3100 </child> | |
3101 | |
3102 <child> | |
3103 <widget class="GtkLabel" id="label19"> | |
3104 <property name="visible">True</property> | |
3105 <property name="label" translatable="yes">Select : </property> | |
3106 <property name="use_underline">False</property> | |
3107 <property name="use_markup">False</property> | |
3108 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3109 <property name="wrap">False</property> | |
3110 <property name="selectable">False</property> | |
3111 <property name="xalign">1</property> | |
3112 <property name="yalign">0.5</property> | |
3113 <property name="xpad">0</property> | |
3114 <property name="ypad">0</property> | |
3115 </widget> | |
3116 <packing> | |
3117 <property name="left_attach">0</property> | |
3118 <property name="right_attach">1</property> | |
3119 <property name="top_attach">8</property> | |
3120 <property name="bottom_attach">9</property> | |
3121 <property name="x_options">fill</property> | |
3122 <property name="y_options">expand</property> | |
3123 </packing> | |
3124 </child> | |
3125 | |
3126 <child> | |
3127 <widget class="GtkLabel" id="label20"> | |
3128 <property name="visible">True</property> | |
3129 <property name="label" translatable="yes">Start : </property> | |
3130 <property name="use_underline">False</property> | |
3131 <property name="use_markup">False</property> | |
3132 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3133 <property name="wrap">False</property> | |
3134 <property name="selectable">False</property> | |
3135 <property name="xalign">1</property> | |
3136 <property name="yalign">0.5</property> | |
3137 <property name="xpad">0</property> | |
3138 <property name="ypad">0</property> | |
3139 </widget> | |
3140 <packing> | |
3141 <property name="left_attach">0</property> | |
3142 <property name="right_attach">1</property> | |
3143 <property name="top_attach">9</property> | |
3144 <property name="bottom_attach">10</property> | |
3145 <property name="x_options">fill</property> | |
3146 <property name="y_options">expand</property> | |
3147 </packing> | |
3148 </child> | |
3149 | |
3150 <child> | |
3151 <widget class="GtkLabel" id="label21"> | |
3152 <property name="visible">True</property> | |
3153 <property name="label" translatable="yes">Speed : </property> | |
3154 <property name="use_underline">False</property> | |
3155 <property name="use_markup">False</property> | |
3156 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3157 <property name="wrap">False</property> | |
3158 <property name="selectable">False</property> | |
3159 <property name="xalign">1</property> | |
3160 <property name="yalign">0.5</property> | |
3161 <property name="xpad">0</property> | |
3162 <property name="ypad">0</property> | |
3163 </widget> | |
3164 <packing> | |
3165 <property name="left_attach">0</property> | |
3166 <property name="right_attach">1</property> | |
3167 <property name="top_attach">10</property> | |
3168 <property name="bottom_attach">11</property> | |
3169 <property name="x_options">fill</property> | |
3170 <property name="y_options">expand</property> | |
3171 </packing> | |
3172 </child> | |
3173 | |
3174 <child> | |
3175 <widget class="GtkLabel" id="label22"> | |
3176 <property name="visible">True</property> | |
3177 <property name="label" translatable="yes">Capture : </property> | |
3178 <property name="use_underline">False</property> | |
3179 <property name="use_markup">False</property> | |
3180 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3181 <property name="wrap">False</property> | |
3182 <property name="selectable">False</property> | |
3183 <property name="xalign">1</property> | |
3184 <property name="yalign">0.5</property> | |
3185 <property name="xpad">0</property> | |
3186 <property name="ypad">0</property> | |
3187 </widget> | |
3188 <packing> | |
3189 <property name="left_attach">0</property> | |
3190 <property name="right_attach">1</property> | |
3191 <property name="top_attach">11</property> | |
3192 <property name="bottom_attach">12</property> | |
3193 <property name="x_options">fill</property> | |
3194 <property name="y_options">expand</property> | |
3195 </packing> | |
3196 </child> | |
3197 | |
3198 <child> | |
3199 <widget class="GtkEntry" id="JoypadDownEntry"> | |
3200 <property name="visible">True</property> | |
3201 <property name="can_focus">True</property> | |
3202 <property name="editable">False</property> | |
3203 <property name="visibility">True</property> | |
3204 <property name="max_length">0</property> | |
3205 <property name="text" translatable="yes"></property> | |
3206 <property name="has_frame">True</property> | |
3207 <property name="invisible_char" translatable="yes">*</property> | |
3208 <property name="activates_default">False</property> | |
3209 </widget> | |
3210 <packing> | |
3211 <property name="left_attach">1</property> | |
3212 <property name="right_attach">2</property> | |
3213 <property name="top_attach">1</property> | |
3214 <property name="bottom_attach">2</property> | |
3215 <property name="x_options">fill</property> | |
3216 <property name="y_options">expand</property> | |
3217 </packing> | |
3218 </child> | |
3219 | |
3220 <child> | |
3221 <widget class="GtkEntry" id="JoypadLeftEntry"> | |
3222 <property name="visible">True</property> | |
3223 <property name="can_focus">True</property> | |
3224 <property name="editable">False</property> | |
3225 <property name="visibility">True</property> | |
3226 <property name="max_length">0</property> | |
3227 <property name="text" translatable="yes"></property> | |
3228 <property name="has_frame">True</property> | |
3229 <property name="invisible_char" translatable="yes">*</property> | |
3230 <property name="activates_default">False</property> | |
3231 </widget> | |
3232 <packing> | |
3233 <property name="left_attach">1</property> | |
3234 <property name="right_attach">2</property> | |
3235 <property name="top_attach">2</property> | |
3236 <property name="bottom_attach">3</property> | |
3237 <property name="x_options">fill</property> | |
3238 <property name="y_options">expand</property> | |
3239 </packing> | |
3240 </child> | |
3241 | |
3242 <child> | |
3243 <widget class="GtkEntry" id="JoypadRightEntry"> | |
3244 <property name="visible">True</property> | |
3245 <property name="can_focus">True</property> | |
3246 <property name="editable">False</property> | |
3247 <property name="visibility">True</property> | |
3248 <property name="max_length">0</property> | |
3249 <property name="text" translatable="yes"></property> | |
3250 <property name="has_frame">True</property> | |
3251 <property name="invisible_char" translatable="yes">*</property> | |
3252 <property name="activates_default">False</property> | |
3253 </widget> | |
3254 <packing> | |
3255 <property name="left_attach">1</property> | |
3256 <property name="right_attach">2</property> | |
3257 <property name="top_attach">3</property> | |
3258 <property name="bottom_attach">4</property> | |
3259 <property name="x_options">fill</property> | |
3260 <property name="y_options">expand</property> | |
3261 </packing> | |
3262 </child> | |
3263 | |
3264 <child> | |
3265 <widget class="GtkEntry" id="JoypadAEntry"> | |
3266 <property name="visible">True</property> | |
3267 <property name="can_focus">True</property> | |
3268 <property name="editable">False</property> | |
3269 <property name="visibility">True</property> | |
3270 <property name="max_length">0</property> | |
3271 <property name="text" translatable="yes"></property> | |
3272 <property name="has_frame">True</property> | |
3273 <property name="invisible_char" translatable="yes">*</property> | |
3274 <property name="activates_default">False</property> | |
3275 </widget> | |
3276 <packing> | |
3277 <property name="left_attach">1</property> | |
3278 <property name="right_attach">2</property> | |
3279 <property name="top_attach">4</property> | |
3280 <property name="bottom_attach">5</property> | |
3281 <property name="x_options">fill</property> | |
3282 <property name="y_options">expand</property> | |
3283 </packing> | |
3284 </child> | |
3285 | |
3286 <child> | |
3287 <widget class="GtkEntry" id="JoypadBEntry"> | |
3288 <property name="visible">True</property> | |
3289 <property name="can_focus">True</property> | |
3290 <property name="editable">False</property> | |
3291 <property name="visibility">True</property> | |
3292 <property name="max_length">0</property> | |
3293 <property name="text" translatable="yes"></property> | |
3294 <property name="has_frame">True</property> | |
3295 <property name="invisible_char" translatable="yes">*</property> | |
3296 <property name="activates_default">False</property> | |
3297 </widget> | |
3298 <packing> | |
3299 <property name="left_attach">1</property> | |
3300 <property name="right_attach">2</property> | |
3301 <property name="top_attach">5</property> | |
3302 <property name="bottom_attach">6</property> | |
3303 <property name="x_options">fill</property> | |
3304 <property name="y_options">expand</property> | |
3305 </packing> | |
3306 </child> | |
3307 | |
3308 <child> | |
3309 <widget class="GtkEntry" id="JoypadLEntry"> | |
3310 <property name="visible">True</property> | |
3311 <property name="can_focus">True</property> | |
3312 <property name="editable">False</property> | |
3313 <property name="visibility">True</property> | |
3314 <property name="max_length">0</property> | |
3315 <property name="text" translatable="yes"></property> | |
3316 <property name="has_frame">True</property> | |
3317 <property name="invisible_char" translatable="yes">*</property> | |
3318 <property name="activates_default">False</property> | |
3319 </widget> | |
3320 <packing> | |
3321 <property name="left_attach">1</property> | |
3322 <property name="right_attach">2</property> | |
3323 <property name="top_attach">6</property> | |
3324 <property name="bottom_attach">7</property> | |
3325 <property name="x_options">fill</property> | |
3326 <property name="y_options">expand</property> | |
3327 </packing> | |
3328 </child> | |
3329 | |
3330 <child> | |
3331 <widget class="GtkEntry" id="JoypadREntry"> | |
3332 <property name="visible">True</property> | |
3333 <property name="can_focus">True</property> | |
3334 <property name="editable">False</property> | |
3335 <property name="visibility">True</property> | |
3336 <property name="max_length">0</property> | |
3337 <property name="text" translatable="yes"></property> | |
3338 <property name="has_frame">True</property> | |
3339 <property name="invisible_char" translatable="yes">*</property> | |
3340 <property name="activates_default">False</property> | |
3341 </widget> | |
3342 <packing> | |
3343 <property name="left_attach">1</property> | |
3344 <property name="right_attach">2</property> | |
3345 <property name="top_attach">7</property> | |
3346 <property name="bottom_attach">8</property> | |
3347 <property name="x_options">fill</property> | |
3348 <property name="y_options">expand</property> | |
3349 </packing> | |
3350 </child> | |
3351 | |
3352 <child> | |
3353 <widget class="GtkEntry" id="JoypadSelectEntry"> | |
3354 <property name="visible">True</property> | |
3355 <property name="can_focus">True</property> | |
3356 <property name="editable">False</property> | |
3357 <property name="visibility">True</property> | |
3358 <property name="max_length">0</property> | |
3359 <property name="text" translatable="yes"></property> | |
3360 <property name="has_frame">True</property> | |
3361 <property name="invisible_char" translatable="yes">*</property> | |
3362 <property name="activates_default">False</property> | |
3363 </widget> | |
3364 <packing> | |
3365 <property name="left_attach">1</property> | |
3366 <property name="right_attach">2</property> | |
3367 <property name="top_attach">8</property> | |
3368 <property name="bottom_attach">9</property> | |
3369 <property name="x_options">fill</property> | |
3370 <property name="y_options">expand</property> | |
3371 </packing> | |
3372 </child> | |
3373 | |
3374 <child> | |
3375 <widget class="GtkEntry" id="JoypadStartEntry"> | |
3376 <property name="visible">True</property> | |
3377 <property name="can_focus">True</property> | |
3378 <property name="editable">False</property> | |
3379 <property name="visibility">True</property> | |
3380 <property name="max_length">0</property> | |
3381 <property name="text" translatable="yes"></property> | |
3382 <property name="has_frame">True</property> | |
3383 <property name="invisible_char" translatable="yes">*</property> | |
3384 <property name="activates_default">False</property> | |
3385 </widget> | |
3386 <packing> | |
3387 <property name="left_attach">1</property> | |
3388 <property name="right_attach">2</property> | |
3389 <property name="top_attach">9</property> | |
3390 <property name="bottom_attach">10</property> | |
3391 <property name="x_options">fill</property> | |
3392 <property name="y_options">expand</property> | |
3393 </packing> | |
3394 </child> | |
3395 | |
3396 <child> | |
3397 <widget class="GtkEntry" id="JoypadSpeedEntry"> | |
3398 <property name="visible">True</property> | |
3399 <property name="can_focus">True</property> | |
3400 <property name="editable">False</property> | |
3401 <property name="visibility">True</property> | |
3402 <property name="max_length">0</property> | |
3403 <property name="text" translatable="yes"></property> | |
3404 <property name="has_frame">True</property> | |
3405 <property name="invisible_char" translatable="yes">*</property> | |
3406 <property name="activates_default">False</property> | |
3407 </widget> | |
3408 <packing> | |
3409 <property name="left_attach">1</property> | |
3410 <property name="right_attach">2</property> | |
3411 <property name="top_attach">10</property> | |
3412 <property name="bottom_attach">11</property> | |
3413 <property name="x_options">fill</property> | |
3414 <property name="y_options">expand</property> | |
3415 </packing> | |
3416 </child> | |
3417 | |
3418 <child> | |
3419 <widget class="GtkEntry" id="JoypadCaptureEntry"> | |
3420 <property name="visible">True</property> | |
3421 <property name="can_focus">True</property> | |
3422 <property name="editable">False</property> | |
3423 <property name="visibility">True</property> | |
3424 <property name="max_length">0</property> | |
3425 <property name="text" translatable="yes"></property> | |
3426 <property name="has_frame">True</property> | |
3427 <property name="invisible_char" translatable="yes">*</property> | |
3428 <property name="activates_default">False</property> | |
3429 </widget> | |
3430 <packing> | |
3431 <property name="left_attach">1</property> | |
3432 <property name="right_attach">2</property> | |
3433 <property name="top_attach">11</property> | |
3434 <property name="bottom_attach">12</property> | |
3435 <property name="x_options">fill</property> | |
3436 <property name="y_options">expand</property> | |
3437 </packing> | |
3438 </child> | |
3439 | |
3440 <child> | |
3441 <widget class="GtkLabel" id="label11"> | |
3442 <property name="visible">True</property> | |
3443 <property name="label" translatable="yes">Up : </property> | |
3444 <property name="use_underline">False</property> | |
3445 <property name="use_markup">False</property> | |
3446 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3447 <property name="wrap">False</property> | |
3448 <property name="selectable">False</property> | |
3449 <property name="xalign">1</property> | |
3450 <property name="yalign">0.5</property> | |
3451 <property name="xpad">0</property> | |
3452 <property name="ypad">0</property> | |
3453 </widget> | |
3454 <packing> | |
3455 <property name="left_attach">0</property> | |
3456 <property name="right_attach">1</property> | |
3457 <property name="top_attach">0</property> | |
3458 <property name="bottom_attach">1</property> | |
3459 <property name="x_options">fill</property> | |
3460 <property name="y_options">expand</property> | |
3461 </packing> | |
3462 </child> | |
3463 </widget> | |
3464 </child> | |
3465 </widget> | |
3466 <packing> | |
3467 <property name="padding">0</property> | |
3468 <property name="expand">True</property> | |
3469 <property name="fill">True</property> | |
3470 </packing> | |
3471 </child> | |
3472 </widget> | |
3473 </child> | |
3474 </widget> | |
3475 | |
3476 <widget class="GtkDialog" id="TcpPortDialog"> | |
3477 <property name="title" translatable="yes">TCP port</property> | |
3478 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
3479 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
3480 <property name="modal">False</property> | |
3481 <property name="resizable">True</property> | |
3482 <property name="destroy_with_parent">True</property> | |
3483 <property name="skip_taskbar_hint">False</property> | |
3484 <property name="skip_pager_hint">False</property> | |
3485 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
3486 <property name="has_separator">True</property> | |
3487 | |
3488 <child internal-child="vbox"> | |
3489 <widget class="GtkVBox" id="dialog-vbox5"> | |
3490 <property name="visible">True</property> | |
3491 <property name="homogeneous">False</property> | |
3492 <property name="spacing">0</property> | |
3493 | |
3494 <child internal-child="action_area"> | |
3495 <widget class="GtkHButtonBox" id="dialog-action_area5"> | |
3496 <property name="visible">True</property> | |
3497 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
3498 | |
3499 <child> | |
3500 <widget class="GtkButton" id="cancelbutton4"> | |
3501 <property name="visible">True</property> | |
3502 <property name="can_default">True</property> | |
3503 <property name="can_focus">True</property> | |
3504 <property name="label">gtk-cancel</property> | |
3505 <property name="use_stock">True</property> | |
3506 <property name="relief">GTK_RELIEF_NORMAL</property> | |
3507 <property name="response_id">-6</property> | |
3508 </widget> | |
3509 </child> | |
3510 | |
3511 <child> | |
3512 <widget class="GtkButton" id="okbutton4"> | |
3513 <property name="visible">True</property> | |
3514 <property name="can_default">True</property> | |
3515 <property name="can_focus">True</property> | |
3516 <property name="label">gtk-ok</property> | |
3517 <property name="use_stock">True</property> | |
3518 <property name="relief">GTK_RELIEF_NORMAL</property> | |
3519 <property name="response_id">-5</property> | |
3520 </widget> | |
3521 </child> | |
3522 </widget> | |
3523 <packing> | |
3524 <property name="padding">0</property> | |
3525 <property name="expand">False</property> | |
3526 <property name="fill">True</property> | |
3527 <property name="pack_type">GTK_PACK_END</property> | |
3528 </packing> | |
3529 </child> | |
3530 | |
3531 <child> | |
3532 <widget class="GtkAlignment" id="alignment3"> | |
3533 <property name="visible">True</property> | |
3534 <property name="xalign">0.5</property> | |
3535 <property name="yalign">0.5</property> | |
3536 <property name="xscale">0</property> | |
3537 <property name="yscale">0</property> | |
3538 | |
3539 <child> | |
3540 <widget class="GtkHBox" id="hbox2"> | |
3541 <property name="visible">True</property> | |
3542 <property name="homogeneous">False</property> | |
3543 <property name="spacing">0</property> | |
3544 | |
3545 <child> | |
3546 <widget class="GtkLabel" id="label23"> | |
3547 <property name="visible">True</property> | |
3548 <property name="label" translatable="yes">Port : </property> | |
3549 <property name="use_underline">False</property> | |
3550 <property name="use_markup">False</property> | |
3551 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3552 <property name="wrap">False</property> | |
3553 <property name="selectable">False</property> | |
3554 <property name="xalign">1</property> | |
3555 <property name="yalign">0.5</property> | |
3556 <property name="xpad">0</property> | |
3557 <property name="ypad">0</property> | |
3558 </widget> | |
3559 <packing> | |
3560 <property name="padding">0</property> | |
3561 <property name="expand">True</property> | |
3562 <property name="fill">True</property> | |
3563 </packing> | |
3564 </child> | |
3565 | |
3566 <child> | |
3567 <widget class="GtkSpinButton" id="TcpPortSpin"> | |
3568 <property name="visible">True</property> | |
3569 <property name="can_focus">True</property> | |
3570 <property name="climb_rate">1</property> | |
3571 <property name="digits">0</property> | |
3572 <property name="numeric">True</property> | |
3573 <property name="update_policy">GTK_UPDATE_ALWAYS</property> | |
3574 <property name="snap_to_ticks">True</property> | |
3575 <property name="wrap">True</property> | |
3576 <property name="adjustment">55555 1 65535 1 100 100</property> | |
3577 </widget> | |
3578 <packing> | |
3579 <property name="padding">0</property> | |
3580 <property name="expand">True</property> | |
3581 <property name="fill">True</property> | |
3582 </packing> | |
3583 </child> | |
3584 </widget> | |
3585 </child> | |
3586 </widget> | |
3587 <packing> | |
3588 <property name="padding">0</property> | |
3589 <property name="expand">True</property> | |
3590 <property name="fill">True</property> | |
3591 </packing> | |
3592 </child> | |
3593 </widget> | |
3594 </child> | |
3595 </widget> | |
3596 | |
3597 </glade-interface> |