]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.glade
snapshot, notably history no longer remember annotations: they are
[helm.git] / helm / matita / matita.glade
index 2dab410080d329772a8ed5b1104b00fb99a27830..466174ba35da5e068e6564dcee9120089ba89361 100644 (file)
@@ -51,7 +51,7 @@
                          <property name="use_underline">True</property>
 
                          <child internal-child="image">
-                           <widget class="GtkImage" id="image108">
+                           <widget class="GtkImage" id="image116">
                              <property name="visible">True</property>
                              <property name="stock">gtk-new</property>
                              <property name="icon_size">1</property>
@@ -93,7 +93,7 @@
                          <accelerator key="o" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                          <child internal-child="image">
-                           <widget class="GtkImage" id="image109">
+                           <widget class="GtkImage" id="image117">
                              <property name="visible">True</property>
                              <property name="stock">gtk-open</property>
                              <property name="icon_size">1</property>
                          <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                          <child internal-child="image">
-                           <widget class="GtkImage" id="image110">
+                           <widget class="GtkImage" id="image118">
                              <property name="visible">True</property>
                              <property name="stock">gtk-save</property>
                              <property name="icon_size">1</property>
                          <property name="use_underline">True</property>
 
                          <child internal-child="image">
-                           <widget class="GtkImage" id="image111">
+                           <widget class="GtkImage" id="image119">
                              <property name="visible">True</property>
                              <property name="stock">gtk-save-as</property>
                              <property name="icon_size">1</property>
                          <accelerator key="q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
                          <child internal-child="image">
-                           <widget class="GtkImage" id="image112">
+                           <widget class="GtkImage" id="image120">
                              <property name="visible">True</property>
                              <property name="stock">gtk-quit</property>
                              <property name="icon_size">1</property>
                          <property name="label" translatable="yes">Show Check Window</property>
                          <property name="use_underline">True</property>
                          <property name="active">False</property>
+                         <accelerator key="F4" modifiers="0" signal="activate"/>
                        </widget>
                      </child>
                    </widget>
@@ -1227,7 +1228,9 @@ Copyright (C) 2004,
 </widget>
 
 <widget class="GtkWindow" id="CheckWin">
-  <property name="title" translatable="yes">Check</property>
+  <property name="width_request">300</property>
+  <property name="height_request">200</property>
+  <property name="title" translatable="yes">Matita: check term</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
@@ -1240,7 +1243,26 @@ Copyright (C) 2004,
   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
   <child>
-    <placeholder/>
+    <widget class="GtkEventBox" id="CheckWinEventBox">
+      <property name="visible">True</property>
+      <property name="visible_window">True</property>
+      <property name="above_child">False</property>
+
+      <child>
+       <widget class="GtkScrolledWindow" id="ScrolledCheck">
+         <property name="visible">True</property>
+         <property name="can_focus">True</property>
+         <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
+         <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
+         <property name="shadow_type">GTK_SHADOW_NONE</property>
+         <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+
+         <child>
+           <placeholder/>
+         </child>
+       </widget>
+      </child>
+    </widget>
   </child>
 </widget>