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