]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/matita.glade
nasty change in the lexer/parser:
[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="GtkCheckMenuItem" id="menuitemAutoAltL">
1027                                 <property name="visible">True</property>
1028                                 <property name="tooltip" translatable="yes">Automatically expands TeX macros to their corresponding UTF-8 symbol</property>
1029                                 <property name="label" translatable="yes">Auto-expand TeX Macros</property>
1030                                 <property name="use_underline">True</property>
1031                                 <property name="active">True</property>
1032                               </widget>
1033                             </child>
1034                             <child>
1035                               <widget class="GtkImageMenuItem" id="deleteMenuItem">
1036                                 <property name="visible">True</property>
1037                                 <property name="label" translatable="yes">_Delete</property>
1038                                 <property name="use_underline">True</property>
1039                                 <child internal-child="image">
1040                                   <widget class="GtkImage" id="image1058">
1041                                     <property name="visible">True</property>
1042                                     <property name="stock">gtk-delete</property>
1043                                     <property name="icon_size">1</property>
1044                                   </widget>
1045                                 </child>
1046                               </widget>
1047                             </child>
1048                             <child>
1049                               <widget class="GtkSeparatorMenuItem" id="separator4">
1050                                 <property name="visible">True</property>
1051                               </widget>
1052                             </child>
1053                             <child>
1054                               <widget class="GtkMenuItem" id="selectAllMenuItem">
1055                                 <property name="visible">True</property>
1056                                 <property name="label" translatable="yes">Select _All</property>
1057                                 <property name="use_underline">True</property>
1058                               </widget>
1059                             </child>
1060                             <child>
1061                               <widget class="GtkSeparatorMenuItem" id="separator7">
1062                                 <property name="visible">True</property>
1063                               </widget>
1064                             </child>
1065                             <child>
1066                               <widget class="GtkImageMenuItem" id="findReplMenuItem">
1067                                 <property name="visible">True</property>
1068                                 <property name="label" translatable="yes">_Find &amp; replace ...</property>
1069                                 <property name="use_underline">True</property>
1070                                 <accelerator key="f" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1071                                 <child internal-child="image">
1072                                   <widget class="GtkImage" id="image1059">
1073                                     <property name="visible">True</property>
1074                                     <property name="stock">gtk-find-and-replace</property>
1075                                     <property name="icon_size">1</property>
1076                                   </widget>
1077                                 </child>
1078                               </widget>
1079                             </child>
1080                             <child>
1081                               <widget class="GtkSeparatorMenuItem" id="separator8">
1082                                 <property name="visible">True</property>
1083                               </widget>
1084                             </child>
1085                             <child>
1086                               <widget class="GtkMenuItem" id="LigatureButton">
1087                                 <property name="visible">True</property>
1088                                 <property name="label" translatable="yes">Next ligature</property>
1089                                 <property name="use_underline">True</property>
1090                                 <accelerator key="l" modifiers="GDK_MOD1_MASK" signal="activate"/>
1091                               </widget>
1092                             </child>
1093                             <child>
1094                               <widget class="GtkMenuItem" id="externalEditorMenuItem">
1095                                 <property name="visible">True</property>
1096                                 <property name="label" translatable="yes">Edit with e_xternal editor</property>
1097                                 <property name="use_underline">True</property>
1098                               </widget>
1099                             </child>
1100                           </widget>
1101                         </child>
1102                       </widget>
1103                     </child>
1104                     <child>
1105                       <widget class="GtkMenuItem" id="scriptMenu">
1106                         <property name="visible">True</property>
1107                         <property name="label" translatable="yes">_Script</property>
1108                         <property name="use_underline">True</property>
1109                         <child>
1110                           <widget class="GtkMenu" id="scriptMenu_menu">
1111                             <child>
1112                               <widget class="GtkMenuItem" id="scriptAdvanceMenuItem">
1113                                 <property name="visible">True</property>
1114                                 <property name="label" translatable="yes">Execute 1 phrase</property>
1115                                 <property name="use_underline">True</property>
1116                                 <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK" signal="activate"/>
1117                               </widget>
1118                             </child>
1119                             <child>
1120                               <widget class="GtkMenuItem" id="scriptRetractMenuItem">
1121                                 <property name="visible">True</property>
1122                                 <property name="label" translatable="yes">Retract 1 phrase</property>
1123                                 <property name="use_underline">True</property>
1124                                 <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK" signal="activate"/>
1125                               </widget>
1126                             </child>
1127                             <child>
1128                               <widget class="GtkSeparatorMenuItem" id="separator9">
1129                                 <property name="visible">True</property>
1130                               </widget>
1131                             </child>
1132                             <child>
1133                               <widget class="GtkMenuItem" id="scriptBottomMenuItem">
1134                                 <property name="visible">True</property>
1135                                 <property name="label" translatable="yes">Execute all</property>
1136                                 <property name="use_underline">True</property>
1137                                 <accelerator key="End" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK" signal="activate"/>
1138                               </widget>
1139                             </child>
1140                             <child>
1141                               <widget class="GtkMenuItem" id="scriptTopMenuItem">
1142                                 <property name="visible">True</property>
1143                                 <property name="label" translatable="yes">Restart</property>
1144                                 <property name="use_underline">True</property>
1145                                 <accelerator key="Home" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK" signal="activate"/>
1146                               </widget>
1147                             </child>
1148                             <child>
1149                               <widget class="GtkSeparatorMenuItem" id="separator10">
1150                                 <property name="visible">True</property>
1151                               </widget>
1152                             </child>
1153                             <child>
1154                               <widget class="GtkMenuItem" id="scriptJumpMenuItem">
1155                                 <property name="visible">True</property>
1156                                 <property name="label" translatable="yes">Execute until cursor</property>
1157                                 <property name="use_underline">True</property>
1158                                 <accelerator key="period" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK" signal="activate"/>
1159                               </widget>
1160                             </child>
1161                           </widget>
1162                         </child>
1163                       </widget>
1164                     </child>
1165                     <child>
1166                       <widget class="GtkMenuItem" id="viewMenu">
1167                         <property name="visible">True</property>
1168                         <property name="label" translatable="yes">_View</property>
1169                         <property name="use_underline">True</property>
1170                         <child>
1171                           <widget class="GtkMenu" id="viewMenu_menu">
1172                             <child>
1173                               <widget class="GtkMenuItem" id="newCicBrowserMenuItem">
1174                                 <property name="visible">True</property>
1175                                 <property name="label" translatable="yes">New CIC _browser</property>
1176                                 <property name="use_underline">True</property>
1177                                 <accelerator key="F3" modifiers="" signal="activate"/>
1178                               </widget>
1179                             </child>
1180                             <child>
1181                               <widget class="GtkSeparatorMenuItem" id="separator5">
1182                                 <property name="visible">True</property>
1183                               </widget>
1184                             </child>
1185                             <child>
1186                               <widget class="GtkCheckMenuItem" id="fullscreenMenuItem">
1187                                 <property name="visible">True</property>
1188                                 <property name="label" translatable="yes">_Fullscreen</property>
1189                                 <property name="use_underline">True</property>
1190                                 <accelerator key="F11" modifiers="" signal="activate"/>
1191                               </widget>
1192                             </child>
1193                             <child>
1194                               <widget class="GtkCheckMenuItem" id="menuitemPalette">
1195                                 <property name="visible">True</property>
1196                                 <property name="tooltip" translatable="yes">Shows a palette with natural deduction rules</property>
1197                                 <property name="label" translatable="yes">Natural deduction palette</property>
1198                                 <property name="use_underline">True</property>
1199                                 <accelerator key="F2" modifiers="" signal="activate"/>
1200                               </widget>
1201                             </child>
1202                             <child>
1203                               <widget class="GtkSeparatorMenuItem" id="separator1">
1204                                 <property name="visible">True</property>
1205                               </widget>
1206                             </child>
1207                             <child>
1208                               <widget class="GtkImageMenuItem" id="increaseFontSizeMenuItem">
1209                                 <property name="visible">True</property>
1210                                 <property name="label" translatable="yes">Zoom _in</property>
1211                                 <property name="use_underline">True</property>
1212                                 <accelerator key="plus" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1213                                 <child internal-child="image">
1214                                   <widget class="GtkImage" id="image1060">
1215                                     <property name="visible">True</property>
1216                                     <property name="stock">gtk-zoom-in</property>
1217                                     <property name="icon_size">1</property>
1218                                   </widget>
1219                                 </child>
1220                               </widget>
1221                             </child>
1222                             <child>
1223                               <widget class="GtkImageMenuItem" id="decreaseFontSizeMenuItem">
1224                                 <property name="visible">True</property>
1225                                 <property name="label" translatable="yes">Zoom _out</property>
1226                                 <property name="use_underline">True</property>
1227                                 <accelerator key="minus" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1228                                 <child internal-child="image">
1229                                   <widget class="GtkImage" id="image1061">
1230                                     <property name="visible">True</property>
1231                                     <property name="stock">gtk-zoom-out</property>
1232                                     <property name="icon_size">1</property>
1233                                   </widget>
1234                                 </child>
1235                               </widget>
1236                             </child>
1237                             <child>
1238                               <widget class="GtkImageMenuItem" id="normalFontSizeMenuItem">
1239                                 <property name="visible">True</property>
1240                                 <property name="label" translatable="yes">_Normal size</property>
1241                                 <property name="use_underline">True</property>
1242                                 <accelerator key="equal" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1243                                 <child internal-child="image">
1244                                   <widget class="GtkImage" id="image1062">
1245                                     <property name="visible">True</property>
1246                                     <property name="stock">gtk-zoom-100</property>
1247                                     <property name="icon_size">1</property>
1248                                   </widget>
1249                                 </child>
1250                               </widget>
1251                             </child>
1252                             <child>
1253                               <widget class="GtkSeparatorMenuItem" id="separator12">
1254                                 <property name="visible">True</property>
1255                               </widget>
1256                             </child>
1257                             <child>
1258                               <widget class="GtkCheckMenuItem" id="ppNotationMenuItem">
1259                                 <property name="visible">True</property>
1260                                 <property name="label" translatable="yes">Pretty print notation</property>
1261                                 <property name="use_underline">True</property>
1262                                 <property name="active">True</property>
1263                               </widget>
1264                             </child>
1265                             <child>
1266                               <widget class="GtkCheckMenuItem" id="hideCoercionsMenuItem">
1267                                 <property name="visible">True</property>
1268                                 <property name="label" translatable="yes">Hide coercions</property>
1269                                 <property name="use_underline">True</property>
1270                                 <property name="active">True</property>
1271                               </widget>
1272                             </child>
1273                             <child>
1274                               <widget class="GtkSeparatorMenuItem" id="separator13">
1275                                 <property name="visible">True</property>
1276                               </widget>
1277                             </child>
1278                             <child>
1279                               <widget class="GtkMenuItem" id="showCoercionsGraphMenuItem">
1280                                 <property name="visible">True</property>
1281                                 <property name="tooltip" translatable="yes">Displays the graph of coercions</property>
1282                                 <property name="label" translatable="yes">Coercions Graph</property>
1283                                 <property name="use_underline">True</property>
1284                               </widget>
1285                             </child>
1286                             <child>
1287                               <widget class="GtkImageMenuItem" id="showAutoGuiMenuItem">
1288                                 <property name="visible">True</property>
1289                                 <property name="tooltip" translatable="yes">Displays a window helpful to drive automation</property>
1290                                 <property name="label" translatable="yes">Auto GUI</property>
1291                                 <property name="use_underline">True</property>
1292                                 <child internal-child="image">
1293                                   <widget class="GtkImage" id="menu-item-image19">
1294                                     <property name="stock">gtk-media-pause</property>
1295                                   </widget>
1296                                 </child>
1297                               </widget>
1298                             </child>
1299                             <child>
1300                               <widget class="GtkMenuItem" id="showTermGrammarMenuItem">
1301                                 <property name="visible">True</property>
1302                                 <property name="tooltip" translatable="yes">Displays the terms grammar as extended by the user</property>
1303                                 <property name="label" translatable="yes">Terms grammar</property>
1304                                 <property name="use_underline">True</property>
1305                               </widget>
1306                             </child>
1307                             <child>
1308                               <widget class="GtkImageMenuItem" id="showUnicodeTable">
1309                                 <property name="visible">True</property>
1310                                 <property name="tooltip" translatable="yes">Show the conversion table from TeX like sequences to UTF-8</property>
1311                                 <property name="label" translatable="yes">TeX/UTF-8 table</property>
1312                                 <property name="use_underline">True</property>
1313                                 <child internal-child="image">
1314                                   <widget class="GtkImage" id="menu-item-image20">
1315                                     <property name="visible">True</property>
1316                                     <property name="stock">gtk-select-font</property>
1317                                   </widget>
1318                                 </child>
1319                               </widget>
1320                             </child>
1321                           </widget>
1322                         </child>
1323                       </widget>
1324                     </child>
1325                     <child>
1326                       <widget class="GtkMenuItem" id="debugMenu">
1327                         <property name="visible">True</property>
1328                         <property name="label" translatable="yes">_Debug</property>
1329                         <property name="use_underline">True</property>
1330                         <child>
1331                           <widget class="GtkMenu" id="debugMenu_menu">
1332                             <child>
1333                               <widget class="GtkSeparatorMenuItem" id="separator6">
1334                                 <property name="visible">True</property>
1335                               </widget>
1336                             </child>
1337                           </widget>
1338                         </child>
1339                       </widget>
1340                     </child>
1341                     <child>
1342                       <widget class="GtkMenuItem" id="helpMenu">
1343                         <property name="visible">True</property>
1344                         <property name="label" translatable="yes">_Help</property>
1345                         <property name="use_underline">True</property>
1346                         <child>
1347                           <widget class="GtkMenu" id="helpMenu_menu">
1348                             <child>
1349                               <widget class="GtkImageMenuItem" id="contentsMenuItem">
1350                                 <property name="visible">True</property>
1351                                 <property name="label" translatable="yes">_Contents</property>
1352                                 <property name="use_underline">True</property>
1353                                 <accelerator key="F1" modifiers="" signal="activate"/>
1354                                 <child internal-child="image">
1355                                   <widget class="GtkImage" id="image1063">
1356                                     <property name="visible">True</property>
1357                                     <property name="stock">gtk-help</property>
1358                                     <property name="icon_size">1</property>
1359                                   </widget>
1360                                 </child>
1361                               </widget>
1362                             </child>
1363                             <child>
1364                               <widget class="GtkImageMenuItem" id="aboutMenuItem">
1365                                 <property name="visible">True</property>
1366                                 <property name="label" translatable="yes">_About</property>
1367                                 <property name="use_underline">True</property>
1368                                 <child internal-child="image">
1369                                   <widget class="GtkImage" id="image1064">
1370                                     <property name="visible">True</property>
1371                                     <property name="stock">gtk-about</property>
1372                                     <property name="icon_size">1</property>
1373                                   </widget>
1374                                 </child>
1375                               </widget>
1376                             </child>
1377                           </widget>
1378                         </child>
1379                       </widget>
1380                     </child>
1381                   </widget>
1382                 </child>
1383               </widget>
1384               <packing>
1385                 <property name="expand">False</property>
1386                 <property name="fill">False</property>
1387               </packing>
1388             </child>
1389             <child>
1390               <widget class="GtkHBox" id="hbox99">
1391                 <property name="visible">True</property>
1392                 <child>
1393                   <widget class="GtkHPaned" id="hpaneScriptSequent">
1394                     <property name="visible">True</property>
1395                     <property name="can_focus">True</property>
1396                     <child>
1397                       <widget class="GtkHBox" id="hbox18">
1398                         <property name="visible">True</property>
1399                         <property name="spacing">2</property>
1400                         <child>
1401                           <widget class="GtkHandleBox" id="TacticsButtonsHandlebox">
1402                             <property name="visible">True</property>
1403                             <property name="shadow_type">GTK_SHADOW_OUT</property>
1404                             <property name="handle_position">GTK_POS_TOP</property>
1405                             <child>
1406                               <widget class="GtkVBox" id="vboxTacticsPalette">
1407                                 <property name="visible">True</property>
1408                                 <child>
1409                                   <widget class="GtkExpander" id="expander1">
1410                                     <property name="visible">True</property>
1411                                     <property name="can_focus">True</property>
1412                                     <child>
1413                                       <widget class="GtkVBox" id="vbox1">
1414                                         <property name="visible">True</property>
1415                                         <child>
1416                                           <widget class="GtkButton" id="butImpl_intro">
1417                                             <property name="visible">True</property>
1418                                             <property name="can_focus">True</property>
1419                                             <property name="receives_default">True</property>
1420                                             <property name="response_id">0</property>
1421                                             <child>
1422                                               <widget class="GtkLabel" id="label8">
1423                                                 <property name="visible">True</property>
1424                                                 <property name="label" translatable="yes">Implication (⇒&lt;sub&gt;i&lt;/sub&gt;)</property>
1425                                                 <property name="use_markup">True</property>
1426                                               </widget>
1427                                             </child>
1428                                           </widget>
1429                                         </child>
1430                                         <child>
1431                                           <widget class="GtkButton" id="butAnd_intro">
1432                                             <property name="visible">True</property>
1433                                             <property name="can_focus">True</property>
1434                                             <property name="receives_default">True</property>
1435                                             <property name="response_id">0</property>
1436                                             <child>
1437                                               <widget class="GtkLabel" id="label7">
1438                                                 <property name="visible">True</property>
1439                                                 <property name="label" translatable="yes">Conjunction (∧&lt;sub&gt;i&lt;/sub&gt;)</property>
1440                                                 <property name="use_markup">True</property>
1441                                               </widget>
1442                                             </child>
1443                                           </widget>
1444                                           <packing>
1445                                             <property name="position">1</property>
1446                                           </packing>
1447                                         </child>
1448                                         <child>
1449                                           <widget class="GtkButton" id="butOr_intro_left">
1450                                             <property name="visible">True</property>
1451                                             <property name="can_focus">True</property>
1452                                             <property name="receives_default">True</property>
1453                                             <property name="response_id">0</property>
1454                                             <child>
1455                                               <widget class="GtkLabel" id="label9">
1456                                                 <property name="visible">True</property>
1457                                                 <property name="label" translatable="yes">Disjunction left (∨&lt;sub&gt;i-l&lt;/sub&gt;)</property>
1458                                                 <property name="use_markup">True</property>
1459                                               </widget>
1460                                             </child>
1461                                           </widget>
1462                                           <packing>
1463                                             <property name="position">2</property>
1464                                           </packing>
1465                                         </child>
1466                                         <child>
1467                                           <widget class="GtkButton" id="butOr_intro_right">
1468                                             <property name="visible">True</property>
1469                                             <property name="can_focus">True</property>
1470                                             <property name="receives_default">True</property>
1471                                             <property name="response_id">0</property>
1472                                             <child>
1473                                               <widget class="GtkLabel" id="label10">
1474                                                 <property name="visible">True</property>
1475                                                 <property name="label" translatable="yes">Disjunction right (∨&lt;sub&gt;i-r&lt;/sub&gt;)</property>
1476                                                 <property name="use_markup">True</property>
1477                                               </widget>
1478                                             </child>
1479                                           </widget>
1480                                           <packing>
1481                                             <property name="position">3</property>
1482                                           </packing>
1483                                         </child>
1484                                         <child>
1485                                           <widget class="GtkButton" id="butNot_intro">
1486                                             <property name="visible">True</property>
1487                                             <property name="can_focus">True</property>
1488                                             <property name="receives_default">True</property>
1489                                             <property name="response_id">0</property>
1490                                             <child>
1491                                               <widget class="GtkLabel" id="label11">
1492                                                 <property name="visible">True</property>
1493                                                 <property name="label" translatable="yes">Negation (¬&lt;sub&gt;i&lt;/sub&gt;)</property>
1494                                                 <property name="use_markup">True</property>
1495                                               </widget>
1496                                             </child>
1497                                           </widget>
1498                                           <packing>
1499                                             <property name="position">4</property>
1500                                           </packing>
1501                                         </child>
1502                                         <child>
1503                                           <widget class="GtkButton" id="butTop_intro">
1504                                             <property name="visible">True</property>
1505                                             <property name="can_focus">True</property>
1506                                             <property name="receives_default">True</property>
1507                                             <property name="response_id">0</property>
1508                                             <child>
1509                                               <widget class="GtkLabel" id="label12">
1510                                                 <property name="visible">True</property>
1511                                                 <property name="label" translatable="yes">Top (⊤&lt;sub&gt;i&lt;/sub&gt;)</property>
1512                                                 <property name="use_markup">True</property>
1513                                               </widget>
1514                                             </child>
1515                                           </widget>
1516                                           <packing>
1517                                             <property name="position">5</property>
1518                                           </packing>
1519                                         </child>
1520                                         <child>
1521                                           <widget class="GtkButton" id="butForall_intro">
1522                                             <property name="visible">True</property>
1523                                             <property name="can_focus">True</property>
1524                                             <property name="receives_default">True</property>
1525                                             <property name="response_id">0</property>
1526                                             <child>
1527                                               <widget class="GtkLabel" id="label20">
1528                                                 <property name="visible">True</property>
1529                                                 <property name="label" translatable="yes">Universal (∀&lt;sub&gt;i&lt;/sub&gt;)</property>
1530                                                 <property name="use_markup">True</property>
1531                                               </widget>
1532                                             </child>
1533                                           </widget>
1534                                           <packing>
1535                                             <property name="position">6</property>
1536                                           </packing>
1537                                         </child>
1538                                         <child>
1539                                           <widget class="GtkButton" id="butExists_intro">
1540                                             <property name="visible">True</property>
1541                                             <property name="can_focus">True</property>
1542                                             <property name="receives_default">True</property>
1543                                             <property name="response_id">0</property>
1544                                             <child>
1545                                               <widget class="GtkLabel" id="label21">
1546                                                 <property name="visible">True</property>
1547                                                 <property name="label" translatable="yes">Existential (∃&lt;sub&gt;i&lt;/sub&gt;)</property>
1548                                                 <property name="use_markup">True</property>
1549                                               </widget>
1550                                             </child>
1551                                           </widget>
1552                                           <packing>
1553                                             <property name="position">7</property>
1554                                           </packing>
1555                                         </child>
1556                                       </widget>
1557                                     </child>
1558                                     <child>
1559                                       <widget class="GtkLabel" id="label4">
1560                                         <property name="visible">True</property>
1561                                         <property name="label" translatable="yes">Introduction rules</property>
1562                                       </widget>
1563                                       <packing>
1564                                         <property name="type">label_item</property>
1565                                       </packing>
1566                                     </child>
1567                                   </widget>
1568                                   <packing>
1569                                     <property name="expand">False</property>
1570                                   </packing>
1571                                 </child>
1572                                 <child>
1573                                   <widget class="GtkExpander" id="expander2">
1574                                     <property name="visible">True</property>
1575                                     <property name="can_focus">True</property>
1576                                     <child>
1577                                       <widget class="GtkVBox" id="vbox3">
1578                                         <property name="visible">True</property>
1579                                         <child>
1580                                           <widget class="GtkButton" id="butImpl_elim">
1581                                             <property name="visible">True</property>
1582                                             <property name="can_focus">True</property>
1583                                             <property name="receives_default">True</property>
1584                                             <property name="response_id">0</property>
1585                                             <child>
1586                                               <widget class="GtkLabel" id="label22">
1587                                                 <property name="visible">True</property>
1588                                                 <property name="label" translatable="yes">Implication (⇒&lt;sub&gt;e&lt;/sub&gt;)</property>
1589                                                 <property name="use_markup">True</property>
1590                                               </widget>
1591                                             </child>
1592                                           </widget>
1593                                         </child>
1594                                         <child>
1595                                           <widget class="GtkButton" id="butAnd_elim_left">
1596                                             <property name="visible">True</property>
1597                                             <property name="can_focus">True</property>
1598                                             <property name="receives_default">True</property>
1599                                             <property name="response_id">0</property>
1600                                             <child>
1601                                               <widget class="GtkLabel" id="label23">
1602                                                 <property name="visible">True</property>
1603                                                 <property name="label" translatable="yes">Conjunction left (∧&lt;sub&gt;e-l&lt;/sub&gt;)</property>
1604                                                 <property name="use_markup">True</property>
1605                                               </widget>
1606                                             </child>
1607                                           </widget>
1608                                           <packing>
1609                                             <property name="position">1</property>
1610                                           </packing>
1611                                         </child>
1612                                         <child>
1613                                           <widget class="GtkButton" id="butAnd_elim_right">
1614                                             <property name="visible">True</property>
1615                                             <property name="can_focus">True</property>
1616                                             <property name="receives_default">True</property>
1617                                             <property name="response_id">0</property>
1618                                             <child>
1619                                               <widget class="GtkLabel" id="label24">
1620                                                 <property name="visible">True</property>
1621                                                 <property name="label" translatable="yes">Conjunction right (∧&lt;sub&gt;e-r&lt;/sub&gt;)</property>
1622                                                 <property name="use_markup">True</property>
1623                                               </widget>
1624                                             </child>
1625                                           </widget>
1626                                           <packing>
1627                                             <property name="position">2</property>
1628                                           </packing>
1629                                         </child>
1630                                         <child>
1631                                           <widget class="GtkButton" id="butOr_elim">
1632                                             <property name="visible">True</property>
1633                                             <property name="can_focus">True</property>
1634                                             <property name="receives_default">True</property>
1635                                             <property name="response_id">0</property>
1636                                             <child>
1637                                               <widget class="GtkLabel" id="label27">
1638                                                 <property name="visible">True</property>
1639                                                 <property name="label" translatable="yes">Disjunction (∨&lt;sub&gt;e&lt;/sub&gt;)</property>
1640                                                 <property name="use_markup">True</property>
1641                                               </widget>
1642                                             </child>
1643                                           </widget>
1644                                           <packing>
1645                                             <property name="position">3</property>
1646                                           </packing>
1647                                         </child>
1648                                         <child>
1649                                           <widget class="GtkButton" id="butNot_elim">
1650                                             <property name="visible">True</property>
1651                                             <property name="can_focus">True</property>
1652                                             <property name="receives_default">True</property>
1653                                             <property name="response_id">0</property>
1654                                             <child>
1655                                               <widget class="GtkLabel" id="label31">
1656                                                 <property name="visible">True</property>
1657                                                 <property name="label" translatable="yes">Negation (¬&lt;sub&gt;e&lt;/sub&gt;)</property>
1658                                                 <property name="use_markup">True</property>
1659                                               </widget>
1660                                             </child>
1661                                           </widget>
1662                                           <packing>
1663                                             <property name="position">4</property>
1664                                           </packing>
1665                                         </child>
1666                                         <child>
1667                                           <widget class="GtkButton" id="butBot_elim">
1668                                             <property name="visible">True</property>
1669                                             <property name="can_focus">True</property>
1670                                             <property name="receives_default">True</property>
1671                                             <property name="response_id">0</property>
1672                                             <child>
1673                                               <widget class="GtkLabel" id="label33">
1674                                                 <property name="visible">True</property>
1675                                                 <property name="label" translatable="yes">Bottom (⊥&lt;sub&gt;e&lt;/sub&gt;)</property>
1676                                                 <property name="use_markup">True</property>
1677                                               </widget>
1678                                             </child>
1679                                           </widget>
1680                                           <packing>
1681                                             <property name="position">5</property>
1682                                           </packing>
1683                                         </child>
1684                                         <child>
1685                                           <widget class="GtkButton" id="butForall_elim">
1686                                             <property name="visible">True</property>
1687                                             <property name="can_focus">True</property>
1688                                             <property name="receives_default">True</property>
1689                                             <property name="response_id">0</property>
1690                                             <child>
1691                                               <widget class="GtkLabel" id="label34">
1692                                                 <property name="visible">True</property>
1693                                                 <property name="label" translatable="yes">Universal (∀&lt;sub&gt;e&lt;/sub&gt;)</property>
1694                                                 <property name="use_markup">True</property>
1695                                               </widget>
1696                                             </child>
1697                                           </widget>
1698                                           <packing>
1699                                             <property name="position">6</property>
1700                                           </packing>
1701                                         </child>
1702                                         <child>
1703                                           <widget class="GtkButton" id="butExists_elim">
1704                                             <property name="visible">True</property>
1705                                             <property name="can_focus">True</property>
1706                                             <property name="receives_default">True</property>
1707                                             <property name="response_id">0</property>
1708                                             <child>
1709                                               <widget class="GtkLabel" id="label35">
1710                                                 <property name="visible">True</property>
1711                                                 <property name="label" translatable="yes">Existential (∃&lt;sub&gt;e&lt;/sub&gt;)</property>
1712                                                 <property name="use_markup">True</property>
1713                                               </widget>
1714                                             </child>
1715                                           </widget>
1716                                           <packing>
1717                                             <property name="position">7</property>
1718                                           </packing>
1719                                         </child>
1720                                       </widget>
1721                                     </child>
1722                                     <child>
1723                                       <widget class="GtkLabel" id="label5">
1724                                         <property name="visible">True</property>
1725                                         <property name="label" translatable="yes">Elimination rules</property>
1726                                       </widget>
1727                                       <packing>
1728                                         <property name="type">label_item</property>
1729                                       </packing>
1730                                     </child>
1731                                   </widget>
1732                                   <packing>
1733                                     <property name="expand">False</property>
1734                                     <property name="position">1</property>
1735                                   </packing>
1736                                 </child>
1737                                 <child>
1738                                   <widget class="GtkExpander" id="expander3">
1739                                     <property name="visible">True</property>
1740                                     <property name="can_focus">True</property>
1741                                     <child>
1742                                       <widget class="GtkVBox" id="vbox4">
1743                                         <property name="visible">True</property>
1744                                         <child>
1745                                           <widget class="GtkButton" id="butRAA">
1746                                             <property name="visible">True</property>
1747                                             <property name="can_focus">True</property>
1748                                             <property name="receives_default">True</property>
1749                                             <property name="label" translatable="yes">Reduction to Absurdity (RAA)</property>
1750                                             <property name="response_id">0</property>
1751                                           </widget>
1752                                         </child>
1753                                         <child>
1754                                           <widget class="GtkButton" id="butUseLemma">
1755                                             <property name="visible">True</property>
1756                                             <property name="can_focus">True</property>
1757                                             <property name="receives_default">True</property>
1758                                             <property name="label" translatable="yes">Use lemma (lem)</property>
1759                                             <property name="response_id">0</property>
1760                                           </widget>
1761                                           <packing>
1762                                             <property name="position">1</property>
1763                                           </packing>
1764                                         </child>
1765                                         <child>
1766                                           <widget class="GtkButton" id="butDischarge">
1767                                             <property name="visible">True</property>
1768                                             <property name="can_focus">True</property>
1769                                             <property name="receives_default">True</property>
1770                                             <property name="label" translatable="yes">Discharge (discharge)</property>
1771                                             <property name="response_id">0</property>
1772                                           </widget>
1773                                           <packing>
1774                                             <property name="position">2</property>
1775                                           </packing>
1776                                         </child>
1777                                       </widget>
1778                                     </child>
1779                                     <child>
1780                                       <widget class="GtkLabel" id="label6">
1781                                         <property name="visible">True</property>
1782                                         <property name="label" translatable="yes">Misc rules</property>
1783                                       </widget>
1784                                       <packing>
1785                                         <property name="type">label_item</property>
1786                                       </packing>
1787                                     </child>
1788                                   </widget>
1789                                   <packing>
1790                                     <property name="expand">False</property>
1791                                     <property name="position">2</property>
1792                                   </packing>
1793                                 </child>
1794                               </widget>
1795                             </child>
1796                           </widget>
1797                           <packing>
1798                             <property name="expand">False</property>
1799                           </packing>
1800                         </child>
1801                         <child>
1802                           <widget class="GtkVBox" id="vboxScript">
1803                             <property name="width_request">400</property>
1804                             <property name="visible">True</property>
1805                             <child>
1806                               <widget class="GtkHBox" id="hbox28">
1807                                 <property name="visible">True</property>
1808                                 <child>
1809                                   <widget class="GtkToolbar" id="buttonsToolbar">
1810                                     <property name="visible">True</property>
1811                                     <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
1812                                     <child>
1813                                       <widget class="GtkToolItem" id="toolitem41">
1814                                         <property name="visible">True</property>
1815                                         <child>
1816                                           <widget class="GtkButton" id="scriptTopButton">
1817                                             <property name="visible">True</property>
1818                                             <property name="can_focus">True</property>
1819                                             <property name="tooltip" translatable="yes">Restart</property>
1820                                             <property name="relief">GTK_RELIEF_NONE</property>
1821                                             <property name="response_id">0</property>
1822                                             <child>
1823                                               <widget class="GtkImage" id="image920">
1824                                                 <property name="visible">True</property>
1825                                                 <property name="stock">gtk-goto-top</property>
1826                                               </widget>
1827                                             </child>
1828                                           </widget>
1829                                         </child>
1830                                       </widget>
1831                                       <packing>
1832                                         <property name="expand">False</property>
1833                                         <property name="homogeneous">False</property>
1834                                       </packing>
1835                                     </child>
1836                                     <child>
1837                                       <widget class="GtkToolItem" id="toolitem42">
1838                                         <property name="visible">True</property>
1839                                         <child>
1840                                           <widget class="GtkButton" id="scriptRetractButton">
1841                                             <property name="visible">True</property>
1842                                             <property name="can_focus">True</property>
1843                                             <property name="tooltip" translatable="yes">Retract 1 phrase</property>
1844                                             <property name="relief">GTK_RELIEF_NONE</property>
1845                                             <property name="response_id">0</property>
1846                                             <child>
1847                                               <widget class="GtkImage" id="image921">
1848                                                 <property name="visible">True</property>
1849                                                 <property name="stock">gtk-go-up</property>
1850                                               </widget>
1851                                             </child>
1852                                           </widget>
1853                                         </child>
1854                                       </widget>
1855                                       <packing>
1856                                         <property name="expand">False</property>
1857                                         <property name="homogeneous">False</property>
1858                                       </packing>
1859                                     </child>
1860                                     <child>
1861                                       <widget class="GtkToolItem" id="toolitem43">
1862                                         <property name="visible">True</property>
1863                                         <child>
1864                                           <widget class="GtkButton" id="scriptJumpButton">
1865                                             <property name="visible">True</property>
1866                                             <property name="can_focus">True</property>
1867                                             <property name="tooltip" translatable="yes">Execute until point</property>
1868                                             <property name="relief">GTK_RELIEF_NONE</property>
1869                                             <property name="response_id">0</property>
1870                                             <child>
1871                                               <widget class="GtkImage" id="image922">
1872                                                 <property name="visible">True</property>
1873                                                 <property name="stock">gtk-jump-to</property>
1874                                               </widget>
1875                                             </child>
1876                                           </widget>
1877                                         </child>
1878                                       </widget>
1879                                       <packing>
1880                                         <property name="expand">False</property>
1881                                         <property name="homogeneous">False</property>
1882                                       </packing>
1883                                     </child>
1884                                     <child>
1885                                       <widget class="GtkToolItem" id="toolitem44">
1886                                         <property name="visible">True</property>
1887                                         <child>
1888                                           <widget class="GtkButton" id="scriptAdvanceButton">
1889                                             <property name="visible">True</property>
1890                                             <property name="can_focus">True</property>
1891                                             <property name="tooltip" translatable="yes">Execute 1 phrase</property>
1892                                             <property name="relief">GTK_RELIEF_NONE</property>
1893                                             <property name="response_id">0</property>
1894                                             <child>
1895                                               <widget class="GtkImage" id="image923">
1896                                                 <property name="visible">True</property>
1897                                                 <property name="stock">gtk-go-down</property>
1898                                               </widget>
1899                                             </child>
1900                                           </widget>
1901                                         </child>
1902                                       </widget>
1903                                       <packing>
1904                                         <property name="expand">False</property>
1905                                         <property name="homogeneous">False</property>
1906                                       </packing>
1907                                     </child>
1908                                     <child>
1909                                       <widget class="GtkToolItem" id="toolitem45">
1910                                         <property name="visible">True</property>
1911                                         <child>
1912                                           <widget class="GtkButton" id="scriptBottomButton">
1913                                             <property name="visible">True</property>
1914                                             <property name="can_focus">True</property>
1915                                             <property name="tooltip" translatable="yes">Execute all</property>
1916                                             <property name="relief">GTK_RELIEF_NONE</property>
1917                                             <property name="response_id">0</property>
1918                                             <child>
1919                                               <widget class="GtkImage" id="image924">
1920                                                 <property name="visible">True</property>
1921                                                 <property name="stock">gtk-goto-bottom</property>
1922                                               </widget>
1923                                             </child>
1924                                           </widget>
1925                                         </child>
1926                                       </widget>
1927                                       <packing>
1928                                         <property name="expand">False</property>
1929                                         <property name="homogeneous">False</property>
1930                                       </packing>
1931                                     </child>
1932                                   </widget>
1933                                 </child>
1934                                 <child>
1935                                   <widget class="GtkToolbar" id="toolbar2">
1936                                     <property name="visible">True</property>
1937                                     <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1938                                     <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
1939                                     <child>
1940                                       <widget class="GtkToolItem" id="toolitem46">
1941                                         <property name="visible">True</property>
1942                                         <child>
1943                                           <widget class="GtkButton" id="scriptAbortButton">
1944                                             <property name="visible">True</property>
1945                                             <property name="can_focus">True</property>
1946                                             <property name="relief">GTK_RELIEF_NONE</property>
1947                                             <property name="response_id">0</property>
1948                                             <child>
1949                                               <widget class="GtkImage" id="image927">
1950                                                 <property name="visible">True</property>
1951                                                 <property name="stock">gtk-stop</property>
1952                                               </widget>
1953                                             </child>
1954                                           </widget>
1955                                         </child>
1956                                       </widget>
1957                                       <packing>
1958                                         <property name="expand">False</property>
1959                                         <property name="homogeneous">False</property>
1960                                       </packing>
1961                                     </child>
1962                                   </widget>
1963                                   <packing>
1964                                     <property name="expand">False</property>
1965                                     <property name="position">1</property>
1966                                   </packing>
1967                                 </child>
1968                               </widget>
1969                               <packing>
1970                                 <property name="expand">False</property>
1971                                 <property name="fill">False</property>
1972                               </packing>
1973                             </child>
1974                             <child>
1975                               <widget class="GtkNotebook" id="scriptNotebook">
1976                                 <property name="visible">True</property>
1977                                 <property name="can_focus">True</property>
1978                                 <property name="tab_pos">GTK_POS_BOTTOM</property>
1979                                 <child>
1980                                   <widget class="GtkScrolledWindow" id="ScriptScrolledWin">
1981                                     <property name="visible">True</property>
1982                                     <property name="can_focus">True</property>
1983                                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1984                                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1985                                     <child>
1986                                       <placeholder/>
1987                                     </child>
1988                                   </widget>
1989                                 </child>
1990                                 <child>
1991                                   <widget class="GtkLabel" id="scriptLabel">
1992                                     <property name="visible">True</property>
1993                                     <property name="label" translatable="yes">script</property>
1994                                   </widget>
1995                                   <packing>
1996                                     <property name="type">tab</property>
1997                                     <property name="tab_fill">False</property>
1998                                   </packing>
1999                                 </child>
2000                                 <child>
2001                                   <widget class="GtkScrolledWindow" id="scrolledwindow8">
2002                                     <property name="visible">True</property>
2003                                     <property name="can_focus">True</property>
2004                                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2005                                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2006                                     <child>
2007                                       <widget class="GtkViewport" id="viewport1">
2008                                         <property name="visible">True</property>
2009                                         <child>
2010                                           <widget class="GtkLabel" id="label25">
2011                                             <property name="visible">True</property>
2012                                             <property name="label" translatable="yes">Not implemented.</property>
2013                                           </widget>
2014                                         </child>
2015                                       </widget>
2016                                     </child>
2017                                   </widget>
2018                                   <packing>
2019                                     <property name="position">1</property>
2020                                   </packing>
2021                                 </child>
2022                                 <child>
2023                                   <widget class="GtkLabel" id="label13">
2024                                     <property name="visible">True</property>
2025                                     <property name="label" translatable="yes">outline</property>
2026                                   </widget>
2027                                   <packing>
2028                                     <property name="type">tab</property>
2029                                     <property name="position">1</property>
2030                                     <property name="tab_fill">False</property>
2031                                   </packing>
2032                                 </child>
2033                               </widget>
2034                               <packing>
2035                                 <property name="position">1</property>
2036                               </packing>
2037                             </child>
2038                           </widget>
2039                           <packing>
2040                             <property name="position">1</property>
2041                           </packing>
2042                         </child>
2043                       </widget>
2044                       <packing>
2045                         <property name="resize">False</property>
2046                         <property name="shrink">True</property>
2047                       </packing>
2048                     </child>
2049                     <child>
2050                       <widget class="GtkVPaned" id="vpaned1">
2051                         <property name="width_request">250</property>
2052                         <property name="height_request">500</property>
2053                         <property name="visible">True</property>
2054                         <property name="can_focus">True</property>
2055                         <property name="position">380</property>
2056                         <child>
2057                           <widget class="GtkNotebook" id="sequentsNotebook">
2058                             <property name="visible">True</property>
2059                             <property name="can_focus">True</property>
2060                           </widget>
2061                           <packing>
2062                             <property name="resize">False</property>
2063                             <property name="shrink">True</property>
2064                           </packing>
2065                         </child>
2066                         <child>
2067                           <widget class="GtkHBox" id="hbox9">
2068                             <property name="visible">True</property>
2069                             <child>
2070                               <widget class="GtkScrolledWindow" id="logScrolledWin">
2071                                 <property name="visible">True</property>
2072                                 <property name="can_focus">True</property>
2073                                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
2074                                 <property name="shadow_type">GTK_SHADOW_IN</property>
2075                                 <child>
2076                                   <widget class="GtkTextView" id="logTextView">
2077                                     <property name="visible">True</property>
2078                                     <property name="can_focus">True</property>
2079                                     <property name="editable">False</property>
2080                                     <property name="wrap_mode">GTK_WRAP_CHAR</property>
2081                                     <property name="cursor_visible">False</property>
2082                                   </widget>
2083                                 </child>
2084                               </widget>
2085                             </child>
2086                           </widget>
2087                           <packing>
2088                             <property name="resize">True</property>
2089                             <property name="shrink">True</property>
2090                           </packing>
2091                         </child>
2092                       </widget>
2093                       <packing>
2094                         <property name="resize">True</property>
2095                         <property name="shrink">True</property>
2096                       </packing>
2097                     </child>
2098                   </widget>
2099                 </child>
2100               </widget>
2101               <packing>
2102                 <property name="position">1</property>
2103               </packing>
2104             </child>
2105             <child>
2106               <widget class="GtkHBox" id="hbox10">
2107                 <property name="visible">True</property>
2108                 <child>
2109                   <widget class="GtkStatusbar" id="StatusBar">
2110                     <property name="visible">True</property>
2111                     <property name="has_resize_grip">False</property>
2112                   </widget>
2113                 </child>
2114                 <child>
2115                   <widget class="GtkNotebook" id="HintNotebook">
2116                     <property name="visible">True</property>
2117                     <property name="show_tabs">False</property>
2118                     <child>
2119                       <widget class="GtkImage" id="HintLowImage">
2120                         <property name="visible">True</property>
2121                         <property name="stock">gtk-missing-image</property>
2122                       </widget>
2123                     </child>
2124                     <child>
2125                       <widget class="GtkLabel" id="label14">
2126                         <property name="visible">True</property>
2127                         <property name="label" translatable="yes">label14</property>
2128                       </widget>
2129                       <packing>
2130                         <property name="type">tab</property>
2131                         <property name="tab_fill">False</property>
2132                       </packing>
2133                     </child>
2134                     <child>
2135                       <widget class="GtkImage" id="HintMediumImage">
2136                         <property name="visible">True</property>
2137                         <property name="stock">gtk-missing-image</property>
2138                       </widget>
2139                       <packing>
2140                         <property name="position">1</property>
2141                       </packing>
2142                     </child>
2143                     <child>
2144                       <widget class="GtkLabel" id="label15">
2145                         <property name="visible">True</property>
2146                         <property name="label" translatable="yes">label15</property>
2147                       </widget>
2148                       <packing>
2149                         <property name="type">tab</property>
2150                         <property name="position">1</property>
2151                         <property name="tab_fill">False</property>
2152                       </packing>
2153                     </child>
2154                     <child>
2155                       <widget class="GtkImage" id="HintHighImage">
2156                         <property name="visible">True</property>
2157                         <property name="stock">gtk-missing-image</property>
2158                       </widget>
2159                       <packing>
2160                         <property name="position">2</property>
2161                       </packing>
2162                     </child>
2163                     <child>
2164                       <widget class="GtkLabel" id="label16">
2165                         <property name="visible">True</property>
2166                         <property name="label" translatable="yes">label16</property>
2167                       </widget>
2168                       <packing>
2169                         <property name="type">tab</property>
2170                         <property name="position">2</property>
2171                         <property name="tab_fill">False</property>
2172                       </packing>
2173                     </child>
2174                   </widget>
2175                   <packing>
2176                     <property name="expand">False</property>
2177                     <property name="position">1</property>
2178                   </packing>
2179                 </child>
2180               </widget>
2181               <packing>
2182                 <property name="expand">False</property>
2183                 <property name="fill">False</property>
2184                 <property name="position">2</property>
2185               </packing>
2186             </child>
2187           </widget>
2188         </child>
2189       </widget>
2190     </child>
2191   </widget>
2192   <widget class="GtkDialog" id="TextDialog">
2193     <property name="title" translatable="yes">DUMMY</property>
2194     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2195     <child internal-child="vbox">
2196       <widget class="GtkVBox" id="vbox5">
2197         <property name="visible">True</property>
2198         <child>
2199           <widget class="GtkLabel" id="TextDialogLabel">
2200             <property name="visible">True</property>
2201             <property name="label" translatable="yes">DUMMY</property>
2202           </widget>
2203           <packing>
2204             <property name="expand">False</property>
2205             <property name="fill">False</property>
2206             <property name="position">2</property>
2207           </packing>
2208         </child>
2209         <child>
2210           <widget class="GtkScrolledWindow" id="scrolledwindow2">
2211             <property name="visible">True</property>
2212             <property name="can_focus">True</property>
2213             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2214             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2215             <property name="shadow_type">GTK_SHADOW_IN</property>
2216             <child>
2217               <widget class="GtkTextView" id="TextDialogTextView">
2218                 <property name="visible">True</property>
2219                 <property name="can_focus">True</property>
2220               </widget>
2221             </child>
2222           </widget>
2223           <packing>
2224             <property name="position">3</property>
2225           </packing>
2226         </child>
2227         <child internal-child="action_area">
2228           <widget class="GtkHButtonBox" id="hbuttonbox1">
2229             <property name="visible">True</property>
2230             <property name="layout_style">GTK_BUTTONBOX_END</property>
2231             <child>
2232               <widget class="GtkButton" id="TextDialogCancelButton">
2233                 <property name="visible">True</property>
2234                 <property name="can_focus">True</property>
2235                 <property name="can_default">True</property>
2236                 <property name="label">gtk-cancel</property>
2237                 <property name="use_stock">True</property>
2238                 <property name="response_id">-6</property>
2239               </widget>
2240             </child>
2241             <child>
2242               <widget class="GtkButton" id="TextDialogOkButton">
2243                 <property name="visible">True</property>
2244                 <property name="can_focus">True</property>
2245                 <property name="can_default">True</property>
2246                 <property name="label">gtk-ok</property>
2247                 <property name="use_stock">True</property>
2248                 <property name="response_id">-5</property>
2249               </widget>
2250               <packing>
2251                 <property name="position">1</property>
2252               </packing>
2253             </child>
2254           </widget>
2255           <packing>
2256             <property name="expand">False</property>
2257             <property name="pack_type">GTK_PACK_END</property>
2258           </packing>
2259         </child>
2260       </widget>
2261     </child>
2262   </widget>
2263   <widget class="GtkDialog" id="UriChoiceDialog">
2264     <property name="height_request">280</property>
2265     <property name="title" translatable="yes">Uri choice</property>
2266     <property name="modal">True</property>
2267     <property name="window_position">GTK_WIN_POS_CENTER</property>
2268     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2269     <child internal-child="vbox">
2270       <widget class="GtkVBox" id="dialog-vbox3">
2271         <property name="visible">True</property>
2272         <property name="spacing">4</property>
2273         <child>
2274           <widget class="GtkVBox" id="vbox2">
2275             <property name="visible">True</property>
2276             <property name="spacing">3</property>
2277             <child>
2278               <widget class="GtkLabel" id="UriChoiceLabel">
2279                 <property name="visible">True</property>
2280                 <property name="label" translatable="yes">some informative message here ...</property>
2281               </widget>
2282               <packing>
2283                 <property name="expand">False</property>
2284                 <property name="fill">False</property>
2285               </packing>
2286             </child>
2287             <child>
2288               <widget class="GtkScrolledWindow" id="scrolledwindow1">
2289                 <property name="width_request">400</property>
2290                 <property name="visible">True</property>
2291                 <property name="can_focus">True</property>
2292                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2293                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2294                 <child>
2295                   <widget class="GtkTreeView" id="UriChoiceTreeView">
2296                     <property name="visible">True</property>
2297                     <property name="can_focus">True</property>
2298                     <property name="headers_visible">False</property>
2299                   </widget>
2300                 </child>
2301               </widget>
2302               <packing>
2303                 <property name="position">1</property>
2304               </packing>
2305             </child>
2306             <child>
2307               <widget class="GtkHBox" id="uriEntryHBox">
2308                 <property name="visible">True</property>
2309                 <child>
2310                   <widget class="GtkLabel" id="label2">
2311                     <property name="visible">True</property>
2312                     <property name="label" translatable="yes">URI: </property>
2313                   </widget>
2314                   <packing>
2315                     <property name="expand">False</property>
2316                     <property name="fill">False</property>
2317                   </packing>
2318                 </child>
2319                 <child>
2320                   <widget class="GtkEntry" id="entry1">
2321                     <property name="visible">True</property>
2322                     <property name="can_focus">True</property>
2323                     <property name="invisible_char">*</property>
2324                   </widget>
2325                   <packing>
2326                     <property name="position">1</property>
2327                   </packing>
2328                 </child>
2329               </widget>
2330               <packing>
2331                 <property name="expand">False</property>
2332                 <property name="position">2</property>
2333               </packing>
2334             </child>
2335           </widget>
2336           <packing>
2337             <property name="position">2</property>
2338           </packing>
2339         </child>
2340         <child internal-child="action_area">
2341           <widget class="GtkHButtonBox" id="dialog-action_area3">
2342             <property name="visible">True</property>
2343             <property name="layout_style">GTK_BUTTONBOX_END</property>
2344             <child>
2345               <widget class="GtkButton" id="UriChoiceAbortButton">
2346                 <property name="visible">True</property>
2347                 <property name="can_focus">True</property>
2348                 <property name="can_default">True</property>
2349                 <property name="label">gtk-cancel</property>
2350                 <property name="use_stock">True</property>
2351                 <property name="response_id">-6</property>
2352               </widget>
2353             </child>
2354             <child>
2355               <widget class="GtkButton" id="UriChoiceSelectedButton">
2356                 <property name="visible">True</property>
2357                 <property name="can_focus">True</property>
2358                 <property name="can_default">True</property>
2359                 <property name="response_id">0</property>
2360                 <child>
2361                   <widget class="GtkAlignment" id="alignment2">
2362                     <property name="visible">True</property>
2363                     <property name="xscale">0</property>
2364                     <property name="yscale">0</property>
2365                     <child>
2366                       <widget class="GtkHBox" id="hbox3">
2367                         <property name="visible">True</property>
2368                         <property name="spacing">2</property>
2369                         <child>
2370                           <widget class="GtkImage" id="image19">
2371                             <property name="visible">True</property>
2372                             <property name="stock">gtk-index</property>
2373                           </widget>
2374                           <packing>
2375                             <property name="expand">False</property>
2376                             <property name="fill">False</property>
2377                           </packing>
2378                         </child>
2379                         <child>
2380                           <widget class="GtkLabel" id="label3">
2381                             <property name="visible">True</property>
2382                             <property name="label" translatable="yes">Try _Selected</property>
2383                             <property name="use_underline">True</property>
2384                           </widget>
2385                           <packing>
2386                             <property name="expand">False</property>
2387                             <property name="fill">False</property>
2388                             <property name="position">1</property>
2389                           </packing>
2390                         </child>
2391                       </widget>
2392                     </child>
2393                   </widget>
2394                 </child>
2395               </widget>
2396               <packing>
2397                 <property name="position">1</property>
2398               </packing>
2399             </child>
2400             <child>
2401               <widget class="GtkButton" id="UriChoiceConstantsButton">
2402                 <property name="visible">True</property>
2403                 <property name="sensitive">False</property>
2404                 <property name="can_focus">True</property>
2405                 <property name="can_default">True</property>
2406                 <property name="label" translatable="yes">Try Constants</property>
2407                 <property name="use_underline">True</property>
2408                 <property name="response_id">0</property>
2409               </widget>
2410               <packing>
2411                 <property name="position">2</property>
2412               </packing>
2413             </child>
2414             <child>
2415               <widget class="GtkButton" id="copyButton">
2416                 <property name="can_focus">True</property>
2417                 <property name="can_default">True</property>
2418                 <property name="label">gtk-copy</property>
2419                 <property name="use_stock">True</property>
2420                 <property name="response_id">0</property>
2421               </widget>
2422               <packing>
2423                 <property name="position">3</property>
2424               </packing>
2425             </child>
2426             <child>
2427               <widget class="GtkButton" id="uriChoiceAutoButton">
2428                 <property name="visible">True</property>
2429                 <property name="can_focus">True</property>
2430                 <property name="can_default">True</property>
2431                 <property name="response_id">0</property>
2432                 <child>
2433                   <widget class="GtkAlignment" id="alignment5">
2434                     <property name="visible">True</property>
2435                     <property name="xscale">0</property>
2436                     <property name="yscale">0</property>
2437                     <child>
2438                       <widget class="GtkHBox" id="hbox16">
2439                         <property name="visible">True</property>
2440                         <property name="spacing">2</property>
2441                         <child>
2442                           <widget class="GtkImage" id="image302">
2443                             <property name="visible">True</property>
2444                             <property name="stock">gtk-ok</property>
2445                           </widget>
2446                           <packing>
2447                             <property name="expand">False</property>
2448                             <property name="fill">False</property>
2449                           </packing>
2450                         </child>
2451                         <child>
2452                           <widget class="GtkLabel" id="okLabel">
2453                             <property name="visible">True</property>
2454                             <property name="label" translatable="yes">bla bla bla</property>
2455                             <property name="use_underline">True</property>
2456                           </widget>
2457                           <packing>
2458                             <property name="expand">False</property>
2459                             <property name="fill">False</property>
2460                             <property name="position">1</property>
2461                           </packing>
2462                         </child>
2463                       </widget>
2464                     </child>
2465                   </widget>
2466                 </child>
2467               </widget>
2468               <packing>
2469                 <property name="position">4</property>
2470               </packing>
2471             </child>
2472             <child>
2473               <widget class="GtkButton" id="uriChoiceForwardButton">
2474                 <property name="visible">True</property>
2475                 <property name="can_focus">True</property>
2476                 <property name="can_default">True</property>
2477                 <property name="label">gtk-go-forward</property>
2478                 <property name="use_stock">True</property>
2479                 <property name="response_id">0</property>
2480               </widget>
2481               <packing>
2482                 <property name="position">5</property>
2483               </packing>
2484             </child>
2485           </widget>
2486           <packing>
2487             <property name="expand">False</property>
2488             <property name="pack_type">GTK_PACK_END</property>
2489           </packing>
2490         </child>
2491       </widget>
2492     </child>
2493   </widget>
2494   <widget class="GtkWindow" id="FindReplWin">
2495     <property name="border_width">5</property>
2496     <property name="title" translatable="yes">Find &amp; Replace</property>
2497     <property name="resizable">False</property>
2498     <property name="window_position">GTK_WIN_POS_MOUSE</property>
2499     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2500     <child>
2501       <widget class="GtkTable" id="table1">
2502         <property name="visible">True</property>
2503         <property name="n_rows">3</property>
2504         <property name="n_columns">2</property>
2505         <property name="row_spacing">5</property>
2506         <child>
2507           <widget class="GtkLabel" id="label17">
2508             <property name="visible">True</property>
2509             <property name="xalign">0</property>
2510             <property name="label" translatable="yes">Find:</property>
2511           </widget>
2512           <packing>
2513             <property name="x_options"></property>
2514             <property name="y_options"></property>
2515           </packing>
2516         </child>
2517         <child>
2518           <widget class="GtkLabel" id="label18">
2519             <property name="visible">True</property>
2520             <property name="xalign">0</property>
2521             <property name="label" translatable="yes">Replace with: </property>
2522           </widget>
2523           <packing>
2524             <property name="top_attach">1</property>
2525             <property name="bottom_attach">2</property>
2526             <property name="x_options"></property>
2527             <property name="y_options"></property>
2528           </packing>
2529         </child>
2530         <child>
2531           <widget class="GtkEntry" id="findEntry">
2532             <property name="visible">True</property>
2533             <property name="can_focus">True</property>
2534             <property name="has_focus">True</property>
2535             <property name="can_default">True</property>
2536             <property name="has_default">True</property>
2537             <property name="invisible_char">*</property>
2538           </widget>
2539           <packing>
2540             <property name="left_attach">1</property>
2541             <property name="right_attach">2</property>
2542             <property name="y_options"></property>
2543           </packing>
2544         </child>
2545         <child>
2546           <widget class="GtkEntry" id="replaceEntry">
2547             <property name="visible">True</property>
2548             <property name="can_focus">True</property>
2549             <property name="invisible_char">*</property>
2550           </widget>
2551           <packing>
2552             <property name="left_attach">1</property>
2553             <property name="right_attach">2</property>
2554             <property name="top_attach">1</property>
2555             <property name="bottom_attach">2</property>
2556             <property name="y_options"></property>
2557           </packing>
2558         </child>
2559         <child>
2560           <widget class="GtkHBox" id="hbox19">
2561             <property name="visible">True</property>
2562             <property name="spacing">5</property>
2563             <child>
2564               <widget class="GtkVBox" id="vbox9">
2565                 <property name="visible">True</property>
2566                 <child>
2567                   <placeholder/>
2568                 </child>
2569                 <child>
2570                   <placeholder/>
2571                 </child>
2572               </widget>
2573             </child>
2574             <child>
2575               <widget class="GtkButton" id="findButton">
2576                 <property name="visible">True</property>
2577                 <property name="can_focus">True</property>
2578                 <property name="label">gtk-find</property>
2579                 <property name="use_stock">True</property>
2580                 <property name="response_id">0</property>
2581               </widget>
2582               <packing>
2583                 <property name="expand">False</property>
2584                 <property name="fill">False</property>
2585                 <property name="position">1</property>
2586               </packing>
2587             </child>
2588             <child>
2589               <widget class="GtkButton" id="findReplButton">
2590                 <property name="visible">True</property>
2591                 <property name="can_focus">True</property>
2592                 <property name="response_id">0</property>
2593                 <child>
2594                   <widget class="GtkAlignment" id="alignment13">
2595                     <property name="visible">True</property>
2596                     <property name="xscale">0</property>
2597                     <property name="yscale">0</property>
2598                     <child>
2599                       <widget class="GtkHBox" id="hbox20">
2600                         <property name="visible">True</property>
2601                         <property name="spacing">2</property>
2602                         <child>
2603                           <widget class="GtkImage" id="image357">
2604                             <property name="visible">True</property>
2605                             <property name="stock">gtk-find-and-replace</property>
2606                           </widget>
2607                           <packing>
2608                             <property name="expand">False</property>
2609                             <property name="fill">False</property>
2610                           </packing>
2611                         </child>
2612                         <child>
2613                           <widget class="GtkLabel" id="label19">
2614                             <property name="visible">True</property>
2615                             <property name="label">_Replace</property>
2616                             <property name="use_underline">True</property>
2617                           </widget>
2618                           <packing>
2619                             <property name="expand">False</property>
2620                             <property name="fill">False</property>
2621                             <property name="position">1</property>
2622                           </packing>
2623                         </child>
2624                       </widget>
2625                     </child>
2626                   </widget>
2627                 </child>
2628               </widget>
2629               <packing>
2630                 <property name="expand">False</property>
2631                 <property name="fill">False</property>
2632                 <property name="position">2</property>
2633               </packing>
2634             </child>
2635             <child>
2636               <widget class="GtkButton" id="cancelButton">
2637                 <property name="visible">True</property>
2638                 <property name="can_focus">True</property>
2639                 <property name="label">gtk-cancel</property>
2640                 <property name="use_stock">True</property>
2641                 <property name="response_id">0</property>
2642               </widget>
2643               <packing>
2644                 <property name="expand">False</property>
2645                 <property name="fill">False</property>
2646                 <property name="position">3</property>
2647               </packing>
2648             </child>
2649           </widget>
2650           <packing>
2651             <property name="right_attach">2</property>
2652             <property name="top_attach">2</property>
2653             <property name="bottom_attach">3</property>
2654             <property name="y_padding">5</property>
2655           </packing>
2656         </child>
2657       </widget>
2658     </child>
2659   </widget>
2660   <widget class="GtkDialog" id="DisambiguationErrors">
2661     <property name="width_request">450</property>
2662     <property name="height_request">400</property>
2663     <property name="title" translatable="yes">title</property>
2664     <property name="modal">True</property>
2665     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2666     <child internal-child="vbox">
2667       <widget class="GtkVBox" id="vbox14">
2668         <property name="visible">True</property>
2669         <child>
2670           <widget class="GtkVBox" id="vbox15">
2671             <property name="visible">True</property>
2672             <child>
2673               <widget class="GtkLabel" id="disambiguationErrorsLabel">
2674                 <property name="visible">True</property>
2675                 <property name="label" translatable="yes">some informative message here ...</property>
2676               </widget>
2677               <packing>
2678                 <property name="expand">False</property>
2679                 <property name="fill">False</property>
2680               </packing>
2681             </child>
2682             <child>
2683               <widget class="GtkScrolledWindow" id="scrolledwindow12">
2684                 <property name="visible">True</property>
2685                 <property name="can_focus">True</property>
2686                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2687                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2688                 <property name="shadow_type">GTK_SHADOW_IN</property>
2689                 <child>
2690                   <widget class="GtkTreeView" id="treeview">
2691                     <property name="visible">True</property>
2692                     <property name="can_focus">True</property>
2693                     <property name="headers_visible">False</property>
2694                   </widget>
2695                 </child>
2696               </widget>
2697               <packing>
2698                 <property name="position">1</property>
2699               </packing>
2700             </child>
2701           </widget>
2702           <packing>
2703             <property name="position">2</property>
2704           </packing>
2705         </child>
2706         <child internal-child="action_area">
2707           <widget class="GtkHButtonBox" id="hbuttonbox2">
2708             <property name="visible">True</property>
2709             <property name="layout_style">GTK_BUTTONBOX_END</property>
2710             <child>
2711               <widget class="GtkButton" id="button6">
2712                 <property name="visible">True</property>
2713                 <property name="can_focus">True</property>
2714                 <property name="can_default">True</property>
2715                 <property name="label">gtk-help</property>
2716                 <property name="use_stock">True</property>
2717                 <property name="response_id">-11</property>
2718               </widget>
2719             </child>
2720             <child>
2721               <widget class="GtkButton" id="disambiguationErrorsMoreErrors">
2722                 <property name="visible">True</property>
2723                 <property name="can_focus">True</property>
2724                 <property name="can_default">True</property>
2725                 <property name="response_id">-6</property>
2726                 <child>
2727                   <widget class="GtkAlignment" id="alignment18">
2728                     <property name="visible">True</property>
2729                     <property name="xscale">0</property>
2730                     <property name="yscale">0</property>
2731                     <child>
2732                       <widget class="GtkHBox" id="hbox29">
2733                         <property name="visible">True</property>
2734                         <property name="spacing">2</property>
2735                         <child>
2736                           <widget class="GtkImage" id="image926">
2737                             <property name="visible">True</property>
2738                             <property name="stock">gtk-zoom-in</property>
2739                           </widget>
2740                           <packing>
2741                             <property name="expand">False</property>
2742                             <property name="fill">False</property>
2743                           </packing>
2744                         </child>
2745                         <child>
2746                           <widget class="GtkLabel" id="label28">
2747                             <property name="visible">True</property>
2748                             <property name="label">More</property>
2749                             <property name="use_underline">True</property>
2750                           </widget>
2751                           <packing>
2752                             <property name="expand">False</property>
2753                             <property name="fill">False</property>
2754                             <property name="position">1</property>
2755                           </packing>
2756                         </child>
2757                       </widget>
2758                     </child>
2759                   </widget>
2760                 </child>
2761               </widget>
2762               <packing>
2763                 <property name="position">1</property>
2764               </packing>
2765             </child>
2766             <child>
2767               <widget class="GtkButton" id="disambiguationErrorsCancelButton">
2768                 <property name="visible">True</property>
2769                 <property name="can_focus">True</property>
2770                 <property name="can_default">True</property>
2771                 <property name="has_default">True</property>
2772                 <property name="label">gtk-cancel</property>
2773                 <property name="use_stock">True</property>
2774                 <property name="response_id">-6</property>
2775               </widget>
2776               <packing>
2777                 <property name="position">2</property>
2778               </packing>
2779             </child>
2780             <child>
2781               <widget class="GtkButton" id="disambiguationErrorsOkButton">
2782                 <property name="visible">True</property>
2783                 <property name="can_focus">True</property>
2784                 <property name="can_default">True</property>
2785                 <property name="label">gtk-ok</property>
2786                 <property name="use_stock">True</property>
2787                 <property name="response_id">-5</property>
2788               </widget>
2789               <packing>
2790                 <property name="position">3</property>
2791               </packing>
2792             </child>
2793           </widget>
2794           <packing>
2795             <property name="expand">False</property>
2796             <property name="pack_type">GTK_PACK_END</property>
2797           </packing>
2798         </child>
2799       </widget>
2800     </child>
2801   </widget>
2802   <widget class="GtkWindow" id="AutoWin">
2803     <property name="width_request">600</property>
2804     <property name="height_request">400</property>
2805     <property name="visible">True</property>
2806     <property name="title" translatable="yes">Auto</property>
2807     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2808     <property name="gravity">GDK_GRAVITY_SOUTH_EAST</property>
2809     <child>
2810       <widget class="GtkVBox" id="vbox17">
2811         <property name="visible">True</property>
2812         <child>
2813           <widget class="GtkHBox" id="hbox30">
2814             <property name="visible">True</property>
2815             <property name="spacing">2</property>
2816             <child>
2817               <widget class="GtkScrolledWindow" id="scrolledwindowAREA">
2818                 <property name="visible">True</property>
2819                 <property name="can_focus">True</property>
2820                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2821                 <property name="shadow_type">GTK_SHADOW_IN</property>
2822                 <child>
2823                   <widget class="GtkViewport" id="viewportAREA">
2824                     <property name="visible">True</property>
2825                     <child>
2826                       <widget class="GtkTable" id="table">
2827                         <property name="visible">True</property>
2828                         <property name="n_rows">3</property>
2829                         <property name="n_columns">3</property>
2830                         <child>
2831                           <placeholder/>
2832                         </child>
2833                         <child>
2834                           <placeholder/>
2835                         </child>
2836                         <child>
2837                           <placeholder/>
2838                         </child>
2839                         <child>
2840                           <placeholder/>
2841                         </child>
2842                         <child>
2843                           <placeholder/>
2844                         </child>
2845                         <child>
2846                           <placeholder/>
2847                         </child>
2848                         <child>
2849                           <placeholder/>
2850                         </child>
2851                         <child>
2852                           <placeholder/>
2853                         </child>
2854                         <child>
2855                           <placeholder/>
2856                         </child>
2857                       </widget>
2858                     </child>
2859                   </widget>
2860                 </child>
2861               </widget>
2862             </child>
2863             <child>
2864               <widget class="GtkVBox" id="vbox18">
2865                 <property name="visible">True</property>
2866                 <child>
2867                   <widget class="GtkButton" id="buttonUP">
2868                     <property name="visible">True</property>
2869                     <property name="can_focus">True</property>
2870                     <property name="response_id">0</property>
2871                     <child>
2872                       <widget class="GtkAlignment" id="alignment19">
2873                         <property name="visible">True</property>
2874                         <property name="xscale">0</property>
2875                         <property name="yscale">0</property>
2876                         <child>
2877                           <widget class="GtkHBox" id="hbox31">
2878                             <property name="visible">True</property>
2879                             <property name="spacing">2</property>
2880                             <child>
2881                               <widget class="GtkImage" id="image1066">
2882                                 <property name="visible">True</property>
2883                                 <property name="stock">gtk-go-up</property>
2884                               </widget>
2885                               <packing>
2886                                 <property name="expand">False</property>
2887                                 <property name="fill">False</property>
2888                               </packing>
2889                             </child>
2890                             <child>
2891                               <widget class="GtkLabel" id="label30">
2892                                 <property name="visible">True</property>
2893                                 <property name="use_underline">True</property>
2894                               </widget>
2895                               <packing>
2896                                 <property name="expand">False</property>
2897                                 <property name="fill">False</property>
2898                                 <property name="position">1</property>
2899                               </packing>
2900                             </child>
2901                           </widget>
2902                         </child>
2903                       </widget>
2904                     </child>
2905                   </widget>
2906                 </child>
2907                 <child>
2908                   <widget class="GtkButton" id="buttonDOWN">
2909                     <property name="visible">True</property>
2910                     <property name="can_focus">True</property>
2911                     <property name="response_id">0</property>
2912                     <child>
2913                       <widget class="GtkImage" id="image1065">
2914                         <property name="visible">True</property>
2915                         <property name="stock">gtk-go-down</property>
2916                       </widget>
2917                     </child>
2918                   </widget>
2919                   <packing>
2920                     <property name="position">1</property>
2921                   </packing>
2922                 </child>
2923               </widget>
2924               <packing>
2925                 <property name="expand">False</property>
2926                 <property name="fill">False</property>
2927                 <property name="position">1</property>
2928               </packing>
2929             </child>
2930           </widget>
2931         </child>
2932         <child>
2933           <widget class="GtkHSeparator" id="hseparator3">
2934             <property name="visible">True</property>
2935           </widget>
2936           <packing>
2937             <property name="expand">False</property>
2938             <property name="padding">3</property>
2939             <property name="position">1</property>
2940           </packing>
2941         </child>
2942         <child>
2943           <widget class="GtkHBox" id="hbox32">
2944             <property name="visible">True</property>
2945             <child>
2946               <widget class="GtkLabel" id="labelLAST">
2947                 <property name="visible">True</property>
2948                 <property name="xalign">0</property>
2949                 <property name="label" translatable="yes">Last:</property>
2950               </widget>
2951             </child>
2952             <child>
2953               <widget class="GtkHButtonBox" id="hbuttonbox3">
2954                 <property name="visible">True</property>
2955                 <property name="border_width">4</property>
2956                 <property name="spacing">4</property>
2957                 <property name="layout_style">GTK_BUTTONBOX_END</property>
2958                 <child>
2959                   <widget class="GtkButton" id="buttonPAUSE">
2960                     <property name="visible">True</property>
2961                     <property name="can_focus">True</property>
2962                     <property name="can_default">True</property>
2963                     <property name="label">gtk-media-pause</property>
2964                     <property name="use_stock">True</property>
2965                     <property name="response_id">0</property>
2966                   </widget>
2967                 </child>
2968                 <child>
2969                   <widget class="GtkButton" id="buttonPLAY">
2970                     <property name="visible">True</property>
2971                     <property name="can_focus">True</property>
2972                     <property name="can_default">True</property>
2973                     <property name="label">gtk-media-play</property>
2974                     <property name="use_stock">True</property>
2975                     <property name="response_id">0</property>
2976                   </widget>
2977                   <packing>
2978                     <property name="position">1</property>
2979                   </packing>
2980                 </child>
2981                 <child>
2982                   <widget class="GtkButton" id="buttonNEXT">
2983                     <property name="visible">True</property>
2984                     <property name="can_focus">True</property>
2985                     <property name="can_default">True</property>
2986                     <property name="label">gtk-media-next</property>
2987                     <property name="use_stock">True</property>
2988                     <property name="response_id">0</property>
2989                   </widget>
2990                   <packing>
2991                     <property name="position">2</property>
2992                   </packing>
2993                 </child>
2994                 <child>
2995                   <widget class="GtkButton" id="buttonCLOSE">
2996                     <property name="visible">True</property>
2997                     <property name="can_focus">True</property>
2998                     <property name="can_default">True</property>
2999                     <property name="label">gtk-close</property>
3000                     <property name="use_stock">True</property>
3001                     <property name="response_id">0</property>
3002                   </widget>
3003                   <packing>
3004                     <property name="position">3</property>
3005                   </packing>
3006                 </child>
3007               </widget>
3008               <packing>
3009                 <property name="position">1</property>
3010               </packing>
3011             </child>
3012           </widget>
3013           <packing>
3014             <property name="expand">False</property>
3015             <property name="position">2</property>
3016           </packing>
3017         </child>
3018       </widget>
3019     </child>
3020   </widget>
3021 </glade-interface>