]> matita.cs.unibo.it Git - helm.git/commitdiff
F2 hides the tactics buttons bar
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 13 Jun 2005 14:45:57 +0000 (14:45 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 13 Jun 2005 14:45:57 +0000 (14:45 +0000)
helm/matita/matita.glade
helm/matita/matitaGui.ml

index 9444e6a9347b70be436ce46607ec38e2e8c62cb6..bea43910b80469455c525ff33e6796a493562793 100644 (file)
@@ -881,7 +881,7 @@ Copyright (C) 2005,
                              <property name="use_underline">True</property>
 
                              <child internal-child="image">
-                               <widget class="GtkImage" id="image290">
+                               <widget class="GtkImage" id="image310">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-new</property>
                                  <property name="icon_size">1</property>
@@ -902,7 +902,7 @@ Copyright (C) 2005,
                              <accelerator key="o" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                              <child internal-child="image">
-                               <widget class="GtkImage" id="image291">
+                               <widget class="GtkImage" id="image311">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-open</property>
                                  <property name="icon_size">1</property>
@@ -923,7 +923,7 @@ Copyright (C) 2005,
                              <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                              <child internal-child="image">
-                               <widget class="GtkImage" id="image292">
+                               <widget class="GtkImage" id="image312">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-save</property>
                                  <property name="icon_size">1</property>
@@ -943,7 +943,7 @@ Copyright (C) 2005,
                              <property name="use_underline">True</property>
 
                              <child internal-child="image">
-                               <widget class="GtkImage" id="image293">
+                               <widget class="GtkImage" id="image313">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-save-as</property>
                                  <property name="icon_size">1</property>
@@ -970,7 +970,7 @@ Copyright (C) 2005,
                              <accelerator key="q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                              <child internal-child="image">
-                               <widget class="GtkImage" id="image294">
+                               <widget class="GtkImage" id="image314">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-quit</property>
                                  <property name="icon_size">1</property>
@@ -1012,6 +1012,17 @@ Copyright (C) 2005,
                              <accelerator key="F3" modifiers="0" signal="activate"/>
                            </widget>
                          </child>
+
+                         <child>
+                           <widget class="GtkCheckMenuItem" id="tacticsBarMenuItem">
+                             <property name="visible">True</property>
+                             <property name="tooltip" translatable="yes">Show/Hide the tactics buttons bar</property>
+                             <property name="label" translatable="yes">View Tactics Bar</property>
+                             <property name="use_underline">True</property>
+                             <property name="active">True</property>
+                             <accelerator key="F2" modifiers="0" signal="activate"/>
+                           </widget>
+                         </child>
                        </widget>
                      </child>
                    </widget>
@@ -1073,937 +1084,931 @@ Copyright (C) 2005,
              <property name="spacing">0</property>
 
              <child>
-               <widget class="GtkHandleBox" id="handlebox7">
-                 <property name="border_width">2</property>
+               <widget class="GtkHPaned" id="hpaneScriptSequent">
                  <property name="visible">True</property>
-                 <property name="shadow_type">GTK_SHADOW_OUT</property>
-                 <property name="handle_position">GTK_POS_TOP</property>
-                 <property name="snap_edge">GTK_POS_LEFT</property>
+                 <property name="can_focus">True</property>
 
                  <child>
-                   <widget class="GtkTable" id="ToolBarTable">
+                   <widget class="GtkHBox" id="hbox18">
                      <property name="visible">True</property>
-                     <property name="n_rows">17</property>
-                     <property name="n_columns">2</property>
                      <property name="homogeneous">False</property>
-                     <property name="row_spacing">4</property>
-                     <property name="column_spacing">0</property>
+                     <property name="spacing">0</property>
 
                      <child>
-                       <widget class="GtkButton" id="applyButton">
-                         <property name="width_request">50</property>
+                       <widget class="GtkHandleBox" id="TacticsButtonsHandlebox">
                          <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Apply</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">apply</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">0</property>
-                         <property name="bottom_attach">1</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                         <property name="shadow_type">GTK_SHADOW_OUT</property>
+                         <property name="handle_position">GTK_POS_TOP</property>
+                         <property name="snap_edge">GTK_POS_TOP</property>
 
-                     <child>
-                       <widget class="GtkButton" id="introsButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Intros</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">intro</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">0</property>
-                         <property name="bottom_attach">1</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                         <child>
+                           <widget class="GtkTable" id="ToolBarTable">
+                             <property name="visible">True</property>
+                             <property name="n_rows">17</property>
+                             <property name="n_columns">2</property>
+                             <property name="homogeneous">False</property>
+                             <property name="row_spacing">4</property>
+                             <property name="column_spacing">0</property>
 
-                     <child>
-                       <widget class="GtkButton" id="exactButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Exact</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">exact</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">2</property>
-                         <property name="bottom_attach">3</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="applyButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Apply</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">apply</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">0</property>
+                                 <property name="bottom_attach">1</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="elimButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Elim</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">elim</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_HALF</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">4</property>
-                         <property name="bottom_attach">5</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="introsButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Intros</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">intro</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">0</property>
+                                 <property name="bottom_attach">1</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="reflexivityButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Reflexivity</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">refl</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">8</property>
-                         <property name="bottom_attach">9</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="exactButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Exact</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">exact</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">2</property>
+                                 <property name="bottom_attach">3</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="symmetryButton">
-                         <property name="width_request">50</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Symmetry</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">sym</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">8</property>
-                         <property name="bottom_attach">9</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="elimButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Elim</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">elim</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">4</property>
+                                 <property name="bottom_attach">5</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="transitivityButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Transitivity</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">trans</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">9</property>
-                         <property name="bottom_attach">10</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="reflexivityButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Reflexivity</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">refl</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">8</property>
+                                 <property name="bottom_attach">9</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="simplifyButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Simplify</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">simpl</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">11</property>
-                         <property name="bottom_attach">12</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="symmetryButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Symmetry</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">sym</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">8</property>
+                                 <property name="bottom_attach">9</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="reduceButton">
-                         <property name="width_request">50</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Reduce</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">red</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">11</property>
-                         <property name="bottom_attach">12</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="transitivityButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Transitivity</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">trans</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">9</property>
+                                 <property name="bottom_attach">10</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="whdButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Whd</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">whd</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">12</property>
-                         <property name="bottom_attach">13</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="simplifyButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Simplify</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">simpl</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">11</property>
+                                 <property name="bottom_attach">12</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="assumptionButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Assumption</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">assum</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">14</property>
-                         <property name="bottom_attach">15</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="reduceButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Reduce</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">red</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">11</property>
+                                 <property name="bottom_attach">12</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="autoButton">
-                         <property name="width_request">50</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Auto</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">auto</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">14</property>
-                         <property name="bottom_attach">15</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="whdButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Whd</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">whd</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">12</property>
+                                 <property name="bottom_attach">13</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="cutButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Cut</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">cut</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">16</property>
-                         <property name="bottom_attach">17</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="assumptionButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Assumption</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">assum</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">14</property>
+                                 <property name="bottom_attach">15</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="replaceButton">
-                         <property name="width_request">50</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">Replace</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">repl</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">16</property>
-                         <property name="bottom_attach">17</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="autoButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Auto</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">auto</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">14</property>
+                                 <property name="bottom_attach">15</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkButton" id="elimTypeButton">
-                         <property name="width_request">55</property>
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">ElimType</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">elimTy</property>
-                         <property name="use_underline">True</property>
-                         <property name="relief">GTK_RELIEF_NORMAL</property>
-                         <property name="focus_on_click">True</property>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">4</property>
-                         <property name="bottom_attach">5</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkButton" id="cutButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Cut</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">cut</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">16</property>
+                                 <property name="bottom_attach">17</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkHBox" id="hbox18">
-                         <property name="visible">True</property>
-                         <property name="homogeneous">False</property>
-                         <property name="spacing">0</property>
+                             <child>
+                               <widget class="GtkButton" id="replaceButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Replace</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">repl</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">16</property>
+                                 <property name="bottom_attach">17</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                         <child>
-                           <widget class="GtkButton" id="rightButton">
-                             <property name="width_request">25</property>
-                             <property name="visible">True</property>
-                             <property name="tooltip" translatable="yes">Right</property>
-                             <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">R</property>
-                             <property name="use_underline">True</property>
-                             <property name="relief">GTK_RELIEF_NORMAL</property>
-                             <property name="focus_on_click">True</property>
-                           </widget>
-                           <packing>
-                             <property name="padding">0</property>
-                             <property name="expand">True</property>
-                             <property name="fill">True</property>
-                           </packing>
-                         </child>
+                             <child>
+                               <widget class="GtkButton" id="elimTypeButton">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">ElimType</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">elimTy</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">4</property>
+                                 <property name="bottom_attach">5</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
 
-                         <child>
-                           <widget class="GtkButton" id="existsButton">
-                             <property name="width_request">25</property>
-                             <property name="visible">True</property>
-                             <property name="tooltip" translatable="yes">Exists</property>
-                             <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">∃</property>
-                             <property name="use_underline">True</property>
-                             <property name="relief">GTK_RELIEF_NORMAL</property>
-                             <property name="focus_on_click">True</property>
-                           </widget>
-                           <packing>
-                             <property name="padding">0</property>
-                             <property name="expand">True</property>
-                             <property name="fill">True</property>
-                           </packing>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
-                         <property name="top_attach">6</property>
-                         <property name="bottom_attach">7</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options">fill</property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkHBox" id="hbox18">
+                                 <property name="visible">True</property>
+                                 <property name="homogeneous">True</property>
+                                 <property name="spacing">0</property>
 
-                     <child>
-                       <widget class="GtkHBox" id="hbox17">
-                         <property name="visible">True</property>
-                         <property name="homogeneous">False</property>
-                         <property name="spacing">0</property>
+                                 <child>
+                                   <widget class="GtkButton" id="rightButton">
+                                     <property name="visible">True</property>
+                                     <property name="tooltip" translatable="yes">Right</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label" translatable="yes">R</property>
+                                     <property name="use_underline">True</property>
+                                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                                     <property name="focus_on_click">True</property>
+                                   </widget>
+                                   <packing>
+                                     <property name="padding">0</property>
+                                     <property name="expand">True</property>
+                                     <property name="fill">True</property>
+                                   </packing>
+                                 </child>
 
-                         <child>
-                           <widget class="GtkButton" id="splitButton">
-                             <property name="width_request">25</property>
-                             <property name="visible">True</property>
-                             <property name="tooltip" translatable="yes">Split</property>
-                             <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">∧</property>
-                             <property name="use_underline">True</property>
-                             <property name="relief">GTK_RELIEF_NORMAL</property>
-                             <property name="focus_on_click">True</property>
-                           </widget>
-                           <packing>
-                             <property name="padding">0</property>
-                             <property name="expand">True</property>
-                             <property name="fill">True</property>
-                           </packing>
-                         </child>
+                                 <child>
+                                   <widget class="GtkButton" id="existsButton">
+                                     <property name="visible">True</property>
+                                     <property name="tooltip" translatable="yes">Exists</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label" translatable="yes">∃</property>
+                                     <property name="use_underline">True</property>
+                                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                                     <property name="focus_on_click">True</property>
+                                   </widget>
+                                   <packing>
+                                     <property name="padding">0</property>
+                                     <property name="expand">True</property>
+                                     <property name="fill">True</property>
+                                   </packing>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">6</property>
+                                 <property name="bottom_attach">7</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options">fill</property>
+                               </packing>
+                             </child>
 
-                         <child>
-                           <widget class="GtkButton" id="leftButton">
-                             <property name="width_request">25</property>
-                             <property name="visible">True</property>
-                             <property name="tooltip" translatable="yes">Left</property>
-                             <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">L</property>
-                             <property name="use_underline">True</property>
-                             <property name="relief">GTK_RELIEF_NORMAL</property>
-                             <property name="focus_on_click">True</property>
-                           </widget>
-                           <packing>
-                             <property name="padding">0</property>
-                             <property name="expand">True</property>
-                             <property name="fill">True</property>
-                           </packing>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">6</property>
-                         <property name="bottom_attach">7</property>
-                         <property name="x_options">fill</property>
-                         <property name="y_options">fill</property>
-                       </packing>
-                     </child>
+                             <child>
+                               <widget class="GtkHBox" id="hbox17">
+                                 <property name="visible">True</property>
+                                 <property name="homogeneous">True</property>
+                                 <property name="spacing">0</property>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment6">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                                 <child>
+                                   <widget class="GtkButton" id="splitButton">
+                                     <property name="visible">True</property>
+                                     <property name="tooltip" translatable="yes">Split</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label" translatable="yes">∧</property>
+                                     <property name="use_underline">True</property>
+                                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                                     <property name="focus_on_click">True</property>
+                                   </widget>
+                                   <packing>
+                                     <property name="padding">0</property>
+                                     <property name="expand">True</property>
+                                     <property name="fill">True</property>
+                                   </packing>
+                                 </child>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">1</property>
-                         <property name="bottom_attach">2</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <widget class="GtkButton" id="leftButton">
+                                     <property name="visible">True</property>
+                                     <property name="tooltip" translatable="yes">Left</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="label" translatable="yes">L</property>
+                                     <property name="use_underline">True</property>
+                                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                                     <property name="focus_on_click">True</property>
+                                   </widget>
+                                   <packing>
+                                     <property name="padding">0</property>
+                                     <property name="expand">True</property>
+                                     <property name="fill">True</property>
+                                   </packing>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">6</property>
+                                 <property name="bottom_attach">7</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options">fill</property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkAlignment" id="alignment6">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
+
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">1</property>
+                                 <property name="bottom_attach">2</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment7">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment7">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">3</property>
-                         <property name="bottom_attach">4</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">3</property>
+                                 <property name="bottom_attach">4</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment8">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment8">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">5</property>
-                         <property name="bottom_attach">6</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">5</property>
+                                 <property name="bottom_attach">6</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment9">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment9">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">7</property>
-                         <property name="bottom_attach">8</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">7</property>
+                                 <property name="bottom_attach">8</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment10">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment10">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">10</property>
-                         <property name="bottom_attach">11</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">10</property>
+                                 <property name="bottom_attach">11</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment11">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment11">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
-                         </child>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">13</property>
-                         <property name="bottom_attach">14</property>
-                         <property name="x_options">fill</property>
-                       </packing>
-                     </child>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">13</property>
+                                 <property name="bottom_attach">14</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
 
-                     <child>
-                       <widget class="GtkAlignment" id="alignment12">
-                         <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">0</property>
-                         <property name="right_padding">0</property>
+                             <child>
+                               <widget class="GtkAlignment" id="alignment12">
+                                 <property name="visible">True</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xscale">1</property>
+                                 <property name="yscale">1</property>
+                                 <property name="top_padding">0</property>
+                                 <property name="bottom_padding">0</property>
+                                 <property name="left_padding">0</property>
+                                 <property name="right_padding">0</property>
 
-                         <child>
-                           <placeholder/>
+                                 <child>
+                                   <placeholder/>
+                                 </child>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">15</property>
+                                 <property name="bottom_attach">16</property>
+                                 <property name="x_options">fill</property>
+                               </packing>
+                             </child>
+                           </widget>
                          </child>
                        </widget>
                        <packing>
-                         <property name="left_attach">0</property>
-                         <property name="right_attach">1</property>
-                         <property name="top_attach">15</property>
-                         <property name="bottom_attach">16</property>
-                         <property name="x_options">fill</property>
+                         <property name="padding">0</property>
+                         <property name="expand">False</property>
+                         <property name="fill">True</property>
                        </packing>
                      </child>
-                   </widget>
-                 </child>
-               </widget>
-               <packing>
-                 <property name="padding">0</property>
-                 <property name="expand">False</property>
-                 <property name="fill">True</property>
-               </packing>
-             </child>
-
-             <child>
-               <widget class="GtkHPaned" id="hpaneScriptSequent">
-                 <property name="visible">True</property>
-                 <property name="can_focus">True</property>
-
-                 <child>
-                   <widget class="GtkVBox" id="vboxScript">
-                     <property name="width_request">400</property>
-                     <property name="visible">True</property>
-                     <property name="homogeneous">False</property>
-                     <property name="spacing">0</property>
 
                      <child>
-                       <widget class="GtkToolbar" id="toolbar13">
+                       <widget class="GtkVBox" id="vboxScript">
+                         <property name="width_request">400</property>
                          <property name="visible">True</property>
-                         <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
-                         <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
-                         <property name="tooltips">True</property>
-                         <property name="show_arrow">True</property>
+                         <property name="homogeneous">False</property>
+                         <property name="spacing">0</property>
 
                          <child>
-                           <widget class="GtkToolItem" id="toolitem25">
+                           <widget class="GtkToolbar" id="toolbar13">
                              <property name="visible">True</property>
-                             <property name="visible_horizontal">True</property>
-                             <property name="visible_vertical">True</property>
-                             <property name="is_important">False</property>
+                             <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
+                             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
+                             <property name="tooltips">True</property>
+                             <property name="show_arrow">True</property>
 
                              <child>
-                               <widget class="GtkButton" id="scriptTopButton">
+                               <widget class="GtkToolItem" id="toolitem25">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">restart (Home)</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="relief">GTK_RELIEF_NONE</property>
-                                 <property name="focus_on_click">True</property>
-                                 <accelerator key="Home" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+                                 <property name="visible_horizontal">True</property>
+                                 <property name="visible_vertical">True</property>
+                                 <property name="is_important">False</property>
 
                                  <child>
-                                   <widget class="GtkImage" id="image253">
+                                   <widget class="GtkButton" id="scriptTopButton">
                                      <property name="visible">True</property>
-                                     <property name="stock">gtk-goto-top</property>
-                                     <property name="icon_size">4</property>
-                                     <property name="xalign">0.5</property>
-                                     <property name="yalign">0.5</property>
-                                     <property name="xpad">0</property>
-                                     <property name="ypad">0</property>
+                                     <property name="tooltip" translatable="yes">restart (Home)</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="relief">GTK_RELIEF_NONE</property>
+                                     <property name="focus_on_click">True</property>
+                                     <accelerator key="Home" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+
+                                     <child>
+                                       <widget class="GtkImage" id="image253">
+                                         <property name="visible">True</property>
+                                         <property name="stock">gtk-goto-top</property>
+                                         <property name="icon_size">4</property>
+                                         <property name="xalign">0.5</property>
+                                         <property name="yalign">0.5</property>
+                                         <property name="xpad">0</property>
+                                         <property name="ypad">0</property>
+                                       </widget>
+                                     </child>
                                    </widget>
                                  </child>
                                </widget>
+                               <packing>
+                                 <property name="expand">False</property>
+                                 <property name="homogeneous">False</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="expand">False</property>
-                             <property name="homogeneous">False</property>
-                           </packing>
-                         </child>
-
-                         <child>
-                           <widget class="GtkToolItem" id="toolitem26">
-                             <property name="visible">True</property>
-                             <property name="visible_horizontal">True</property>
-                             <property name="visible_vertical">True</property>
-                             <property name="is_important">False</property>
 
                              <child>
-                               <widget class="GtkButton" id="scriptRetractButton">
+                               <widget class="GtkToolItem" id="toolitem26">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">go back 1 phrase (Page Up)</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="relief">GTK_RELIEF_NONE</property>
-                                 <property name="focus_on_click">True</property>
-                                 <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+                                 <property name="visible_horizontal">True</property>
+                                 <property name="visible_vertical">True</property>
+                                 <property name="is_important">False</property>
 
                                  <child>
-                                   <widget class="GtkImage" id="image254">
+                                   <widget class="GtkButton" id="scriptRetractButton">
                                      <property name="visible">True</property>
-                                     <property name="stock">gtk-go-up</property>
-                                     <property name="icon_size">4</property>
-                                     <property name="xalign">0.5</property>
-                                     <property name="yalign">0.5</property>
-                                     <property name="xpad">0</property>
-                                     <property name="ypad">0</property>
+                                     <property name="tooltip" translatable="yes">go back 1 phrase (Page Up)</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="relief">GTK_RELIEF_NONE</property>
+                                     <property name="focus_on_click">True</property>
+                                     <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+
+                                     <child>
+                                       <widget class="GtkImage" id="image254">
+                                         <property name="visible">True</property>
+                                         <property name="stock">gtk-go-up</property>
+                                         <property name="icon_size">4</property>
+                                         <property name="xalign">0.5</property>
+                                         <property name="yalign">0.5</property>
+                                         <property name="xpad">0</property>
+                                         <property name="ypad">0</property>
+                                       </widget>
+                                     </child>
                                    </widget>
                                  </child>
                                </widget>
+                               <packing>
+                                 <property name="expand">False</property>
+                                 <property name="homogeneous">False</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="expand">False</property>
-                             <property name="homogeneous">False</property>
-                           </packing>
-                         </child>
-
-                         <child>
-                           <widget class="GtkToolItem" id="toolitem27">
-                             <property name="visible">True</property>
-                             <property name="visible_horizontal">True</property>
-                             <property name="visible_vertical">True</property>
-                             <property name="is_important">False</property>
 
                              <child>
-                               <widget class="GtkButton" id="scriptJumpButton">
+                               <widget class="GtkToolItem" id="toolitem27">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">execute until point</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="relief">GTK_RELIEF_NONE</property>
-                                 <property name="focus_on_click">True</property>
+                                 <property name="visible_horizontal">True</property>
+                                 <property name="visible_vertical">True</property>
+                                 <property name="is_important">False</property>
 
                                  <child>
-                                   <widget class="GtkImage" id="image255">
+                                   <widget class="GtkButton" id="scriptJumpButton">
                                      <property name="visible">True</property>
-                                     <property name="stock">gtk-jump-to</property>
-                                     <property name="icon_size">4</property>
-                                     <property name="xalign">0.5</property>
-                                     <property name="yalign">0.5</property>
-                                     <property name="xpad">0</property>
-                                     <property name="ypad">0</property>
+                                     <property name="tooltip" translatable="yes">execute until point</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="relief">GTK_RELIEF_NONE</property>
+                                     <property name="focus_on_click">True</property>
+
+                                     <child>
+                                       <widget class="GtkImage" id="image255">
+                                         <property name="visible">True</property>
+                                         <property name="stock">gtk-jump-to</property>
+                                         <property name="icon_size">4</property>
+                                         <property name="xalign">0.5</property>
+                                         <property name="yalign">0.5</property>
+                                         <property name="xpad">0</property>
+                                         <property name="ypad">0</property>
+                                       </widget>
+                                     </child>
                                    </widget>
                                  </child>
                                </widget>
+                               <packing>
+                                 <property name="expand">False</property>
+                                 <property name="homogeneous">False</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="expand">False</property>
-                             <property name="homogeneous">False</property>
-                           </packing>
-                         </child>
-
-                         <child>
-                           <widget class="GtkToolItem" id="toolitem28">
-                             <property name="visible">True</property>
-                             <property name="visible_horizontal">True</property>
-                             <property name="visible_vertical">True</property>
-                             <property name="is_important">False</property>
 
                              <child>
-                               <widget class="GtkButton" id="scriptAdvanceButton">
+                               <widget class="GtkToolItem" id="toolitem28">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">go forward 1 phrase (Page Down)</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="relief">GTK_RELIEF_NONE</property>
-                                 <property name="focus_on_click">True</property>
-                                 <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+                                 <property name="visible_horizontal">True</property>
+                                 <property name="visible_vertical">True</property>
+                                 <property name="is_important">False</property>
 
                                  <child>
-                                   <widget class="GtkImage" id="image256">
+                                   <widget class="GtkButton" id="scriptAdvanceButton">
                                      <property name="visible">True</property>
-                                     <property name="stock">gtk-go-down</property>
-                                     <property name="icon_size">4</property>
-                                     <property name="xalign">0.5</property>
-                                     <property name="yalign">0.5</property>
-                                     <property name="xpad">0</property>
-                                     <property name="ypad">0</property>
+                                     <property name="tooltip" translatable="yes">go forward 1 phrase (Page Down)</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="relief">GTK_RELIEF_NONE</property>
+                                     <property name="focus_on_click">True</property>
+                                     <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+
+                                     <child>
+                                       <widget class="GtkImage" id="image256">
+                                         <property name="visible">True</property>
+                                         <property name="stock">gtk-go-down</property>
+                                         <property name="icon_size">4</property>
+                                         <property name="xalign">0.5</property>
+                                         <property name="yalign">0.5</property>
+                                         <property name="xpad">0</property>
+                                         <property name="ypad">0</property>
+                                       </widget>
+                                     </child>
                                    </widget>
                                  </child>
                                </widget>
+                               <packing>
+                                 <property name="expand">False</property>
+                                 <property name="homogeneous">False</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="expand">False</property>
-                             <property name="homogeneous">False</property>
-                           </packing>
-                         </child>
-
-                         <child>
-                           <widget class="GtkToolItem" id="toolitem29">
-                             <property name="visible">True</property>
-                             <property name="visible_horizontal">True</property>
-                             <property name="visible_vertical">True</property>
-                             <property name="is_important">False</property>
 
                              <child>
-                               <widget class="GtkButton" id="scriptBottomButton">
+                               <widget class="GtkToolItem" id="toolitem29">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">execute all (End)</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="relief">GTK_RELIEF_NONE</property>
-                                 <property name="focus_on_click">True</property>
-                                 <accelerator key="End" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+                                 <property name="visible_horizontal">True</property>
+                                 <property name="visible_vertical">True</property>
+                                 <property name="is_important">False</property>
 
                                  <child>
-                                   <widget class="GtkImage" id="image257">
+                                   <widget class="GtkButton" id="scriptBottomButton">
                                      <property name="visible">True</property>
-                                     <property name="stock">gtk-goto-bottom</property>
-                                     <property name="icon_size">4</property>
-                                     <property name="xalign">0.5</property>
-                                     <property name="yalign">0.5</property>
-                                     <property name="xpad">0</property>
-                                     <property name="ypad">0</property>
+                                     <property name="tooltip" translatable="yes">execute all (End)</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="relief">GTK_RELIEF_NONE</property>
+                                     <property name="focus_on_click">True</property>
+                                     <accelerator key="End" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
+
+                                     <child>
+                                       <widget class="GtkImage" id="image257">
+                                         <property name="visible">True</property>
+                                         <property name="stock">gtk-goto-bottom</property>
+                                         <property name="icon_size">4</property>
+                                         <property name="xalign">0.5</property>
+                                         <property name="yalign">0.5</property>
+                                         <property name="xpad">0</property>
+                                         <property name="ypad">0</property>
+                                       </widget>
+                                     </child>
                                    </widget>
                                  </child>
                                </widget>
+                               <packing>
+                                 <property name="expand">False</property>
+                                 <property name="homogeneous">False</property>
+                               </packing>
                              </child>
                            </widget>
                            <packing>
+                             <property name="padding">0</property>
                              <property name="expand">False</property>
-                             <property name="homogeneous">False</property>
+                             <property name="fill">False</property>
                            </packing>
                          </child>
-                       </widget>
-                       <packing>
-                         <property name="padding">0</property>
-                         <property name="expand">False</property>
-                         <property name="fill">False</property>
-                       </packing>
-                     </child>
-
-                     <child>
-                       <widget class="GtkNotebook" id="scriptNotebook">
-                         <property name="visible">True</property>
-                         <property name="can_focus">True</property>
-                         <property name="show_tabs">True</property>
-                         <property name="show_border">True</property>
-                         <property name="tab_pos">GTK_POS_BOTTOM</property>
-                         <property name="scrollable">False</property>
-                         <property name="enable_popup">False</property>
 
                          <child>
-                           <widget class="GtkScrolledWindow" id="scrolledwindow7">
+                           <widget class="GtkNotebook" id="scriptNotebook">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                             <property name="shadow_type">GTK_SHADOW_NONE</property>
-                             <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+                             <property name="show_tabs">True</property>
+                             <property name="show_border">True</property>
+                             <property name="tab_pos">GTK_POS_BOTTOM</property>
+                             <property name="scrollable">False</property>
+                             <property name="enable_popup">False</property>
 
                              <child>
-                               <widget class="GtkTextView" id="scriptTextView">
+                               <widget class="GtkScrolledWindow" id="scrolledwindow7">
                                  <property name="visible">True</property>
                                  <property name="can_focus">True</property>
-                                 <property name="editable">True</property>
-                                 <property name="overwrite">False</property>
-                                 <property name="accepts_tab">True</property>
-                                 <property name="justification">GTK_JUSTIFY_LEFT</property>
-                                 <property name="wrap_mode">GTK_WRAP_NONE</property>
-                                 <property name="cursor_visible">True</property>
-                                 <property name="pixels_above_lines">0</property>
-                                 <property name="pixels_below_lines">0</property>
-                                 <property name="pixels_inside_wrap">0</property>
-                                 <property name="left_margin">0</property>
-                                 <property name="right_margin">0</property>
-                                 <property name="indent">0</property>
-                                 <property name="text" translatable="yes"></property>
+                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                                 <property name="shadow_type">GTK_SHADOW_NONE</property>
+                                 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+                                 <child>
+                                   <widget class="GtkTextView" id="scriptTextView">
+                                     <property name="border_width">2</property>
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="editable">True</property>
+                                     <property name="overwrite">False</property>
+                                     <property name="accepts_tab">True</property>
+                                     <property name="justification">GTK_JUSTIFY_LEFT</property>
+                                     <property name="wrap_mode">GTK_WRAP_NONE</property>
+                                     <property name="cursor_visible">True</property>
+                                     <property name="pixels_above_lines">0</property>
+                                     <property name="pixels_below_lines">0</property>
+                                     <property name="pixels_inside_wrap">0</property>
+                                     <property name="left_margin">2</property>
+                                     <property name="right_margin">0</property>
+                                     <property name="indent">0</property>
+                                     <property name="text" translatable="yes"></property>
+                                   </widget>
+                                 </child>
                                </widget>
+                               <packing>
+                                 <property name="tab_expand">False</property>
+                                 <property name="tab_fill">True</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="tab_expand">False</property>
-                             <property name="tab_fill">True</property>
-                           </packing>
-                         </child>
-
-                         <child>
-                           <widget class="GtkLabel" id="label12">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">script</property>
-                             <property name="use_underline">False</property>
-                             <property name="use_markup">False</property>
-                             <property name="justify">GTK_JUSTIFY_LEFT</property>
-                             <property name="wrap">False</property>
-                             <property name="selectable">False</property>
-                             <property name="xalign">0.5</property>
-                             <property name="yalign">0.5</property>
-                             <property name="xpad">0</property>
-                             <property name="ypad">0</property>
-                           </widget>
-                           <packing>
-                             <property name="type">tab</property>
-                           </packing>
-                         </child>
 
-                         <child>
-                           <widget class="GtkScrolledWindow" id="scrolledwindow8">
-                             <property name="visible">True</property>
-                             <property name="can_focus">True</property>
-                             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                             <property name="shadow_type">GTK_SHADOW_NONE</property>
-                             <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+                             <child>
+                               <widget class="GtkLabel" id="label12">
+                                 <property name="visible">True</property>
+                                 <property name="label" translatable="yes">script</property>
+                                 <property name="use_underline">False</property>
+                                 <property name="use_markup">False</property>
+                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
+                                 <property name="wrap">False</property>
+                                 <property name="selectable">False</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xpad">0</property>
+                                 <property name="ypad">0</property>
+                               </widget>
+                               <packing>
+                                 <property name="type">tab</property>
+                               </packing>
+                             </child>
 
                              <child>
-                               <widget class="GtkTreeView" id="scriptTreeView">
+                               <widget class="GtkScrolledWindow" id="scrolledwindow8">
                                  <property name="visible">True</property>
                                  <property name="can_focus">True</property>
-                                 <property name="headers_visible">False</property>
-                                 <property name="rules_hint">False</property>
-                                 <property name="reorderable">False</property>
-                                 <property name="enable_search">True</property>
+                                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                                 <property name="shadow_type">GTK_SHADOW_NONE</property>
+                                 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+                                 <child>
+                                   <widget class="GtkTreeView" id="scriptTreeView">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">True</property>
+                                     <property name="headers_visible">False</property>
+                                     <property name="rules_hint">False</property>
+                                     <property name="reorderable">False</property>
+                                     <property name="enable_search">True</property>
+                                   </widget>
+                                 </child>
                                </widget>
+                               <packing>
+                                 <property name="tab_expand">False</property>
+                                 <property name="tab_fill">True</property>
+                               </packing>
                              </child>
-                           </widget>
-                           <packing>
-                             <property name="tab_expand">False</property>
-                             <property name="tab_fill">True</property>
-                           </packing>
-                         </child>
 
-                         <child>
-                           <widget class="GtkLabel" id="label13">
-                             <property name="visible">True</property>
-                             <property name="label" translatable="yes">outline</property>
-                             <property name="use_underline">False</property>
-                             <property name="use_markup">False</property>
-                             <property name="justify">GTK_JUSTIFY_LEFT</property>
-                             <property name="wrap">False</property>
-                             <property name="selectable">False</property>
-                             <property name="xalign">0.5</property>
-                             <property name="yalign">0.5</property>
-                             <property name="xpad">0</property>
-                             <property name="ypad">0</property>
+                             <child>
+                               <widget class="GtkLabel" id="label13">
+                                 <property name="visible">True</property>
+                                 <property name="label" translatable="yes">outline</property>
+                                 <property name="use_underline">False</property>
+                                 <property name="use_markup">False</property>
+                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
+                                 <property name="wrap">False</property>
+                                 <property name="selectable">False</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xpad">0</property>
+                                 <property name="ypad">0</property>
+                               </widget>
+                               <packing>
+                                 <property name="type">tab</property>
+                               </packing>
+                             </child>
                            </widget>
                            <packing>
-                             <property name="type">tab</property>
+                             <property name="padding">0</property>
+                             <property name="expand">True</property>
+                             <property name="fill">True</property>
                            </packing>
                          </child>
                        </widget>
@@ -2093,7 +2098,7 @@ Copyright (C) 2005,
                      </child>
                    </widget>
                    <packing>
-                     <property name="shrink">False</property>
+                     <property name="shrink">True</property>
                      <property name="resize">True</property>
                    </packing>
                  </child>
index abab0f7932cf2559a771da7f031222a715f18f49..7256601b6964db394c44812753b85f06282240e9 100644 (file)
@@ -154,6 +154,15 @@ class gui () =
       connect_button tbar#assumptionButton (tac (A.Assumption loc));
       connect_button tbar#cutButton (tac_w_term (A.Cut (loc, hole)));
       connect_button tbar#autoButton (tac (A.Auto (loc,None)));
+      ignore(self#main#tacticsBarMenuItem#connect#toggled 
+        ~callback:(fun _ -> 
+            if self#main#tacticsBarMenuItem#active then
+                self#main#tacticsButtonsHandlebox#misc#show ()
+            else 
+                self#main#tacticsButtonsHandlebox#misc#hide ()));
+      let module Hr = Helm_registry in
+      if not(Hr.get_opt_default Hr.get_bool false "matita.tactics_bar") then 
+        self#main#tacticsBarMenuItem#set_active false;
         (* quit *)
       self#setQuitCallback (fun () -> exit 0);
         (* log *)
@@ -260,7 +269,7 @@ class gui () =
       let height = Gdk.Screen.height () in
       let main_w = width * 90 / 100 in 
       let main_h = height * 80 / 100 in
-      let script_w = main_w / 2 in
+      let script_w = main_w * 6 / 10 in
       self#main#toplevel#resize ~width:main_w ~height:main_h;
       self#main#hpaneScriptSequent#set_position script_w