]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/matita.glade
6d4b5967209bb58831d39c8f8e8b5895f6e36a26
[helm.git] / matita / matita / matita.glade
1 <?xml version="1.0"?>
2 <glade-interface>
3   <!-- interface-requires gtk+ 2.6 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <widget class="GtkWindow" id="BrowserWin">
6     <property name="width_request">500</property>
7     <property name="height_request">480</property>
8     <property name="visible">True</property>
9     <property name="title" translatable="yes">Cic browser</property>
10     <property name="window_position">center-on-parent</property>
11     <property name="default_width">500</property>
12     <property name="default_height">480</property>
13     <property name="destroy_with_parent">True</property>
14     <child>
15       <widget class="GtkEventBox" id="BrowserWinEventBox">
16         <property name="visible">True</property>
17         <child>
18           <widget class="GtkVBox" id="BrowserVBox">
19             <property name="visible">True</property>
20             <property name="orientation">vertical</property>
21             <child>
22               <widget class="GtkMenuBar" id="menubar2">
23                 <property name="visible">True</property>
24                 <child>
25                   <widget class="GtkMenuItem" id="BrowserFileMenu">
26                     <property name="visible">True</property>
27                     <property name="label" translatable="yes">_File</property>
28                     <property name="use_underline">True</property>
29                     <child>
30                       <widget class="GtkMenu" id="BrowserFileMenu_menu">
31                         <child>
32                           <widget class="GtkImageMenuItem" id="BrowserNewMenuItem">
33                             <property name="label">gtk-new</property>
34                             <property name="visible">True</property>
35                             <property name="use_underline">True</property>
36                             <property name="use_stock">True</property>
37                           </widget>
38                         </child>
39                         <child>
40                           <widget class="GtkMenuItem" id="BrowserUrlMenuItem">
41                             <property name="visible">True</property>
42                             <property name="label" translatable="yes">Open _Location ...</property>
43                             <property name="use_underline">True</property>
44                             <accelerator key="L" signal="activate" modifiers="GDK_CONTROL_MASK"/>
45                           </widget>
46                         </child>
47                         <child>
48                           <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
49                             <property name="visible">True</property>
50                           </widget>
51                         </child>
52                         <child>
53                           <widget class="GtkImageMenuItem" id="BrowserCloseMenuItem">
54                             <property name="label">gtk-close</property>
55                             <property name="visible">True</property>
56                             <property name="use_underline">True</property>
57                             <property name="use_stock">True</property>
58                           </widget>
59                         </child>
60                       </widget>
61                     </child>
62                   </widget>
63                 </child>
64                 <child>
65                   <widget class="GtkMenuItem" id="BrowserEditMenu">
66                     <property name="visible">True</property>
67                     <property name="label" translatable="yes">_Edit</property>
68                     <property name="use_underline">True</property>
69                     <child>
70                       <widget class="GtkMenu" id="BrowserEditMenu_menu">
71                         <child>
72                           <widget class="GtkImageMenuItem" id="BrowserCopyMenuItem">
73                             <property name="label">gtk-copy</property>
74                             <property name="visible">True</property>
75                             <property name="use_underline">True</property>
76                             <property name="use_stock">True</property>
77                           </widget>
78                         </child>
79                       </widget>
80                     </child>
81                   </widget>
82                 </child>
83               </widget>
84               <packing>
85                 <property name="expand">False</property>
86                 <property name="fill">False</property>
87                 <property name="position">0</property>
88               </packing>
89             </child>
90             <child>
91               <widget class="GtkFrame" id="frame2">
92                 <property name="visible">True</property>
93                 <property name="label_xalign">0</property>
94                 <property name="label_yalign">0</property>
95                 <property name="shadow_type">none</property>
96                 <child>
97                   <widget class="GtkHBox" id="BrowserHBox">
98                     <property name="visible">True</property>
99                     <child>
100                       <widget class="GtkButton" id="BrowserNewButton">
101                         <property name="visible">True</property>
102                         <property name="can_focus">True</property>
103                         <property name="receives_default">False</property>
104                         <property name="relief">none</property>
105                         <child>
106                           <widget class="GtkImage" id="image303">
107                             <property name="visible">True</property>
108                             <property name="stock">gtk-new</property>
109                           </widget>
110                         </child>
111                       </widget>
112                       <packing>
113                         <property name="expand">False</property>
114                         <property name="fill">False</property>
115                         <property name="position">0</property>
116                       </packing>
117                     </child>
118                     <child>
119                       <widget class="GtkButton" id="BrowserBackButton">
120                         <property name="visible">True</property>
121                         <property name="can_focus">True</property>
122                         <property name="receives_default">False</property>
123                         <property name="relief">none</property>
124                         <child>
125                           <widget class="GtkImage" id="image304">
126                             <property name="visible">True</property>
127                             <property name="stock">gtk-go-back</property>
128                           </widget>
129                         </child>
130                       </widget>
131                       <packing>
132                         <property name="expand">False</property>
133                         <property name="fill">False</property>
134                         <property name="position">1</property>
135                       </packing>
136                     </child>
137                     <child>
138                       <widget class="GtkButton" id="BrowserForwardButton">
139                         <property name="visible">True</property>
140                         <property name="can_focus">True</property>
141                         <property name="receives_default">False</property>
142                         <property name="relief">none</property>
143                         <child>
144                           <widget class="GtkImage" id="image305">
145                             <property name="visible">True</property>
146                             <property name="stock">gtk-go-forward</property>
147                           </widget>
148                         </child>
149                       </widget>
150                       <packing>
151                         <property name="expand">False</property>
152                         <property name="fill">False</property>
153                         <property name="position">2</property>
154                       </packing>
155                     </child>
156                     <child>
157                       <widget class="GtkButton" id="BrowserRefreshButton">
158                         <property name="visible">True</property>
159                         <property name="can_focus">True</property>
160                         <property name="can_default">True</property>
161                         <property name="receives_default">False</property>
162                         <property name="tooltip" translatable="yes">refresh</property>
163                         <property name="relief">none</property>
164                         <child>
165                           <widget class="GtkImage" id="image229">
166                             <property name="visible">True</property>
167                             <property name="stock">gtk-refresh</property>
168                           </widget>
169                         </child>
170                       </widget>
171                       <packing>
172                         <property name="expand">False</property>
173                         <property name="fill">False</property>
174                         <property name="position">3</property>
175                       </packing>
176                     </child>
177                     <child>
178                       <widget class="GtkButton" id="BrowserHomeButton">
179                         <property name="visible">True</property>
180                         <property name="can_focus">True</property>
181                         <property name="can_default">True</property>
182                         <property name="receives_default">False</property>
183                         <property name="tooltip" translatable="yes">home</property>
184                         <property name="relief">none</property>
185                         <child>
186                           <widget class="GtkImage" id="image190">
187                             <property name="visible">True</property>
188                             <property name="stock">gtk-home</property>
189                           </widget>
190                         </child>
191                       </widget>
192                       <packing>
193                         <property name="expand">False</property>
194                         <property name="fill">False</property>
195                         <property name="position">4</property>
196                       </packing>
197                     </child>
198                     <child>
199                       <widget class="GtkImage" id="image301">
200                         <property name="visible">True</property>
201                         <property name="stock">gtk-jump-to</property>
202                         <property name="icon-size">2</property>
203                       </widget>
204                       <packing>
205                         <property name="expand">False</property>
206                         <property name="fill">False</property>
207                         <property name="padding">3</property>
208                         <property name="position">5</property>
209                       </packing>
210                     </child>
211                     <child>
212                       <widget class="GtkHBox" id="UriHBox">
213                         <property name="visible">True</property>
214                         <child>
215                           <placeholder/>
216                         </child>
217                       </widget>
218                       <packing>
219                         <property name="position">6</property>
220                       </packing>
221                     </child>
222                   </widget>
223                 </child>
224               </widget>
225               <packing>
226                 <property name="expand">False</property>
227                 <property name="position">1</property>
228               </packing>
229             </child>
230             <child>
231               <widget class="GtkNotebook" id="mathOrListNotebook">
232                 <property name="visible">True</property>
233                 <property name="can_focus">True</property>
234                 <child>
235                   <widget class="GtkScrolledWindow" id="ScrolledBrowser">
236                     <property name="visible">True</property>
237                     <property name="can_focus">True</property>
238                     <property name="hscrollbar_policy">automatic</property>
239                     <property name="vscrollbar_policy">automatic</property>
240                     <child>
241                       <placeholder/>
242                     </child>
243                   </widget>
244                 </child>
245                 <child>
246                   <widget class="GtkLabel" id="mathLabel">
247                     <property name="visible">True</property>
248                     <property name="label" translatable="yes">MathView</property>
249                   </widget>
250                   <packing>
251                     <property name="tab_fill">False</property>
252                     <property name="type">tab</property>
253                   </packing>
254                 </child>
255                 <child>
256                   <widget class="GtkScrolledWindow" id="scrolledwindow9">
257                     <property name="visible">True</property>
258                     <property name="can_focus">True</property>
259                     <property name="hscrollbar_policy">automatic</property>
260                     <property name="vscrollbar_policy">automatic</property>
261                     <property name="shadow_type">in</property>
262                     <child>
263                       <widget class="GtkTreeView" id="whelpResultTreeview">
264                         <property name="visible">True</property>
265                         <property name="can_focus">True</property>
266                         <property name="headers_visible">False</property>
267                       </widget>
268                     </child>
269                   </widget>
270                   <packing>
271                     <property name="position">1</property>
272                   </packing>
273                 </child>
274                 <child>
275                   <widget class="GtkLabel" id="WhelpResult">
276                     <property name="visible">True</property>
277                     <property name="label" translatable="yes">WhelpResult</property>
278                   </widget>
279                   <packing>
280                     <property name="position">1</property>
281                     <property name="tab_fill">False</property>
282                     <property name="type">tab</property>
283                   </packing>
284                 </child>
285                 <child>
286                   <widget class="GtkScrolledWindow" id="scrolledwindow11">
287                     <property name="visible">True</property>
288                     <property name="can_focus">True</property>
289                     <property name="hscrollbar_policy">automatic</property>
290                     <property name="vscrollbar_policy">automatic</property>
291                     <child>
292                       <widget class="GtkViewport" id="viewport2">
293                         <property name="visible">True</property>
294                         <property name="shadow_type">none</property>
295                         <child>
296                           <widget class="GtkImage" id="BrowserImage">
297                             <property name="visible">True</property>
298                             <property name="stock">gtk-missing-image</property>
299                           </widget>
300                         </child>
301                       </widget>
302                     </child>
303                   </widget>
304                   <packing>
305                     <property name="position">2</property>
306                   </packing>
307                 </child>
308                 <child>
309                   <widget class="GtkLabel" id="EasterEggLabel">
310                     <property name="visible">True</property>
311                     <property name="label" translatable="yes">WhelpEasterEgg</property>
312                   </widget>
313                   <packing>
314                     <property name="position">2</property>
315                     <property name="tab_fill">False</property>
316                     <property name="type">tab</property>
317                   </packing>
318                 </child>
319                 <child>
320                   <widget class="GtkScrolledWindow" id="GraphScrolledWin">
321                     <property name="visible">True</property>
322                     <property name="can_focus">True</property>
323                     <property name="hscrollbar_policy">automatic</property>
324                     <property name="vscrollbar_policy">automatic</property>
325                     <child>
326                       <placeholder/>
327                     </child>
328                   </widget>
329                   <packing>
330                     <property name="position">3</property>
331                   </packing>
332                 </child>
333                 <child>
334                   <widget class="GtkLabel" id="label26">
335                     <property name="visible">True</property>
336                     <property name="label" translatable="yes">Graph</property>
337                   </widget>
338                   <packing>
339                     <property name="position">3</property>
340                     <property name="tab_fill">False</property>
341                     <property name="type">tab</property>
342                   </packing>
343                 </child>
344                 <child>
345                   <widget class="GtkVBox" id="vbox20">
346                     <property name="visible">True</property>
347                     <property name="orientation">vertical</property>
348                     <child>
349                       <widget class="GtkScrolledWindow" id="scrolledwinContent">
350                         <property name="visible">True</property>
351                         <property name="can_focus">True</property>
352                         <property name="border_width">3</property>
353                         <property name="hscrollbar_policy">automatic</property>
354                         <property name="vscrollbar_policy">automatic</property>
355                         <property name="shadow_type">in</property>
356                         <child>
357                           <placeholder/>
358                         </child>
359                       </widget>
360                       <packing>
361                         <property name="position">0</property>
362                       </packing>
363                     </child>
364                     <child>
365                       <widget class="GtkHBox" id="hbox35">
366                         <property name="visible">True</property>
367                         <property name="border_width">4</property>
368                         <property name="spacing">4</property>
369                         <child>
370                           <widget class="GtkVBox" id="vbox22">
371                             <property name="visible">True</property>
372                             <property name="orientation">vertical</property>
373                             <child>
374                               <placeholder/>
375                             </child>
376                             <child>
377                               <placeholder/>
378                             </child>
379                           </widget>
380                           <packing>
381                             <property name="position">0</property>
382                           </packing>
383                         </child>
384                         <child>
385                           <widget class="GtkEntry" id="entrySearch">
386                             <property name="visible">True</property>
387                             <property name="can_focus">True</property>
388                             <property name="has_focus">True</property>
389                           </widget>
390                           <packing>
391                             <property name="position">1</property>
392                           </packing>
393                         </child>
394                         <child>
395                           <widget class="GtkButton" id="buttonSearch">
396                             <property name="visible">True</property>
397                             <property name="can_focus">True</property>
398                             <property name="receives_default">False</property>
399                             <child>
400                               <widget class="GtkAlignment" id="alignment21">
401                                 <property name="visible">True</property>
402                                 <property name="xscale">0</property>
403                                 <property name="yscale">0</property>
404                                 <child>
405                                   <widget class="GtkHBox" id="hbox36">
406                                     <property name="visible">True</property>
407                                     <property name="spacing">2</property>
408                                     <child>
409                                       <widget class="GtkImage" id="image1068">
410                                         <property name="visible">True</property>
411                                         <property name="stock">gtk-find</property>
412                                       </widget>
413                                       <packing>
414                                         <property name="expand">False</property>
415                                         <property name="fill">False</property>
416                                         <property name="position">0</property>
417                                       </packing>
418                                     </child>
419                                     <child>
420                                       <widget class="GtkLabel" id="label32">
421                                         <property name="visible">True</property>
422                                         <property name="label" translatable="yes">Search</property>
423                                         <property name="use_underline">True</property>
424                                       </widget>
425                                       <packing>
426                                         <property name="expand">False</property>
427                                         <property name="fill">False</property>
428                                         <property name="position">1</property>
429                                       </packing>
430                                     </child>
431                                   </widget>
432                                 </child>
433                               </widget>
434                             </child>
435                           </widget>
436                           <packing>
437                             <property name="expand">False</property>
438                             <property name="fill">False</property>
439                             <property name="position">2</property>
440                           </packing>
441                         </child>
442                       </widget>
443                       <packing>
444                         <property name="expand">False</property>
445                         <property name="position">1</property>
446                       </packing>
447                     </child>
448                   </widget>
449                   <packing>
450                     <property name="position">4</property>
451                   </packing>
452                 </child>
453                 <child>
454                   <widget class="GtkLabel" id="SearchText">
455                     <property name="visible">True</property>
456                     <property name="label" translatable="yes">SearchText</property>
457                   </widget>
458                   <packing>
459                     <property name="position">4</property>
460                     <property name="tab_fill">False</property>
461                     <property name="type">tab</property>
462                   </packing>
463                 </child>
464               </widget>
465               <packing>
466                 <property name="position">3</property>
467               </packing>
468             </child>
469           </widget>
470         </child>
471       </widget>
472     </child>
473   </widget>
474   <widget class="GtkDialog" id="ConfirmationDialog">
475     <property name="title" translatable="yes">DUMMY</property>
476     <property name="resizable">False</property>
477     <property name="modal">True</property>
478     <property name="window_position">center</property>
479     <property name="type_hint">dialog</property>
480     <child internal-child="vbox">
481       <widget class="GtkVBox" id="dialog-vbox1">
482         <property name="visible">True</property>
483         <property name="orientation">vertical</property>
484         <child>
485           <widget class="GtkLabel" id="ConfirmationDialogLabel">
486             <property name="visible">True</property>
487             <property name="label" translatable="yes">DUMMY</property>
488             <property name="justify">center</property>
489           </widget>
490           <packing>
491             <property name="expand">False</property>
492             <property name="fill">False</property>
493             <property name="position">2</property>
494           </packing>
495         </child>
496         <child internal-child="action_area">
497           <widget class="GtkHButtonBox" id="dialog-action_area1">
498             <property name="visible">True</property>
499             <property name="layout_style">end</property>
500             <child>
501               <widget class="GtkButton" id="ConfirmationDialogCancelButton">
502                 <property name="label">gtk-cancel</property>
503                 <property name="response_id">-6</property>
504                 <property name="visible">True</property>
505                 <property name="can_focus">True</property>
506                 <property name="can_default">True</property>
507                 <property name="receives_default">False</property>
508                 <property name="use_stock">True</property>
509               </widget>
510               <packing>
511                 <property name="expand">False</property>
512                 <property name="fill">False</property>
513                 <property name="position">0</property>
514               </packing>
515             </child>
516             <child>
517               <widget class="GtkButton" id="ConfirmationDialogOkButton">
518                 <property name="label">gtk-ok</property>
519                 <property name="response_id">-5</property>
520                 <property name="visible">True</property>
521                 <property name="can_focus">True</property>
522                 <property name="can_default">True</property>
523                 <property name="receives_default">False</property>
524                 <property name="use_stock">True</property>
525               </widget>
526               <packing>
527                 <property name="expand">False</property>
528                 <property name="fill">False</property>
529                 <property name="position">1</property>
530               </packing>
531             </child>
532           </widget>
533           <packing>
534             <property name="expand">False</property>
535             <property name="pack_type">end</property>
536             <property name="position">0</property>
537           </packing>
538         </child>
539       </widget>
540     </child>
541   </widget>
542   <widget class="GtkDialog" id="EmptyDialog">
543     <property name="visible">True</property>
544     <property name="title" translatable="yes">DUMMY</property>
545     <property name="type_hint">dialog</property>
546     <child internal-child="vbox">
547       <widget class="GtkVBox" id="EmptyDialogVBox">
548         <property name="visible">True</property>
549         <property name="orientation">vertical</property>
550         <child>
551           <widget class="GtkLabel" id="EmptyDialogLabel">
552             <property name="visible">True</property>
553             <property name="label" translatable="yes">DUMMY</property>
554           </widget>
555           <packing>
556             <property name="expand">False</property>
557             <property name="fill">False</property>
558             <property name="position">2</property>
559           </packing>
560         </child>
561         <child>
562           <placeholder/>
563         </child>
564         <child internal-child="action_area">
565           <widget class="GtkHButtonBox" id="dialog-action_area5">
566             <property name="visible">True</property>
567             <property name="layout_style">end</property>
568             <child>
569               <widget class="GtkButton" id="EmptyDialogCancelButton">
570                 <property name="label">gtk-cancel</property>
571                 <property name="response_id">-6</property>
572                 <property name="visible">True</property>
573                 <property name="can_focus">True</property>
574                 <property name="can_default">True</property>
575                 <property name="receives_default">False</property>
576                 <property name="use_stock">True</property>
577               </widget>
578               <packing>
579                 <property name="expand">False</property>
580                 <property name="fill">False</property>
581                 <property name="position">0</property>
582               </packing>
583             </child>
584             <child>
585               <widget class="GtkButton" id="EmptyDialogOkButton">
586                 <property name="label">gtk-ok</property>
587                 <property name="response_id">-5</property>
588                 <property name="visible">True</property>
589                 <property name="can_focus">True</property>
590                 <property name="can_default">True</property>
591                 <property name="receives_default">False</property>
592                 <property name="use_stock">True</property>
593               </widget>
594               <packing>
595                 <property name="expand">False</property>
596                 <property name="fill">False</property>
597                 <property name="position">1</property>
598               </packing>
599             </child>
600           </widget>
601           <packing>
602             <property name="expand">False</property>
603             <property name="pack_type">end</property>
604             <property name="position">0</property>
605           </packing>
606         </child>
607       </widget>
608     </child>
609   </widget>
610   <widget class="GtkFileSelection" id="FileSelectionWin">
611     <property name="border_width">10</property>
612     <property name="title" translatable="yes">Select File</property>
613     <property name="modal">True</property>
614     <property name="window_position">center</property>
615     <property name="type_hint">dialog</property>
616     <child internal-child="cancel_button">
617       <widget class="GtkButton" id="fileSelCancelButton">
618         <property name="visible">True</property>
619         <property name="can_focus">True</property>
620         <property name="can_default">True</property>
621         <property name="receives_default">False</property>
622       </widget>
623     </child>
624     <child internal-child="ok_button">
625       <widget class="GtkButton" id="fileSelOkButton">
626         <property name="visible">True</property>
627         <property name="can_focus">True</property>
628         <property name="can_default">True</property>
629         <property name="receives_default">False</property>
630       </widget>
631     </child>
632   </widget>
633   <widget class="GtkWindow" id="MainWin">
634     <property name="title" translatable="yes">Matita</property>
635     <child>
636       <widget class="GtkEventBox" id="MainWinEventBox">
637         <property name="visible">True</property>
638         <child>
639           <widget class="GtkVBox" id="vbox8">
640             <property name="visible">True</property>
641             <property name="orientation">vertical</property>
642             <child>
643               <widget class="GtkHandleBox" id="menuBarHandleBox">
644                 <property name="visible">True</property>
645                 <child>
646                   <widget class="GtkMenuBar" id="menubar1">
647                     <property name="visible">True</property>
648                     <child>
649                       <widget class="GtkMenuItem" id="fileMenu">
650                         <property name="visible">True</property>
651                         <property name="label" translatable="yes">_File</property>
652                         <property name="use_underline">True</property>
653                         <child>
654                           <widget class="GtkMenu" id="fileMenu_menu">
655                             <child>
656                               <widget class="GtkImageMenuItem" id="newMenuItem">
657                                 <property name="label">gtk-new</property>
658                                 <property name="visible">True</property>
659                                 <property name="use_underline">True</property>
660                                 <property name="use_stock">True</property>
661                                 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
662                               </widget>
663                             </child>
664                             <child>
665                               <widget class="GtkImageMenuItem" id="openMenuItem">
666                                 <property name="label">gtk-open</property>
667                                 <property name="visible">True</property>
668                                 <property name="use_underline">True</property>
669                                 <property name="use_stock">True</property>
670                                 <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/>
671                               </widget>
672                             </child>
673                             <child>
674                               <widget class="GtkImageMenuItem" id="saveMenuItem">
675                                 <property name="label">gtk-save</property>
676                                 <property name="visible">True</property>
677                                 <property name="use_underline">True</property>
678                                 <property name="use_stock">True</property>
679                                 <accelerator key="s" signal="activate" modifiers="GDK_CONTROL_MASK"/>
680                               </widget>
681                             </child>
682                             <child>
683                               <widget class="GtkImageMenuItem" id="saveAsMenuItem">
684                                 <property name="label">gtk-save-as</property>
685                                 <property name="visible">True</property>
686                                 <property name="use_underline">True</property>
687                                 <property name="use_stock">True</property>
688                                 <accelerator key="s" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
689                               </widget>
690                             </child>
691                             <child>
692                               <widget class="GtkSeparatorMenuItem" id="separator2">
693                                 <property name="visible">True</property>
694                               </widget>
695                             </child>
696                             <child>
697                               <widget class="GtkImageMenuItem" id="quitMenuItem">
698                                 <property name="label">gtk-quit</property>
699                                 <property name="visible">True</property>
700                                 <property name="use_underline">True</property>
701                                 <property name="use_stock">True</property>
702                                 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
703                               </widget>
704                             </child>
705                           </widget>
706                         </child>
707                       </widget>
708                     </child>
709                     <child>
710                       <widget class="GtkMenuItem" id="editMenu">
711                         <property name="visible">True</property>
712                         <property name="label" translatable="yes">_Edit</property>
713                         <property name="use_underline">True</property>
714                         <child>
715                           <widget class="GtkMenu" id="editMenu_menu">
716                             <child>
717                               <widget class="GtkImageMenuItem" id="undoMenuItem">
718                                 <property name="label">gtk-undo</property>
719                                 <property name="visible">True</property>
720                                 <property name="sensitive">False</property>
721                                 <property name="use_underline">True</property>
722                                 <property name="use_stock">True</property>
723                                 <accelerator key="z" signal="activate" modifiers="GDK_CONTROL_MASK"/>
724                               </widget>
725                             </child>
726                             <child>
727                               <widget class="GtkImageMenuItem" id="redoMenuItem">
728                                 <property name="label">gtk-redo</property>
729                                 <property name="visible">True</property>
730                                 <property name="sensitive">False</property>
731                                 <property name="use_underline">True</property>
732                                 <property name="use_stock">True</property>
733                                 <accelerator key="z" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
734                               </widget>
735                             </child>
736                             <child>
737                               <widget class="GtkSeparatorMenuItem" id="separator3">
738                                 <property name="visible">True</property>
739                               </widget>
740                             </child>
741                             <child>
742                               <widget class="GtkImageMenuItem" id="cutMenuItem">
743                                 <property name="label">gtk-cut</property>
744                                 <property name="visible">True</property>
745                                 <property name="use_underline">True</property>
746                                 <property name="use_stock">True</property>
747                                 <accelerator key="x" signal="activate" modifiers="GDK_CONTROL_MASK"/>
748                               </widget>
749                             </child>
750                             <child>
751                               <widget class="GtkImageMenuItem" id="copyMenuItem">
752                                 <property name="label">gtk-copy</property>
753                                 <property name="visible">True</property>
754                                 <property name="use_underline">True</property>
755                                 <property name="use_stock">True</property>
756                                 <accelerator key="c" signal="activate" modifiers="GDK_CONTROL_MASK"/>
757                               </widget>
758                             </child>
759                             <child>
760                               <widget class="GtkImageMenuItem" id="pasteMenuItem">
761                                 <property name="label">gtk-paste</property>
762                                 <property name="visible">True</property>
763                                 <property name="use_underline">True</property>
764                                 <property name="use_stock">True</property>
765                                 <accelerator key="v" signal="activate" modifiers="GDK_CONTROL_MASK"/>
766                               </widget>
767                             </child>
768                             <child>
769                               <widget class="GtkMenuItem" id="pastePatternMenuItem">
770                                 <property name="visible">True</property>
771                                 <property name="label" translatable="yes">Paste as pattern</property>
772                                 <property name="use_underline">True</property>
773                               </widget>
774                             </child>
775                             <child>
776                               <widget class="GtkCheckMenuItem" id="unicodeAsTexMenuItem">
777                                 <property name="visible">True</property>
778                                 <property name="label" translatable="yes">Paste Unicode as TeX</property>
779                                 <property name="use_underline">True</property>
780                               </widget>
781                             </child>
782                             <child>
783                               <widget class="GtkCheckMenuItem" id="menuitemAutoAltL">
784                                 <property name="visible">True</property>
785                                 <property name="tooltip" translatable="yes">Automatically expands TeX macros to their corresponding UTF-8 symbol</property>
786                                 <property name="label" translatable="yes">Auto-expand TeX Macros</property>
787                                 <property name="use_underline">True</property>
788                                 <property name="active">True</property>
789                               </widget>
790                             </child>
791                             <child>
792                               <widget class="GtkImageMenuItem" id="deleteMenuItem">
793                                 <property name="label">gtk-delete</property>
794                                 <property name="visible">True</property>
795                                 <property name="use_underline">True</property>
796                                 <property name="use_stock">True</property>
797                               </widget>
798                             </child>
799                             <child>
800                               <widget class="GtkSeparatorMenuItem" id="separator4">
801                                 <property name="visible">True</property>
802                               </widget>
803                             </child>
804                             <child>
805                               <widget class="GtkMenuItem" id="selectAllMenuItem">
806                                 <property name="visible">True</property>
807                                 <property name="label" translatable="yes">Select _All</property>
808                                 <property name="use_underline">True</property>
809                               </widget>
810                             </child>
811                             <child>
812                               <widget class="GtkSeparatorMenuItem" id="separator7">
813                                 <property name="visible">True</property>
814                               </widget>
815                             </child>
816                             <child>
817                               <widget class="GtkImageMenuItem" id="findReplMenuItem">
818                                 <property name="label">gtk-find-and-replace</property>
819                                 <property name="visible">True</property>
820                                 <property name="use_underline">True</property>
821                                 <property name="use_stock">True</property>
822                                 <accelerator key="f" signal="activate" modifiers="GDK_CONTROL_MASK"/>
823                               </widget>
824                             </child>
825                             <child>
826                               <widget class="GtkSeparatorMenuItem" id="separator8">
827                                 <property name="visible">True</property>
828                               </widget>
829                             </child>
830                             <child>
831                               <widget class="GtkMenuItem" id="LigatureButton">
832                                 <property name="visible">True</property>
833                                 <property name="label" translatable="yes">Next ligature</property>
834                                 <property name="use_underline">True</property>
835                                 <accelerator key="l" signal="activate" modifiers="GDK_MOD1_MASK"/>
836                               </widget>
837                             </child>
838                             <child>
839                               <widget class="GtkMenuItem" id="externalEditorMenuItem">
840                                 <property name="visible">True</property>
841                                 <property name="label" translatable="yes">Edit with e_xternal editor</property>
842                                 <property name="use_underline">True</property>
843                               </widget>
844                             </child>
845                           </widget>
846                         </child>
847                       </widget>
848                     </child>
849                     <child>
850                       <widget class="GtkMenuItem" id="scriptMenu">
851                         <property name="visible">True</property>
852                         <property name="label" translatable="yes">_Script</property>
853                         <property name="use_underline">True</property>
854                         <child>
855                           <widget class="GtkMenu" id="scriptMenu_menu">
856                             <child>
857                               <widget class="GtkImageMenuItem" id="scriptAdvanceMenuItem">
858                                 <property name="label">gtk-go-down</property>
859                                 <property name="visible">True</property>
860                                 <property name="use_underline">True</property>
861                                 <property name="use_stock">True</property>
862                                 <accelerator key="Page_Down" signal="activate" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
863                               </widget>
864                             </child>
865                             <child>
866                               <widget class="GtkImageMenuItem" id="scriptRetractMenuItem">
867                                 <property name="label">gtk-go-up</property>
868                                 <property name="visible">True</property>
869                                 <property name="use_underline">True</property>
870                                 <property name="use_stock">True</property>
871                                 <accelerator key="Page_Up" signal="activate" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
872                               </widget>
873                             </child>
874                             <child>
875                               <widget class="GtkSeparatorMenuItem" id="separator9">
876                                 <property name="visible">True</property>
877                               </widget>
878                             </child>
879                             <child>
880                               <widget class="GtkImageMenuItem" id="scriptBottomMenuItem">
881                                 <property name="label">gtk-goto-bottom</property>
882                                 <property name="visible">True</property>
883                                 <property name="use_underline">True</property>
884                                 <property name="use_stock">True</property>
885                                 <accelerator key="End" signal="activate" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
886                               </widget>
887                             </child>
888                             <child>
889                               <widget class="GtkImageMenuItem" id="scriptTopMenuItem">
890                                 <property name="label">gtk-goto-top</property>
891                                 <property name="visible">True</property>
892                                 <property name="use_underline">True</property>
893                                 <property name="use_stock">True</property>
894                                 <accelerator key="Home" signal="activate" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
895                               </widget>
896                             </child>
897                             <child>
898                               <widget class="GtkSeparatorMenuItem" id="separator10">
899                                 <property name="visible">True</property>
900                               </widget>
901                             </child>
902                             <child>
903                               <widget class="GtkImageMenuItem" id="scriptJumpMenuItem">
904                                 <property name="label">gtk-jump-to</property>
905                                 <property name="visible">True</property>
906                                 <property name="use_underline">True</property>
907                                 <property name="use_stock">True</property>
908                                 <accelerator key="period" signal="activate" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
909                               </widget>
910                             </child>
911                           </widget>
912                         </child>
913                       </widget>
914                     </child>
915                     <child>
916                       <widget class="GtkMenuItem" id="viewMenu">
917                         <property name="visible">True</property>
918                         <property name="label" translatable="yes">_View</property>
919                         <property name="use_underline">True</property>
920                         <child>
921                           <widget class="GtkMenu" id="viewMenu_menu">
922                             <child>
923                               <widget class="GtkMenuItem" id="newCicBrowserMenuItem">
924                                 <property name="visible">True</property>
925                                 <property name="label" translatable="yes">New CIC _browser</property>
926                                 <property name="use_underline">True</property>
927                                 <accelerator key="F3" signal="activate"/>
928                               </widget>
929                             </child>
930                             <child>
931                               <widget class="GtkSeparatorMenuItem" id="separator5">
932                                 <property name="visible">True</property>
933                               </widget>
934                             </child>
935                             <child>
936                               <widget class="GtkCheckMenuItem" id="fullscreenMenuItem">
937                                 <property name="visible">True</property>
938                                 <property name="label" translatable="yes">_Fullscreen</property>
939                                 <property name="use_underline">True</property>
940                                 <accelerator key="F11" signal="activate"/>
941                               </widget>
942                             </child>
943                             <child>
944                               <widget class="GtkCheckMenuItem" id="menuitemPalette">
945                                 <property name="visible">True</property>
946                                 <property name="tooltip" translatable="yes">Shows a palette with natural deduction rules</property>
947                                 <property name="label" translatable="yes">Natural deduction palette</property>
948                                 <property name="use_underline">True</property>
949                                 <accelerator key="F2" signal="activate"/>
950                               </widget>
951                             </child>
952                             <child>
953                               <widget class="GtkSeparatorMenuItem" id="separator1">
954                                 <property name="visible">True</property>
955                               </widget>
956                             </child>
957                             <child>
958                               <widget class="GtkImageMenuItem" id="increaseFontSizeMenuItem">
959                                 <property name="label">gtk-zoom-in</property>
960                                 <property name="visible">True</property>
961                                 <property name="use_underline">True</property>
962                                 <property name="use_stock">True</property>
963                                 <accelerator key="plus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
964                               </widget>
965                             </child>
966                             <child>
967                               <widget class="GtkImageMenuItem" id="decreaseFontSizeMenuItem">
968                                 <property name="label">gtk-zoom-out</property>
969                                 <property name="visible">True</property>
970                                 <property name="use_underline">True</property>
971                                 <property name="use_stock">True</property>
972                                 <accelerator key="minus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
973                               </widget>
974                             </child>
975                             <child>
976                               <widget class="GtkImageMenuItem" id="normalFontSizeMenuItem">
977                                 <property name="label">gtk-zoom-100</property>
978                                 <property name="visible">True</property>
979                                 <property name="use_underline">True</property>
980                                 <property name="use_stock">True</property>
981                                 <accelerator key="equal" signal="activate" modifiers="GDK_CONTROL_MASK"/>
982                               </widget>
983                             </child>
984                             <child>
985                               <widget class="GtkSeparatorMenuItem" id="separator12">
986                                 <property name="visible">True</property>
987                               </widget>
988                             </child>
989                             <child>
990                               <widget class="GtkCheckMenuItem" id="ppNotationMenuItem">
991                                 <property name="visible">True</property>
992                                 <property name="label" translatable="yes">Pretty print notation</property>
993                                 <property name="use_underline">True</property>
994                                 <property name="active">True</property>
995                               </widget>
996                             </child>
997                             <child>
998                               <widget class="GtkCheckMenuItem" id="hideCoercionsMenuItem">
999                                 <property name="visible">True</property>
1000                                 <property name="label" translatable="yes">Hide coercions</property>
1001                                 <property name="use_underline">True</property>
1002                                 <property name="active">True</property>
1003                               </widget>
1004                             </child>
1005                             <child>
1006                               <widget class="GtkSeparatorMenuItem" id="separator13">
1007                                 <property name="visible">True</property>
1008                               </widget>
1009                             </child>
1010                             <child>
1011                               <widget class="GtkMenuItem" id="showCoercionsGraphMenuItem">
1012                                 <property name="visible">True</property>
1013                                 <property name="tooltip" translatable="yes">Displays the graph of coercions</property>
1014                                 <property name="label" translatable="yes">Coercions Graph</property>
1015                                 <property name="use_underline">True</property>
1016                               </widget>
1017                             </child>
1018                             <child>
1019                               <widget class="GtkMenuItem" id="showHintsDbMenuItem">
1020                                 <property name="visible">True</property>
1021                                 <property name="tooltip" translatable="yes">Displays the database of hints</property>
1022                                 <property name="label" translatable="yes">Hints database</property>
1023                                 <property name="use_underline">True</property>
1024                               </widget>
1025                             </child>
1026                             <child>
1027                               <widget class="GtkMenuItem" id="showTermGrammarMenuItem">
1028                                 <property name="visible">True</property>
1029                                 <property name="tooltip" translatable="yes">Displays the terms grammar as extended by the user</property>
1030                                 <property name="label" translatable="yes">Terms grammar</property>
1031                                 <property name="use_underline">True</property>
1032                               </widget>
1033                             </child>
1034                             <child>
1035                               <widget class="GtkMenuItem" id="showUnicodeTable">
1036                                 <property name="visible">True</property>
1037                                 <property name="tooltip" translatable="yes">Show the conversion table from TeX like sequences to UTF-8</property>
1038                                 <property name="label" translatable="yes">TeX/UTF-8 table</property>
1039                                 <property name="use_underline">True</property>
1040                               </widget>
1041                             </child>
1042                           </widget>
1043                         </child>
1044                       </widget>
1045                     </child>
1046                     <child>
1047                       <widget class="GtkMenuItem" id="debugMenu">
1048                         <property name="visible">True</property>
1049                         <property name="label" translatable="yes">_Debug</property>
1050                         <property name="use_underline">True</property>
1051                         <child>
1052                           <widget class="GtkMenu" id="debugMenu_menu">
1053                             <child>
1054                               <widget class="GtkSeparatorMenuItem" id="separator6">
1055                                 <property name="visible">True</property>
1056                               </widget>
1057                             </child>
1058                           </widget>
1059                         </child>
1060                       </widget>
1061                     </child>
1062                     <child>
1063                       <widget class="GtkMenuItem" id="helpMenu">
1064                         <property name="visible">True</property>
1065                         <property name="label" translatable="yes">_Help</property>
1066                         <property name="use_underline">True</property>
1067                         <child>
1068                           <widget class="GtkMenu" id="helpMenu_menu">
1069                             <child>
1070                               <widget class="GtkImageMenuItem" id="contentsMenuItem">
1071                                 <property name="label">gtk-help</property>
1072                                 <property name="visible">True</property>
1073                                 <property name="use_underline">True</property>
1074                                 <property name="use_stock">True</property>
1075                                 <accelerator key="F1" signal="activate"/>
1076                               </widget>
1077                             </child>
1078                             <child>
1079                               <widget class="GtkImageMenuItem" id="aboutMenuItem">
1080                                 <property name="label">gtk-about</property>
1081                                 <property name="visible">True</property>
1082                                 <property name="use_underline">True</property>
1083                                 <property name="use_stock">True</property>
1084                               </widget>
1085                             </child>
1086                           </widget>
1087                         </child>
1088                       </widget>
1089                     </child>
1090                   </widget>
1091                 </child>
1092               </widget>
1093               <packing>
1094                 <property name="expand">False</property>
1095                 <property name="fill">False</property>
1096                 <property name="position">0</property>
1097               </packing>
1098             </child>
1099             <child>
1100               <widget class="GtkHBox" id="hbox99">
1101                 <property name="visible">True</property>
1102                 <child>
1103                   <widget class="GtkHPaned" id="hpaneScriptSequent">
1104                     <property name="visible">True</property>
1105                     <property name="can_focus">True</property>
1106                     <child>
1107                       <widget class="GtkHBox" id="hbox18">
1108                         <property name="visible">True</property>
1109                         <property name="spacing">2</property>
1110                         <child>
1111                           <widget class="GtkHandleBox" id="TacticsButtonsHandlebox">
1112                             <property name="visible">True</property>
1113                             <property name="handle_position">top</property>
1114                             <child>
1115                               <widget class="GtkVBox" id="vboxTacticsPalette">
1116                                 <property name="visible">True</property>
1117                                 <property name="orientation">vertical</property>
1118                                 <child>
1119                                   <widget class="GtkExpander" id="expander1">
1120                                     <property name="visible">True</property>
1121                                     <property name="can_focus">True</property>
1122                                     <child>
1123                                       <widget class="GtkVBox" id="vbox1">
1124                                         <property name="visible">True</property>
1125                                         <property name="orientation">vertical</property>
1126                                         <child>
1127                                           <widget class="GtkButton" id="butImpl_intro">
1128                                             <property name="visible">True</property>
1129                                             <property name="can_focus">True</property>
1130                                             <property name="receives_default">True</property>
1131                                             <child>
1132                                               <widget class="GtkLabel" id="label8">
1133                                                 <property name="visible">True</property>
1134                                                 <property name="label" translatable="yes">Implication (&#x21D2;&lt;sub&gt;i&lt;/sub&gt;)</property>
1135                                                 <property name="use_markup">True</property>
1136                                               </widget>
1137                                             </child>
1138                                           </widget>
1139                                           <packing>
1140                                             <property name="position">0</property>
1141                                           </packing>
1142                                         </child>
1143                                         <child>
1144                                           <widget class="GtkButton" id="butAnd_intro">
1145                                             <property name="visible">True</property>
1146                                             <property name="can_focus">True</property>
1147                                             <property name="receives_default">True</property>
1148                                             <child>
1149                                               <widget class="GtkLabel" id="label7">
1150                                                 <property name="visible">True</property>
1151                                                 <property name="label" translatable="yes">Conjunction (&#x2227;&lt;sub&gt;i&lt;/sub&gt;)</property>
1152                                                 <property name="use_markup">True</property>
1153                                               </widget>
1154                                             </child>
1155                                           </widget>
1156                                           <packing>
1157                                             <property name="position">1</property>
1158                                           </packing>
1159                                         </child>
1160                                         <child>
1161                                           <widget class="GtkButton" id="butOr_intro_left">
1162                                             <property name="visible">True</property>
1163                                             <property name="can_focus">True</property>
1164                                             <property name="receives_default">True</property>
1165                                             <child>
1166                                               <widget class="GtkLabel" id="label9">
1167                                                 <property name="visible">True</property>
1168                                                 <property name="label" translatable="yes">Disjunction left (&#x2228;&lt;sub&gt;i-l&lt;/sub&gt;)</property>
1169                                                 <property name="use_markup">True</property>
1170                                               </widget>
1171                                             </child>
1172                                           </widget>
1173                                           <packing>
1174                                             <property name="position">2</property>
1175                                           </packing>
1176                                         </child>
1177                                         <child>
1178                                           <widget class="GtkButton" id="butOr_intro_right">
1179                                             <property name="visible">True</property>
1180                                             <property name="can_focus">True</property>
1181                                             <property name="receives_default">True</property>
1182                                             <child>
1183                                               <widget class="GtkLabel" id="label10">
1184                                                 <property name="visible">True</property>
1185                                                 <property name="label" translatable="yes">Disjunction right (&#x2228;&lt;sub&gt;i-r&lt;/sub&gt;)</property>
1186                                                 <property name="use_markup">True</property>
1187                                               </widget>
1188                                             </child>
1189                                           </widget>
1190                                           <packing>
1191                                             <property name="position">3</property>
1192                                           </packing>
1193                                         </child>
1194                                         <child>
1195                                           <widget class="GtkButton" id="butNot_intro">
1196                                             <property name="visible">True</property>
1197                                             <property name="can_focus">True</property>
1198                                             <property name="receives_default">True</property>
1199                                             <child>
1200                                               <widget class="GtkLabel" id="label11">
1201                                                 <property name="visible">True</property>
1202                                                 <property name="label" translatable="yes">Negation (&#xAC;&lt;sub&gt;i&lt;/sub&gt;)</property>
1203                                                 <property name="use_markup">True</property>
1204                                               </widget>
1205                                             </child>
1206                                           </widget>
1207                                           <packing>
1208                                             <property name="position">4</property>
1209                                           </packing>
1210                                         </child>
1211                                         <child>
1212                                           <widget class="GtkButton" id="butTop_intro">
1213                                             <property name="visible">True</property>
1214                                             <property name="can_focus">True</property>
1215                                             <property name="receives_default">True</property>
1216                                             <child>
1217                                               <widget class="GtkLabel" id="label12">
1218                                                 <property name="visible">True</property>
1219                                                 <property name="label" translatable="yes">Top (&#x22A4;&lt;sub&gt;i&lt;/sub&gt;)</property>
1220                                                 <property name="use_markup">True</property>
1221                                               </widget>
1222                                             </child>
1223                                           </widget>
1224                                           <packing>
1225                                             <property name="position">5</property>
1226                                           </packing>
1227                                         </child>
1228                                         <child>
1229                                           <widget class="GtkButton" id="butForall_intro">
1230                                             <property name="visible">True</property>
1231                                             <property name="can_focus">True</property>
1232                                             <property name="receives_default">True</property>
1233                                             <child>
1234                                               <widget class="GtkLabel" id="label20">
1235                                                 <property name="visible">True</property>
1236                                                 <property name="label" translatable="yes">Universal (&#x2200;&lt;sub&gt;i&lt;/sub&gt;)</property>
1237                                                 <property name="use_markup">True</property>
1238                                               </widget>
1239                                             </child>
1240                                           </widget>
1241                                           <packing>
1242                                             <property name="position">6</property>
1243                                           </packing>
1244                                         </child>
1245                                         <child>
1246                                           <widget class="GtkButton" id="butExists_intro">
1247                                             <property name="visible">True</property>
1248                                             <property name="can_focus">True</property>
1249                                             <property name="receives_default">True</property>
1250                                             <child>
1251                                               <widget class="GtkLabel" id="label21">
1252                                                 <property name="visible">True</property>
1253                                                 <property name="label" translatable="yes">Existential (&#x2203;&lt;sub&gt;i&lt;/sub&gt;)</property>
1254                                                 <property name="use_markup">True</property>
1255                                               </widget>
1256                                             </child>
1257                                           </widget>
1258                                           <packing>
1259                                             <property name="position">7</property>
1260                                           </packing>
1261                                         </child>
1262                                       </widget>
1263                                     </child>
1264                                     <child>
1265                                       <widget class="GtkLabel" id="label4">
1266                                         <property name="visible">True</property>
1267                                         <property name="label" translatable="yes">Introduction rules</property>
1268                                       </widget>
1269                                       <packing>
1270                                         <property name="type">label_item</property>
1271                                       </packing>
1272                                     </child>
1273                                   </widget>
1274                                   <packing>
1275                                     <property name="expand">False</property>
1276                                     <property name="position">0</property>
1277                                   </packing>
1278                                 </child>
1279                                 <child>
1280                                   <widget class="GtkExpander" id="expander2">
1281                                     <property name="visible">True</property>
1282                                     <property name="can_focus">True</property>
1283                                     <child>
1284                                       <widget class="GtkVBox" id="vbox3">
1285                                         <property name="visible">True</property>
1286                                         <property name="orientation">vertical</property>
1287                                         <child>
1288                                           <widget class="GtkButton" id="butImpl_elim">
1289                                             <property name="visible">True</property>
1290                                             <property name="can_focus">True</property>
1291                                             <property name="receives_default">True</property>
1292                                             <child>
1293                                               <widget class="GtkLabel" id="label22">
1294                                                 <property name="visible">True</property>
1295                                                 <property name="label" translatable="yes">Implication (&#x21D2;&lt;sub&gt;e&lt;/sub&gt;)</property>
1296                                                 <property name="use_markup">True</property>
1297                                               </widget>
1298                                             </child>
1299                                           </widget>
1300                                           <packing>
1301                                             <property name="position">0</property>
1302                                           </packing>
1303                                         </child>
1304                                         <child>
1305                                           <widget class="GtkButton" id="butAnd_elim_left">
1306                                             <property name="visible">True</property>
1307                                             <property name="can_focus">True</property>
1308                                             <property name="receives_default">True</property>
1309                                             <child>
1310                                               <widget class="GtkLabel" id="label23">
1311                                                 <property name="visible">True</property>
1312                                                 <property name="label" translatable="yes">Conjunction left (&#x2227;&lt;sub&gt;e-l&lt;/sub&gt;)</property>
1313                                                 <property name="use_markup">True</property>
1314                                               </widget>
1315                                             </child>
1316                                           </widget>
1317                                           <packing>
1318                                             <property name="position">1</property>
1319                                           </packing>
1320                                         </child>
1321                                         <child>
1322                                           <widget class="GtkButton" id="butAnd_elim_right">
1323                                             <property name="visible">True</property>
1324                                             <property name="can_focus">True</property>
1325                                             <property name="receives_default">True</property>
1326                                             <child>
1327                                               <widget class="GtkLabel" id="label24">
1328                                                 <property name="visible">True</property>
1329                                                 <property name="label" translatable="yes">Conjunction right (&#x2227;&lt;sub&gt;e-r&lt;/sub&gt;)</property>
1330                                                 <property name="use_markup">True</property>
1331                                               </widget>
1332                                             </child>
1333                                           </widget>
1334                                           <packing>
1335                                             <property name="position">2</property>
1336                                           </packing>
1337                                         </child>
1338                                         <child>
1339                                           <widget class="GtkButton" id="butOr_elim">
1340                                             <property name="visible">True</property>
1341                                             <property name="can_focus">True</property>
1342                                             <property name="receives_default">True</property>
1343                                             <child>
1344                                               <widget class="GtkLabel" id="label27">
1345                                                 <property name="visible">True</property>
1346                                                 <property name="label" translatable="yes">Disjunction (&#x2228;&lt;sub&gt;e&lt;/sub&gt;)</property>
1347                                                 <property name="use_markup">True</property>
1348                                               </widget>
1349                                             </child>
1350                                           </widget>
1351                                           <packing>
1352                                             <property name="position">3</property>
1353                                           </packing>
1354                                         </child>
1355                                         <child>
1356                                           <widget class="GtkButton" id="butNot_elim">
1357                                             <property name="visible">True</property>
1358                                             <property name="can_focus">True</property>
1359                                             <property name="receives_default">True</property>
1360                                             <child>
1361                                               <widget class="GtkLabel" id="label31">
1362                                                 <property name="visible">True</property>
1363                                                 <property name="label" translatable="yes">Negation (&#xAC;&lt;sub&gt;e&lt;/sub&gt;)</property>
1364                                                 <property name="use_markup">True</property>
1365                                               </widget>
1366                                             </child>
1367                                           </widget>
1368                                           <packing>
1369                                             <property name="position">4</property>
1370                                           </packing>
1371                                         </child>
1372                                         <child>
1373                                           <widget class="GtkButton" id="butBot_elim">
1374                                             <property name="visible">True</property>
1375                                             <property name="can_focus">True</property>
1376                                             <property name="receives_default">True</property>
1377                                             <child>
1378                                               <widget class="GtkLabel" id="label33">
1379                                                 <property name="visible">True</property>
1380                                                 <property name="label" translatable="yes">Bottom (&#x22A5;&lt;sub&gt;e&lt;/sub&gt;)</property>
1381                                                 <property name="use_markup">True</property>
1382                                               </widget>
1383                                             </child>
1384                                           </widget>
1385                                           <packing>
1386                                             <property name="position">5</property>
1387                                           </packing>
1388                                         </child>
1389                                         <child>
1390                                           <widget class="GtkButton" id="butForall_elim">
1391                                             <property name="visible">True</property>
1392                                             <property name="can_focus">True</property>
1393                                             <property name="receives_default">True</property>
1394                                             <child>
1395                                               <widget class="GtkLabel" id="label34">
1396                                                 <property name="visible">True</property>
1397                                                 <property name="label" translatable="yes">Universal (&#x2200;&lt;sub&gt;e&lt;/sub&gt;)</property>
1398                                                 <property name="use_markup">True</property>
1399                                               </widget>
1400                                             </child>
1401                                           </widget>
1402                                           <packing>
1403                                             <property name="position">6</property>
1404                                           </packing>
1405                                         </child>
1406                                         <child>
1407                                           <widget class="GtkButton" id="butExists_elim">
1408                                             <property name="visible">True</property>
1409                                             <property name="can_focus">True</property>
1410                                             <property name="receives_default">True</property>
1411                                             <child>
1412                                               <widget class="GtkLabel" id="label35">
1413                                                 <property name="visible">True</property>
1414                                                 <property name="label" translatable="yes">Existential (&#x2203;&lt;sub&gt;e&lt;/sub&gt;)</property>
1415                                                 <property name="use_markup">True</property>
1416                                               </widget>
1417                                             </child>
1418                                           </widget>
1419                                           <packing>
1420                                             <property name="position">7</property>
1421                                           </packing>
1422                                         </child>
1423                                       </widget>
1424                                     </child>
1425                                     <child>
1426                                       <widget class="GtkLabel" id="label5">
1427                                         <property name="visible">True</property>
1428                                         <property name="label" translatable="yes">Elimination rules</property>
1429                                       </widget>
1430                                       <packing>
1431                                         <property name="type">label_item</property>
1432                                       </packing>
1433                                     </child>
1434                                   </widget>
1435                                   <packing>
1436                                     <property name="expand">False</property>
1437                                     <property name="position">1</property>
1438                                   </packing>
1439                                 </child>
1440                                 <child>
1441                                   <widget class="GtkExpander" id="expander3">
1442                                     <property name="visible">True</property>
1443                                     <property name="can_focus">True</property>
1444                                     <child>
1445                                       <widget class="GtkVBox" id="vbox4">
1446                                         <property name="visible">True</property>
1447                                         <property name="orientation">vertical</property>
1448                                         <child>
1449                                           <widget class="GtkButton" id="butRAA">
1450                                             <property name="label" translatable="yes">Reduction to Absurdity (RAA)</property>
1451                                             <property name="visible">True</property>
1452                                             <property name="can_focus">True</property>
1453                                             <property name="receives_default">True</property>
1454                                           </widget>
1455                                           <packing>
1456                                             <property name="position">0</property>
1457                                           </packing>
1458                                         </child>
1459                                         <child>
1460                                           <widget class="GtkButton" id="butUseLemma">
1461                                             <property name="label" translatable="yes">Use lemma (lem)</property>
1462                                             <property name="visible">True</property>
1463                                             <property name="can_focus">True</property>
1464                                             <property name="receives_default">True</property>
1465                                           </widget>
1466                                           <packing>
1467                                             <property name="position">1</property>
1468                                           </packing>
1469                                         </child>
1470                                         <child>
1471                                           <widget class="GtkButton" id="butDischarge">
1472                                             <property name="label" translatable="yes">Discharge (discharge)</property>
1473                                             <property name="visible">True</property>
1474                                             <property name="can_focus">True</property>
1475                                             <property name="receives_default">True</property>
1476                                           </widget>
1477                                           <packing>
1478                                             <property name="position">2</property>
1479                                           </packing>
1480                                         </child>
1481                                       </widget>
1482                                     </child>
1483                                     <child>
1484                                       <widget class="GtkLabel" id="label6">
1485                                         <property name="visible">True</property>
1486                                         <property name="label" translatable="yes">Misc rules</property>
1487                                       </widget>
1488                                       <packing>
1489                                         <property name="type">label_item</property>
1490                                       </packing>
1491                                     </child>
1492                                   </widget>
1493                                   <packing>
1494                                     <property name="expand">False</property>
1495                                     <property name="position">2</property>
1496                                   </packing>
1497                                 </child>
1498                               </widget>
1499                             </child>
1500                           </widget>
1501                           <packing>
1502                             <property name="expand">False</property>
1503                             <property name="position">0</property>
1504                           </packing>
1505                         </child>
1506                         <child>
1507                           <widget class="GtkVBox" id="vboxScript">
1508                             <property name="width_request">400</property>
1509                             <property name="visible">True</property>
1510                             <property name="orientation">vertical</property>
1511                             <child>
1512                               <widget class="GtkHBox" id="hbox28">
1513                                 <property name="visible">True</property>
1514                                 <child>
1515                                   <widget class="GtkToolbar" id="buttonsToolbar">
1516                                     <property name="visible">True</property>
1517                                     <property name="toolbar_style">both</property>
1518                                     <child>
1519                                       <widget class="GtkToolItem" id="toolitem41">
1520                                         <property name="visible">True</property>
1521                                         <child>
1522                                           <widget class="GtkButton" id="scriptTopButton">
1523                                             <property name="visible">True</property>
1524                                             <property name="can_focus">True</property>
1525                                             <property name="receives_default">False</property>
1526                                             <property name="tooltip" translatable="yes">Restart</property>
1527                                             <property name="relief">none</property>
1528                                             <child>
1529                                               <widget class="GtkImage" id="image920">
1530                                                 <property name="visible">True</property>
1531                                                 <property name="stock">gtk-goto-top</property>
1532                                               </widget>
1533                                             </child>
1534                                           </widget>
1535                                         </child>
1536                                       </widget>
1537                                       <packing>
1538                                         <property name="expand">False</property>
1539                                       </packing>
1540                                     </child>
1541                                     <child>
1542                                       <widget class="GtkToolItem" id="toolitem42">
1543                                         <property name="visible">True</property>
1544                                         <child>
1545                                           <widget class="GtkButton" id="scriptRetractButton">
1546                                             <property name="visible">True</property>
1547                                             <property name="can_focus">True</property>
1548                                             <property name="receives_default">False</property>
1549                                             <property name="tooltip" translatable="yes">Retract 1 phrase</property>
1550                                             <property name="relief">none</property>
1551                                             <child>
1552                                               <widget class="GtkImage" id="image921">
1553                                                 <property name="visible">True</property>
1554                                                 <property name="stock">gtk-go-up</property>
1555                                               </widget>
1556                                             </child>
1557                                           </widget>
1558                                         </child>
1559                                       </widget>
1560                                       <packing>
1561                                         <property name="expand">False</property>
1562                                       </packing>
1563                                     </child>
1564                                     <child>
1565                                       <widget class="GtkToolItem" id="toolitem43">
1566                                         <property name="visible">True</property>
1567                                         <child>
1568                                           <widget class="GtkButton" id="scriptJumpButton">
1569                                             <property name="visible">True</property>
1570                                             <property name="can_focus">True</property>
1571                                             <property name="receives_default">False</property>
1572                                             <property name="tooltip" translatable="yes">Execute until point</property>
1573                                             <property name="relief">none</property>
1574                                             <child>
1575                                               <widget class="GtkImage" id="image922">
1576                                                 <property name="visible">True</property>
1577                                                 <property name="stock">gtk-jump-to</property>
1578                                               </widget>
1579                                             </child>
1580                                           </widget>
1581                                         </child>
1582                                       </widget>
1583                                       <packing>
1584                                         <property name="expand">False</property>
1585                                       </packing>
1586                                     </child>
1587                                     <child>
1588                                       <widget class="GtkToolItem" id="toolitem44">
1589                                         <property name="visible">True</property>
1590                                         <child>
1591                                           <widget class="GtkButton" id="scriptAdvanceButton">
1592                                             <property name="visible">True</property>
1593                                             <property name="can_focus">True</property>
1594                                             <property name="receives_default">False</property>
1595                                             <property name="tooltip" translatable="yes">Execute 1 phrase</property>
1596                                             <property name="relief">none</property>
1597                                             <child>
1598                                               <widget class="GtkImage" id="image923">
1599                                                 <property name="visible">True</property>
1600                                                 <property name="stock">gtk-go-down</property>
1601                                               </widget>
1602                                             </child>
1603                                           </widget>
1604                                         </child>
1605                                       </widget>
1606                                       <packing>
1607                                         <property name="expand">False</property>
1608                                       </packing>
1609                                     </child>
1610                                     <child>
1611                                       <widget class="GtkToolItem" id="toolitem45">
1612                                         <property name="visible">True</property>
1613                                         <child>
1614                                           <widget class="GtkButton" id="scriptBottomButton">
1615                                             <property name="visible">True</property>
1616                                             <property name="can_focus">True</property>
1617                                             <property name="receives_default">False</property>
1618                                             <property name="tooltip" translatable="yes">Execute all</property>
1619                                             <property name="relief">none</property>
1620                                             <child>
1621                                               <widget class="GtkImage" id="image924">
1622                                                 <property name="visible">True</property>
1623                                                 <property name="stock">gtk-goto-bottom</property>
1624                                               </widget>
1625                                             </child>
1626                                           </widget>
1627                                         </child>
1628                                       </widget>
1629                                       <packing>
1630                                         <property name="expand">False</property>
1631                                       </packing>
1632                                     </child>
1633                                   </widget>
1634                                   <packing>
1635                                     <property name="position">0</property>
1636                                   </packing>
1637                                 </child>
1638                                 <child>
1639                                   <widget class="GtkToolbar" id="toolbar2">
1640                                     <property name="visible">True</property>
1641                                     <property name="orientation">vertical</property>
1642                                     <property name="toolbar_style">both</property>
1643                                     <child>
1644                                       <widget class="GtkToolItem" id="toolitem46">
1645                                         <property name="visible">True</property>
1646                                         <child>
1647                                           <widget class="GtkButton" id="scriptAbortButton">
1648                                             <property name="visible">True</property>
1649                                             <property name="can_focus">True</property>
1650                                             <property name="receives_default">False</property>
1651                                             <property name="relief">none</property>
1652                                             <child>
1653                                               <widget class="GtkImage" id="image927">
1654                                                 <property name="visible">True</property>
1655                                                 <property name="stock">gtk-stop</property>
1656                                               </widget>
1657                                             </child>
1658                                           </widget>
1659                                         </child>
1660                                       </widget>
1661                                       <packing>
1662                                         <property name="expand">False</property>
1663                                       </packing>
1664                                     </child>
1665                                   </widget>
1666                                   <packing>
1667                                     <property name="expand">False</property>
1668                                     <property name="position">1</property>
1669                                   </packing>
1670                                 </child>
1671                               </widget>
1672                               <packing>
1673                                 <property name="expand">False</property>
1674                                 <property name="fill">False</property>
1675                                 <property name="position">0</property>
1676                               </packing>
1677                             </child>
1678                             <child>
1679                               <widget class="GtkNotebook" id="scriptNotebook">
1680                                 <property name="visible">True</property>
1681                                 <property name="can_focus">True</property>
1682                                 <property name="scrollable">True</property>
1683                                 <child>
1684                                   <widget class="GtkScrolledWindow" id="ScriptScrolledWin">
1685                                     <property name="visible">True</property>
1686                                     <property name="can_focus">True</property>
1687                                     <property name="hscrollbar_policy">automatic</property>
1688                                     <property name="vscrollbar_policy">automatic</property>
1689                                     <child>
1690                                       <placeholder/>
1691                                     </child>
1692                                   </widget>
1693                                 </child>
1694                                 <child>
1695                                   <widget class="GtkLabel" id="scriptLabel">
1696                                     <property name="visible">True</property>
1697                                     <property name="label" translatable="yes">script</property>
1698                                   </widget>
1699                                   <packing>
1700                                     <property name="tab_fill">False</property>
1701                                     <property name="type">tab</property>
1702                                   </packing>
1703                                 </child>
1704                                 <child>
1705                                   <placeholder/>
1706                                 </child>
1707                                 <child>
1708                                   <placeholder/>
1709                                   <packing>
1710                                     <property name="type">tab</property>
1711                                   </packing>
1712                                 </child>
1713                               </widget>
1714                               <packing>
1715                                 <property name="position">1</property>
1716                               </packing>
1717                             </child>
1718                           </widget>
1719                           <packing>
1720                             <property name="position">1</property>
1721                           </packing>
1722                         </child>
1723                       </widget>
1724                       <packing>
1725                         <property name="resize">False</property>
1726                         <property name="shrink">True</property>
1727                       </packing>
1728                     </child>
1729                     <child>
1730                       <widget class="GtkVPaned" id="vpaned1">
1731                         <property name="width_request">250</property>
1732                         <property name="height_request">500</property>
1733                         <property name="visible">True</property>
1734                         <property name="can_focus">True</property>
1735                         <property name="position">380</property>
1736                         <child>
1737                           <widget class="GtkNotebook" id="sequentsNotebook">
1738                             <property name="visible">True</property>
1739                             <property name="can_focus">True</property>
1740                             <property name="scrollable">True</property>
1741                           </widget>
1742                           <packing>
1743                             <property name="resize">False</property>
1744                             <property name="shrink">True</property>
1745                           </packing>
1746                         </child>
1747                         <child>
1748                           <widget class="GtkHBox" id="hbox9">
1749                             <property name="visible">True</property>
1750                             <child>
1751                               <widget class="GtkScrolledWindow" id="logScrolledWin">
1752                                 <property name="visible">True</property>
1753                                 <property name="can_focus">True</property>
1754                                 <property name="hscrollbar_policy">never</property>
1755                                 <property name="shadow_type">in</property>
1756                                 <child>
1757                                   <widget class="GtkTextView" id="logTextView">
1758                                     <property name="visible">True</property>
1759                                     <property name="can_focus">True</property>
1760                                     <property name="editable">False</property>
1761                                     <property name="wrap_mode">char</property>
1762                                     <property name="cursor_visible">False</property>
1763                                   </widget>
1764                                 </child>
1765                               </widget>
1766                               <packing>
1767                                 <property name="position">0</property>
1768                               </packing>
1769                             </child>
1770                           </widget>
1771                           <packing>
1772                             <property name="resize">True</property>
1773                             <property name="shrink">True</property>
1774                           </packing>
1775                         </child>
1776                       </widget>
1777                       <packing>
1778                         <property name="resize">True</property>
1779                         <property name="shrink">True</property>
1780                       </packing>
1781                     </child>
1782                   </widget>
1783                   <packing>
1784                     <property name="position">0</property>
1785                   </packing>
1786                 </child>
1787               </widget>
1788               <packing>
1789                 <property name="position">1</property>
1790               </packing>
1791             </child>
1792             <child>
1793               <widget class="GtkHBox" id="hbox10">
1794                 <property name="visible">True</property>
1795                 <child>
1796                   <widget class="GtkStatusbar" id="StatusBar">
1797                     <property name="visible">True</property>
1798                     <property name="has_resize_grip">False</property>
1799                   </widget>
1800                   <packing>
1801                     <property name="position">0</property>
1802                   </packing>
1803                 </child>
1804                 <child>
1805                   <widget class="GtkNotebook" id="HintNotebook">
1806                     <property name="visible">True</property>
1807                     <property name="show_tabs">False</property>
1808                     <child>
1809                       <widget class="GtkImage" id="HintLowImage">
1810                         <property name="visible">True</property>
1811                         <property name="stock">gtk-missing-image</property>
1812                       </widget>
1813                     </child>
1814                     <child>
1815                       <widget class="GtkLabel" id="label14">
1816                         <property name="visible">True</property>
1817                         <property name="label" translatable="yes">label14</property>
1818                       </widget>
1819                       <packing>
1820                         <property name="tab_fill">False</property>
1821                         <property name="type">tab</property>
1822                       </packing>
1823                     </child>
1824                     <child>
1825                       <widget class="GtkImage" id="HintMediumImage">
1826                         <property name="visible">True</property>
1827                         <property name="stock">gtk-missing-image</property>
1828                       </widget>
1829                       <packing>
1830                         <property name="position">1</property>
1831                       </packing>
1832                     </child>
1833                     <child>
1834                       <widget class="GtkLabel" id="label15">
1835                         <property name="visible">True</property>
1836                         <property name="label" translatable="yes">label15</property>
1837                       </widget>
1838                       <packing>
1839                         <property name="position">1</property>
1840                         <property name="tab_fill">False</property>
1841                         <property name="type">tab</property>
1842                       </packing>
1843                     </child>
1844                     <child>
1845                       <widget class="GtkImage" id="HintHighImage">
1846                         <property name="visible">True</property>
1847                         <property name="stock">gtk-missing-image</property>
1848                       </widget>
1849                       <packing>
1850                         <property name="position">2</property>
1851                       </packing>
1852                     </child>
1853                     <child>
1854                       <widget class="GtkLabel" id="label16">
1855                         <property name="visible">True</property>
1856                         <property name="label" translatable="yes">label16</property>
1857                       </widget>
1858                       <packing>
1859                         <property name="position">2</property>
1860                         <property name="tab_fill">False</property>
1861                         <property name="type">tab</property>
1862                       </packing>
1863                     </child>
1864                   </widget>
1865                   <packing>
1866                     <property name="expand">False</property>
1867                     <property name="position">1</property>
1868                   </packing>
1869                 </child>
1870               </widget>
1871               <packing>
1872                 <property name="expand">False</property>
1873                 <property name="fill">False</property>
1874                 <property name="position">2</property>
1875               </packing>
1876             </child>
1877           </widget>
1878         </child>
1879       </widget>
1880     </child>
1881   </widget>
1882   <widget class="GtkDialog" id="TextDialog">
1883     <property name="title" translatable="yes">DUMMY</property>
1884     <property name="type_hint">dialog</property>
1885     <child internal-child="vbox">
1886       <widget class="GtkVBox" id="vbox5">
1887         <property name="visible">True</property>
1888         <property name="orientation">vertical</property>
1889         <child>
1890           <widget class="GtkLabel" id="TextDialogLabel">
1891             <property name="visible">True</property>
1892             <property name="label" translatable="yes">DUMMY</property>
1893           </widget>
1894           <packing>
1895             <property name="expand">False</property>
1896             <property name="fill">False</property>
1897             <property name="position">2</property>
1898           </packing>
1899         </child>
1900         <child>
1901           <widget class="GtkScrolledWindow" id="scrolledwindow2">
1902             <property name="visible">True</property>
1903             <property name="can_focus">True</property>
1904             <property name="hscrollbar_policy">automatic</property>
1905             <property name="vscrollbar_policy">automatic</property>
1906             <property name="shadow_type">in</property>
1907             <child>
1908               <widget class="GtkTextView" id="TextDialogTextView">
1909                 <property name="visible">True</property>
1910                 <property name="can_focus">True</property>
1911               </widget>
1912             </child>
1913           </widget>
1914           <packing>
1915             <property name="position">3</property>
1916           </packing>
1917         </child>
1918         <child internal-child="action_area">
1919           <widget class="GtkHButtonBox" id="hbuttonbox1">
1920             <property name="visible">True</property>
1921             <property name="layout_style">end</property>
1922             <child>
1923               <widget class="GtkButton" id="TextDialogCancelButton">
1924                 <property name="label">gtk-cancel</property>
1925                 <property name="response_id">-6</property>
1926                 <property name="visible">True</property>
1927                 <property name="can_focus">True</property>
1928                 <property name="can_default">True</property>
1929                 <property name="receives_default">False</property>
1930                 <property name="use_stock">True</property>
1931               </widget>
1932               <packing>
1933                 <property name="expand">False</property>
1934                 <property name="fill">False</property>
1935                 <property name="position">0</property>
1936               </packing>
1937             </child>
1938             <child>
1939               <widget class="GtkButton" id="TextDialogOkButton">
1940                 <property name="label">gtk-ok</property>
1941                 <property name="response_id">-5</property>
1942                 <property name="visible">True</property>
1943                 <property name="can_focus">True</property>
1944                 <property name="can_default">True</property>
1945                 <property name="receives_default">False</property>
1946                 <property name="use_stock">True</property>
1947               </widget>
1948               <packing>
1949                 <property name="expand">False</property>
1950                 <property name="fill">False</property>
1951                 <property name="position">1</property>
1952               </packing>
1953             </child>
1954           </widget>
1955           <packing>
1956             <property name="expand">False</property>
1957             <property name="pack_type">end</property>
1958             <property name="position">0</property>
1959           </packing>
1960         </child>
1961       </widget>
1962     </child>
1963   </widget>
1964   <widget class="GtkDialog" id="UriChoiceDialog">
1965     <property name="height_request">280</property>
1966     <property name="title" translatable="yes">Uri choice</property>
1967     <property name="modal">True</property>
1968     <property name="window_position">center</property>
1969     <property name="type_hint">dialog</property>
1970     <child internal-child="vbox">
1971       <widget class="GtkVBox" id="dialog-vbox3">
1972         <property name="visible">True</property>
1973         <property name="orientation">vertical</property>
1974         <property name="spacing">4</property>
1975         <child>
1976           <widget class="GtkVBox" id="vbox2">
1977             <property name="visible">True</property>
1978             <property name="orientation">vertical</property>
1979             <property name="spacing">3</property>
1980             <child>
1981               <widget class="GtkLabel" id="UriChoiceLabel">
1982                 <property name="visible">True</property>
1983                 <property name="label" translatable="yes">some informative message here ...</property>
1984               </widget>
1985               <packing>
1986                 <property name="expand">False</property>
1987                 <property name="fill">False</property>
1988                 <property name="position">0</property>
1989               </packing>
1990             </child>
1991             <child>
1992               <widget class="GtkScrolledWindow" id="scrolledwindow1">
1993                 <property name="width_request">400</property>
1994                 <property name="visible">True</property>
1995                 <property name="can_focus">True</property>
1996                 <property name="hscrollbar_policy">automatic</property>
1997                 <property name="vscrollbar_policy">automatic</property>
1998                 <child>
1999                   <widget class="GtkTreeView" id="UriChoiceTreeView">
2000                     <property name="visible">True</property>
2001                     <property name="can_focus">True</property>
2002                     <property name="headers_visible">False</property>
2003                   </widget>
2004                 </child>
2005               </widget>
2006               <packing>
2007                 <property name="position">1</property>
2008               </packing>
2009             </child>
2010             <child>
2011               <widget class="GtkHBox" id="uriEntryHBox">
2012                 <property name="visible">True</property>
2013                 <child>
2014                   <widget class="GtkLabel" id="label2">
2015                     <property name="visible">True</property>
2016                     <property name="label" translatable="yes">URI: </property>
2017                   </widget>
2018                   <packing>
2019                     <property name="expand">False</property>
2020                     <property name="fill">False</property>
2021                     <property name="position">0</property>
2022                   </packing>
2023                 </child>
2024                 <child>
2025                   <widget class="GtkEntry" id="entry1">
2026                     <property name="visible">True</property>
2027                     <property name="can_focus">True</property>
2028                   </widget>
2029                   <packing>
2030                     <property name="position">1</property>
2031                   </packing>
2032                 </child>
2033               </widget>
2034               <packing>
2035                 <property name="expand">False</property>
2036                 <property name="position">2</property>
2037               </packing>
2038             </child>
2039           </widget>
2040           <packing>
2041             <property name="position">2</property>
2042           </packing>
2043         </child>
2044         <child internal-child="action_area">
2045           <widget class="GtkHButtonBox" id="dialog-action_area3">
2046             <property name="visible">True</property>
2047             <property name="layout_style">end</property>
2048             <child>
2049               <widget class="GtkButton" id="UriChoiceAbortButton">
2050                 <property name="label">gtk-cancel</property>
2051                 <property name="response_id">-6</property>
2052                 <property name="visible">True</property>
2053                 <property name="can_focus">True</property>
2054                 <property name="can_default">True</property>
2055                 <property name="receives_default">False</property>
2056                 <property name="use_stock">True</property>
2057               </widget>
2058               <packing>
2059                 <property name="expand">False</property>
2060                 <property name="fill">False</property>
2061                 <property name="position">0</property>
2062               </packing>
2063             </child>
2064             <child>
2065               <widget class="GtkButton" id="UriChoiceSelectedButton">
2066                 <property name="visible">True</property>
2067                 <property name="can_focus">True</property>
2068                 <property name="can_default">True</property>
2069                 <property name="receives_default">False</property>
2070                 <child>
2071                   <widget class="GtkAlignment" id="alignment2">
2072                     <property name="visible">True</property>
2073                     <property name="xscale">0</property>
2074                     <property name="yscale">0</property>
2075                     <child>
2076                       <widget class="GtkHBox" id="hbox3">
2077                         <property name="visible">True</property>
2078                         <property name="spacing">2</property>
2079                         <child>
2080                           <widget class="GtkImage" id="image19">
2081                             <property name="visible">True</property>
2082                             <property name="stock">gtk-index</property>
2083                           </widget>
2084                           <packing>
2085                             <property name="expand">False</property>
2086                             <property name="fill">False</property>
2087                             <property name="position">0</property>
2088                           </packing>
2089                         </child>
2090                         <child>
2091                           <widget class="GtkLabel" id="label3">
2092                             <property name="visible">True</property>
2093                             <property name="label" translatable="yes">Try _Selected</property>
2094                             <property name="use_underline">True</property>
2095                           </widget>
2096                           <packing>
2097                             <property name="expand">False</property>
2098                             <property name="fill">False</property>
2099                             <property name="position">1</property>
2100                           </packing>
2101                         </child>
2102                       </widget>
2103                     </child>
2104                   </widget>
2105                 </child>
2106               </widget>
2107               <packing>
2108                 <property name="expand">False</property>
2109                 <property name="fill">False</property>
2110                 <property name="position">1</property>
2111               </packing>
2112             </child>
2113             <child>
2114               <widget class="GtkButton" id="UriChoiceConstantsButton">
2115                 <property name="label" translatable="yes">Try Constants</property>
2116                 <property name="visible">True</property>
2117                 <property name="sensitive">False</property>
2118                 <property name="can_focus">True</property>
2119                 <property name="can_default">True</property>
2120                 <property name="receives_default">False</property>
2121                 <property name="use_underline">True</property>
2122               </widget>
2123               <packing>
2124                 <property name="expand">False</property>
2125                 <property name="fill">False</property>
2126                 <property name="position">2</property>
2127               </packing>
2128             </child>
2129             <child>
2130               <widget class="GtkButton" id="copyButton">
2131                 <property name="label">gtk-copy</property>
2132                 <property name="can_focus">True</property>
2133                 <property name="can_default">True</property>
2134                 <property name="receives_default">False</property>
2135                 <property name="use_stock">True</property>
2136               </widget>
2137               <packing>
2138                 <property name="expand">False</property>
2139                 <property name="fill">False</property>
2140                 <property name="position">3</property>
2141               </packing>
2142             </child>
2143             <child>
2144               <widget class="GtkButton" id="uriChoiceAutoButton">
2145                 <property name="visible">True</property>
2146                 <property name="can_focus">True</property>
2147                 <property name="can_default">True</property>
2148                 <property name="receives_default">False</property>
2149                 <child>
2150                   <widget class="GtkAlignment" id="alignment5">
2151                     <property name="visible">True</property>
2152                     <property name="xscale">0</property>
2153                     <property name="yscale">0</property>
2154                     <child>
2155                       <widget class="GtkHBox" id="hbox16">
2156                         <property name="visible">True</property>
2157                         <property name="spacing">2</property>
2158                         <child>
2159                           <widget class="GtkImage" id="image302">
2160                             <property name="visible">True</property>
2161                             <property name="stock">gtk-ok</property>
2162                           </widget>
2163                           <packing>
2164                             <property name="expand">False</property>
2165                             <property name="fill">False</property>
2166                             <property name="position">0</property>
2167                           </packing>
2168                         </child>
2169                         <child>
2170                           <widget class="GtkLabel" id="okLabel">
2171                             <property name="visible">True</property>
2172                             <property name="label" translatable="yes">bla bla bla</property>
2173                             <property name="use_underline">True</property>
2174                           </widget>
2175                           <packing>
2176                             <property name="expand">False</property>
2177                             <property name="fill">False</property>
2178                             <property name="position">1</property>
2179                           </packing>
2180                         </child>
2181                       </widget>
2182                     </child>
2183                   </widget>
2184                 </child>
2185               </widget>
2186               <packing>
2187                 <property name="expand">False</property>
2188                 <property name="fill">False</property>
2189                 <property name="position">4</property>
2190               </packing>
2191             </child>
2192             <child>
2193               <widget class="GtkButton" id="uriChoiceForwardButton">
2194                 <property name="label">gtk-go-forward</property>
2195                 <property name="visible">True</property>
2196                 <property name="can_focus">True</property>
2197                 <property name="can_default">True</property>
2198                 <property name="receives_default">False</property>
2199                 <property name="use_stock">True</property>
2200               </widget>
2201               <packing>
2202                 <property name="expand">False</property>
2203                 <property name="fill">False</property>
2204                 <property name="position">5</property>
2205               </packing>
2206             </child>
2207           </widget>
2208           <packing>
2209             <property name="expand">False</property>
2210             <property name="pack_type">end</property>
2211             <property name="position">0</property>
2212           </packing>
2213         </child>
2214       </widget>
2215     </child>
2216   </widget>
2217   <widget class="GtkWindow" id="FindReplWin">
2218     <property name="border_width">5</property>
2219     <property name="title" translatable="yes">Find &amp; Replace</property>
2220     <property name="resizable">False</property>
2221     <property name="window_position">mouse</property>
2222     <property name="type_hint">dialog</property>
2223     <child>
2224       <widget class="GtkTable" id="table1">
2225         <property name="visible">True</property>
2226         <property name="n_rows">3</property>
2227         <property name="n_columns">2</property>
2228         <property name="row_spacing">5</property>
2229         <child>
2230           <widget class="GtkLabel" id="label17">
2231             <property name="visible">True</property>
2232             <property name="xalign">0</property>
2233             <property name="label" translatable="yes">Find:</property>
2234           </widget>
2235           <packing>
2236             <property name="x_options"></property>
2237             <property name="y_options"></property>
2238           </packing>
2239         </child>
2240         <child>
2241           <widget class="GtkLabel" id="label18">
2242             <property name="visible">True</property>
2243             <property name="xalign">0</property>
2244             <property name="label" translatable="yes">Replace with: </property>
2245           </widget>
2246           <packing>
2247             <property name="top_attach">1</property>
2248             <property name="bottom_attach">2</property>
2249             <property name="x_options"></property>
2250             <property name="y_options"></property>
2251           </packing>
2252         </child>
2253         <child>
2254           <widget class="GtkEntry" id="findEntry">
2255             <property name="visible">True</property>
2256             <property name="can_focus">True</property>
2257             <property name="has_focus">True</property>
2258             <property name="can_default">True</property>
2259             <property name="has_default">True</property>
2260           </widget>
2261           <packing>
2262             <property name="left_attach">1</property>
2263             <property name="right_attach">2</property>
2264             <property name="y_options"></property>
2265           </packing>
2266         </child>
2267         <child>
2268           <widget class="GtkEntry" id="replaceEntry">
2269             <property name="visible">True</property>
2270             <property name="can_focus">True</property>
2271           </widget>
2272           <packing>
2273             <property name="left_attach">1</property>
2274             <property name="right_attach">2</property>
2275             <property name="top_attach">1</property>
2276             <property name="bottom_attach">2</property>
2277             <property name="y_options"></property>
2278           </packing>
2279         </child>
2280         <child>
2281           <widget class="GtkHBox" id="hbox19">
2282             <property name="visible">True</property>
2283             <property name="spacing">5</property>
2284             <child>
2285               <widget class="GtkVBox" id="vbox9">
2286                 <property name="visible">True</property>
2287                 <property name="orientation">vertical</property>
2288                 <child>
2289                   <placeholder/>
2290                 </child>
2291                 <child>
2292                   <placeholder/>
2293                 </child>
2294               </widget>
2295               <packing>
2296                 <property name="position">0</property>
2297               </packing>
2298             </child>
2299             <child>
2300               <widget class="GtkButton" id="findButton">
2301                 <property name="label">gtk-find</property>
2302                 <property name="visible">True</property>
2303                 <property name="can_focus">True</property>
2304                 <property name="receives_default">False</property>
2305                 <property name="use_stock">True</property>
2306               </widget>
2307               <packing>
2308                 <property name="expand">False</property>
2309                 <property name="fill">False</property>
2310                 <property name="position">1</property>
2311               </packing>
2312             </child>
2313             <child>
2314               <widget class="GtkButton" id="findReplButton">
2315                 <property name="visible">True</property>
2316                 <property name="can_focus">True</property>
2317                 <property name="receives_default">False</property>
2318                 <child>
2319                   <widget class="GtkAlignment" id="alignment13">
2320                     <property name="visible">True</property>
2321                     <property name="xscale">0</property>
2322                     <property name="yscale">0</property>
2323                     <child>
2324                       <widget class="GtkHBox" id="hbox20">
2325                         <property name="visible">True</property>
2326                         <property name="spacing">2</property>
2327                         <child>
2328                           <widget class="GtkImage" id="image357">
2329                             <property name="visible">True</property>
2330                             <property name="stock">gtk-find-and-replace</property>
2331                           </widget>
2332                           <packing>
2333                             <property name="expand">False</property>
2334                             <property name="fill">False</property>
2335                             <property name="position">0</property>
2336                           </packing>
2337                         </child>
2338                         <child>
2339                           <widget class="GtkLabel" id="label19">
2340                             <property name="visible">True</property>
2341                             <property name="label">_Replace</property>
2342                             <property name="use_underline">True</property>
2343                           </widget>
2344                           <packing>
2345                             <property name="expand">False</property>
2346                             <property name="fill">False</property>
2347                             <property name="position">1</property>
2348                           </packing>
2349                         </child>
2350                       </widget>
2351                     </child>
2352                   </widget>
2353                 </child>
2354               </widget>
2355               <packing>
2356                 <property name="expand">False</property>
2357                 <property name="fill">False</property>
2358                 <property name="position">2</property>
2359               </packing>
2360             </child>
2361             <child>
2362               <widget class="GtkButton" id="cancelButton">
2363                 <property name="label">gtk-cancel</property>
2364                 <property name="visible">True</property>
2365                 <property name="can_focus">True</property>
2366                 <property name="receives_default">False</property>
2367                 <property name="use_stock">True</property>
2368               </widget>
2369               <packing>
2370                 <property name="expand">False</property>
2371                 <property name="fill">False</property>
2372                 <property name="position">3</property>
2373               </packing>
2374             </child>
2375           </widget>
2376           <packing>
2377             <property name="right_attach">2</property>
2378             <property name="top_attach">2</property>
2379             <property name="bottom_attach">3</property>
2380             <property name="y_padding">5</property>
2381           </packing>
2382         </child>
2383       </widget>
2384     </child>
2385   </widget>
2386   <widget class="GtkDialog" id="DisambiguationErrors">
2387     <property name="width_request">450</property>
2388     <property name="height_request">400</property>
2389     <property name="title" translatable="yes">title</property>
2390     <property name="modal">True</property>
2391     <property name="type_hint">dialog</property>
2392     <child internal-child="vbox">
2393       <widget class="GtkVBox" id="vbox14">
2394         <property name="visible">True</property>
2395         <property name="orientation">vertical</property>
2396         <child>
2397           <widget class="GtkVBox" id="vbox15">
2398             <property name="visible">True</property>
2399             <property name="orientation">vertical</property>
2400             <child>
2401               <widget class="GtkLabel" id="disambiguationErrorsLabel">
2402                 <property name="visible">True</property>
2403                 <property name="label" translatable="yes">some informative message here ...</property>
2404               </widget>
2405               <packing>
2406                 <property name="expand">False</property>
2407                 <property name="fill">False</property>
2408                 <property name="position">0</property>
2409               </packing>
2410             </child>
2411             <child>
2412               <widget class="GtkScrolledWindow" id="scrolledwindow12">
2413                 <property name="visible">True</property>
2414                 <property name="can_focus">True</property>
2415                 <property name="hscrollbar_policy">automatic</property>
2416                 <property name="vscrollbar_policy">automatic</property>
2417                 <property name="shadow_type">in</property>
2418                 <child>
2419                   <widget class="GtkTreeView" id="treeview">
2420                     <property name="visible">True</property>
2421                     <property name="can_focus">True</property>
2422                     <property name="headers_visible">False</property>
2423                   </widget>
2424                 </child>
2425               </widget>
2426               <packing>
2427                 <property name="position">1</property>
2428               </packing>
2429             </child>
2430           </widget>
2431           <packing>
2432             <property name="position">2</property>
2433           </packing>
2434         </child>
2435         <child internal-child="action_area">
2436           <widget class="GtkHButtonBox" id="hbuttonbox2">
2437             <property name="visible">True</property>
2438             <property name="layout_style">end</property>
2439             <child>
2440               <widget class="GtkButton" id="button6">
2441                 <property name="label">gtk-help</property>
2442                 <property name="response_id">-11</property>
2443                 <property name="visible">True</property>
2444                 <property name="can_focus">True</property>
2445                 <property name="can_default">True</property>
2446                 <property name="receives_default">False</property>
2447                 <property name="use_stock">True</property>
2448               </widget>
2449               <packing>
2450                 <property name="expand">False</property>
2451                 <property name="fill">False</property>
2452                 <property name="position">0</property>
2453               </packing>
2454             </child>
2455             <child>
2456               <widget class="GtkButton" id="disambiguationErrorsMoreErrors">
2457                 <property name="response_id">-6</property>
2458                 <property name="visible">True</property>
2459                 <property name="can_focus">True</property>
2460                 <property name="can_default">True</property>
2461                 <property name="receives_default">False</property>
2462                 <child>
2463                   <widget class="GtkAlignment" id="alignment18">
2464                     <property name="visible">True</property>
2465                     <property name="xscale">0</property>
2466                     <property name="yscale">0</property>
2467                     <child>
2468                       <widget class="GtkHBox" id="hbox29">
2469                         <property name="visible">True</property>
2470                         <property name="spacing">2</property>
2471                         <child>
2472                           <widget class="GtkImage" id="image926">
2473                             <property name="visible">True</property>
2474                             <property name="stock">gtk-zoom-in</property>
2475                           </widget>
2476                           <packing>
2477                             <property name="expand">False</property>
2478                             <property name="fill">False</property>
2479                             <property name="position">0</property>
2480                           </packing>
2481                         </child>
2482                         <child>
2483                           <widget class="GtkLabel" id="label28">
2484                             <property name="visible">True</property>
2485                             <property name="label">More</property>
2486                             <property name="use_underline">True</property>
2487                           </widget>
2488                           <packing>
2489                             <property name="expand">False</property>
2490                             <property name="fill">False</property>
2491                             <property name="position">1</property>
2492                           </packing>
2493                         </child>
2494                       </widget>
2495                     </child>
2496                   </widget>
2497                 </child>
2498               </widget>
2499               <packing>
2500                 <property name="expand">False</property>
2501                 <property name="fill">False</property>
2502                 <property name="position">1</property>
2503               </packing>
2504             </child>
2505             <child>
2506               <widget class="GtkButton" id="disambiguationErrorsCancelButton">
2507                 <property name="label">gtk-cancel</property>
2508                 <property name="response_id">-6</property>
2509                 <property name="visible">True</property>
2510                 <property name="can_focus">True</property>
2511                 <property name="can_default">True</property>
2512                 <property name="has_default">True</property>
2513                 <property name="receives_default">False</property>
2514                 <property name="use_stock">True</property>
2515               </widget>
2516               <packing>
2517                 <property name="expand">False</property>
2518                 <property name="fill">False</property>
2519                 <property name="position">2</property>
2520               </packing>
2521             </child>
2522             <child>
2523               <widget class="GtkButton" id="disambiguationErrorsOkButton">
2524                 <property name="label">gtk-ok</property>
2525                 <property name="response_id">-5</property>
2526                 <property name="visible">True</property>
2527                 <property name="can_focus">True</property>
2528                 <property name="can_default">True</property>
2529                 <property name="receives_default">False</property>
2530                 <property name="use_stock">True</property>
2531               </widget>
2532               <packing>
2533                 <property name="expand">False</property>
2534                 <property name="fill">False</property>
2535                 <property name="position">3</property>
2536               </packing>
2537             </child>
2538           </widget>
2539           <packing>
2540             <property name="expand">False</property>
2541             <property name="pack_type">end</property>
2542             <property name="position">0</property>
2543           </packing>
2544         </child>
2545       </widget>
2546     </child>
2547   </widget>
2548   <widget class="GtkWindow" id="AutoWin">
2549     <property name="width_request">600</property>
2550     <property name="height_request">400</property>
2551     <property name="visible">True</property>
2552     <property name="title" translatable="yes">Auto</property>
2553     <property name="type_hint">dialog</property>
2554     <property name="gravity">south-east</property>
2555     <child>
2556       <widget class="GtkVBox" id="vbox17">
2557         <property name="visible">True</property>
2558         <property name="orientation">vertical</property>
2559         <child>
2560           <widget class="GtkHBox" id="hbox30">
2561             <property name="visible">True</property>
2562             <property name="spacing">2</property>
2563             <child>
2564               <widget class="GtkScrolledWindow" id="scrolledwindowAREA">
2565                 <property name="visible">True</property>
2566                 <property name="can_focus">True</property>
2567                 <property name="vscrollbar_policy">automatic</property>
2568                 <property name="shadow_type">in</property>
2569                 <child>
2570                   <widget class="GtkViewport" id="viewportAREA">
2571                     <property name="visible">True</property>
2572                     <child>
2573                       <widget class="GtkTable" id="table">
2574                         <property name="visible">True</property>
2575                         <property name="n_rows">3</property>
2576                         <property name="n_columns">3</property>
2577                         <child>
2578                           <placeholder/>
2579                         </child>
2580                         <child>
2581                           <placeholder/>
2582                         </child>
2583                         <child>
2584                           <placeholder/>
2585                         </child>
2586                         <child>
2587                           <placeholder/>
2588                         </child>
2589                         <child>
2590                           <placeholder/>
2591                         </child>
2592                         <child>
2593                           <placeholder/>
2594                         </child>
2595                         <child>
2596                           <placeholder/>
2597                         </child>
2598                         <child>
2599                           <placeholder/>
2600                         </child>
2601                         <child>
2602                           <placeholder/>
2603                         </child>
2604                       </widget>
2605                     </child>
2606                   </widget>
2607                 </child>
2608               </widget>
2609               <packing>
2610                 <property name="position">0</property>
2611               </packing>
2612             </child>
2613             <child>
2614               <widget class="GtkVBox" id="vbox18">
2615                 <property name="visible">True</property>
2616                 <property name="orientation">vertical</property>
2617                 <child>
2618                   <widget class="GtkButton" id="buttonUP">
2619                     <property name="visible">True</property>
2620                     <property name="can_focus">True</property>
2621                     <property name="receives_default">False</property>
2622                     <child>
2623                       <widget class="GtkAlignment" id="alignment19">
2624                         <property name="visible">True</property>
2625                         <property name="xscale">0</property>
2626                         <property name="yscale">0</property>
2627                         <child>
2628                           <widget class="GtkHBox" id="hbox31">
2629                             <property name="visible">True</property>
2630                             <property name="spacing">2</property>
2631                             <child>
2632                               <widget class="GtkImage" id="image1066">
2633                                 <property name="visible">True</property>
2634                                 <property name="stock">gtk-go-up</property>
2635                               </widget>
2636                               <packing>
2637                                 <property name="expand">False</property>
2638                                 <property name="fill">False</property>
2639                                 <property name="position">0</property>
2640                               </packing>
2641                             </child>
2642                             <child>
2643                               <widget class="GtkLabel" id="label30">
2644                                 <property name="visible">True</property>
2645                                 <property name="use_underline">True</property>
2646                               </widget>
2647                               <packing>
2648                                 <property name="expand">False</property>
2649                                 <property name="fill">False</property>
2650                                 <property name="position">1</property>
2651                               </packing>
2652                             </child>
2653                           </widget>
2654                         </child>
2655                       </widget>
2656                     </child>
2657                   </widget>
2658                   <packing>
2659                     <property name="position">0</property>
2660                   </packing>
2661                 </child>
2662                 <child>
2663                   <widget class="GtkButton" id="buttonDOWN">
2664                     <property name="visible">True</property>
2665                     <property name="can_focus">True</property>
2666                     <property name="receives_default">False</property>
2667                     <child>
2668                       <widget class="GtkImage" id="image1065">
2669                         <property name="visible">True</property>
2670                         <property name="stock">gtk-go-down</property>
2671                       </widget>
2672                     </child>
2673                   </widget>
2674                   <packing>
2675                     <property name="position">1</property>
2676                   </packing>
2677                 </child>
2678               </widget>
2679               <packing>
2680                 <property name="expand">False</property>
2681                 <property name="fill">False</property>
2682                 <property name="position">1</property>
2683               </packing>
2684             </child>
2685           </widget>
2686           <packing>
2687             <property name="position">0</property>
2688           </packing>
2689         </child>
2690         <child>
2691           <widget class="GtkHSeparator" id="hseparator3">
2692             <property name="visible">True</property>
2693           </widget>
2694           <packing>
2695             <property name="expand">False</property>
2696             <property name="padding">3</property>
2697             <property name="position">1</property>
2698           </packing>
2699         </child>
2700         <child>
2701           <widget class="GtkHBox" id="hbox32">
2702             <property name="visible">True</property>
2703             <child>
2704               <widget class="GtkLabel" id="labelLAST">
2705                 <property name="visible">True</property>
2706                 <property name="xalign">0</property>
2707                 <property name="label" translatable="yes">Last:</property>
2708               </widget>
2709               <packing>
2710                 <property name="position">0</property>
2711               </packing>
2712             </child>
2713             <child>
2714               <widget class="GtkHButtonBox" id="hbuttonbox3">
2715                 <property name="visible">True</property>
2716                 <property name="border_width">4</property>
2717                 <property name="spacing">4</property>
2718                 <property name="layout_style">end</property>
2719                 <child>
2720                   <widget class="GtkButton" id="buttonPAUSE">
2721                     <property name="label">gtk-media-pause</property>
2722                     <property name="visible">True</property>
2723                     <property name="can_focus">True</property>
2724                     <property name="can_default">True</property>
2725                     <property name="receives_default">False</property>
2726                     <property name="use_stock">True</property>
2727                   </widget>
2728                   <packing>
2729                     <property name="expand">False</property>
2730                     <property name="fill">False</property>
2731                     <property name="position">0</property>
2732                   </packing>
2733                 </child>
2734                 <child>
2735                   <widget class="GtkButton" id="buttonPLAY">
2736                     <property name="label">gtk-media-play</property>
2737                     <property name="visible">True</property>
2738                     <property name="can_focus">True</property>
2739                     <property name="can_default">True</property>
2740                     <property name="receives_default">False</property>
2741                     <property name="use_stock">True</property>
2742                   </widget>
2743                   <packing>
2744                     <property name="expand">False</property>
2745                     <property name="fill">False</property>
2746                     <property name="position">1</property>
2747                   </packing>
2748                 </child>
2749                 <child>
2750                   <widget class="GtkButton" id="buttonNEXT">
2751                     <property name="label">gtk-media-next</property>
2752                     <property name="visible">True</property>
2753                     <property name="can_focus">True</property>
2754                     <property name="can_default">True</property>
2755                     <property name="receives_default">False</property>
2756                     <property name="use_stock">True</property>
2757                   </widget>
2758                   <packing>
2759                     <property name="expand">False</property>
2760                     <property name="fill">False</property>
2761                     <property name="position">2</property>
2762                   </packing>
2763                 </child>
2764                 <child>
2765                   <widget class="GtkButton" id="buttonCLOSE">
2766                     <property name="label">gtk-close</property>
2767                     <property name="visible">True</property>
2768                     <property name="can_focus">True</property>
2769                     <property name="can_default">True</property>
2770                     <property name="receives_default">False</property>
2771                     <property name="use_stock">True</property>
2772                   </widget>
2773                   <packing>
2774                     <property name="expand">False</property>
2775                     <property name="fill">False</property>
2776                     <property name="position">3</property>
2777                   </packing>
2778                 </child>
2779               </widget>
2780               <packing>
2781                 <property name="position">1</property>
2782               </packing>
2783             </child>
2784           </widget>
2785           <packing>
2786             <property name="expand">False</property>
2787             <property name="position">2</property>
2788           </packing>
2789         </child>
2790       </widget>
2791     </child>
2792   </widget>
2793 </glade-interface>