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