]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/dialogs/constructor.glade
agrego los menues que faltaban y hago unos pequenios cambios para que al poner new...
[z.facultad/75.42/plaqui.git] / Constructor / dialogs / constructor.glade
index 5deafe93ffa0ecb5938816ca03bc85d7a8bea9c5..f97ba6b28d54a6b3acc01c531f77d687927f7373 100644 (file)
@@ -42,7 +42,7 @@
                    <widget class="GtkMenu" id="menuitem1_menu">
 
                      <child>
                    <widget class="GtkMenu" id="menuitem1_menu">
 
                      <child>
-                       <widget class="GtkImageMenuItem" id="new1">
+                       <widget class="GtkImageMenuItem" id="main_menu_new">
                          <property name="visible">True</property>
                          <property name="label">gtk-new</property>
                          <property name="use_stock">True</property>
                          <property name="visible">True</property>
                          <property name="label">gtk-new</property>
                          <property name="use_stock">True</property>
@@ -51,7 +51,7 @@
                      </child>
 
                      <child>
                      </child>
 
                      <child>
-                       <widget class="GtkImageMenuItem" id="open1">
+                       <widget class="GtkImageMenuItem" id="main_menu_open">
                          <property name="visible">True</property>
                          <property name="label">gtk-open</property>
                          <property name="use_stock">True</property>
                          <property name="visible">True</property>
                          <property name="label">gtk-open</property>
                          <property name="use_stock">True</property>
                        </widget>
                      </child>
 
                        </widget>
                      </child>
 
-                     <child>
-                       <widget class="GtkImageMenuItem" id="save_as1">
-                         <property name="visible">True</property>
-                         <property name="label">gtk-save-as</property>
-                         <property name="use_stock">True</property>
-                         <signal name="activate" handler="on_save_as1_activate" last_modification_time="Tue, 14 Oct 2003 11:17:30 GMT"/>
-                       </widget>
-                     </child>
-
                      <child>
                        <widget class="GtkMenuItem" id="separatormenuitem1">
                          <property name="visible">True</property>
                      <child>
                        <widget class="GtkMenuItem" id="separatormenuitem1">
                          <property name="visible">True</property>
                    <widget class="GtkMenu" id="menuitem2_menu">
 
                      <child>
                    <widget class="GtkMenu" id="menuitem2_menu">
 
                      <child>
-                       <widget class="GtkImageMenuItem" id="copy1">
+                       <widget class="GtkImageMenuItem" id="edit_menu_del">
                          <property name="visible">True</property>
                          <property name="visible">True</property>
-                         <property name="label">gtk-copy</property>
+                         <property name="label">gtk-delete</property>
                          <property name="use_stock">True</property>
                          <property name="use_stock">True</property>
-                         <signal name="activate" handler="on_copy1_activate" last_modification_time="Tue, 14 Oct 2003 11:17:30 GMT"/>
+                         <signal name="activate" handler="on_delete1_activate" last_modification_time="Tue, 14 Oct 2003 11:17:30 GMT"/>
                        </widget>
                      </child>
 
                      <child>
                        </widget>
                      </child>
 
                      <child>
-                       <widget class="GtkImageMenuItem" id="paste1">
+                       <widget class="GtkImageMenuItem" id="edit_menu_delete_all">
                          <property name="visible">True</property>
                          <property name="visible">True</property>
-                         <property name="label">gtk-paste</property>
-                         <property name="use_stock">True</property>
-                         <signal name="activate" handler="on_paste1_activate" last_modification_time="Tue, 14 Oct 2003 11:17:30 GMT"/>
-                       </widget>
-                     </child>
+                         <property name="label" translatable="yes">Delete All</property>
+                         <property name="use_underline">True</property>
+                         <signal name="activate" handler="on_delete_all_activate" last_modification_time="Fri, 21 Nov 2003 16:34:12 GMT"/>
 
 
-                     <child>
-                       <widget class="GtkImageMenuItem" id="edit_menu_del">
-                         <property name="visible">True</property>
-                         <property name="label">gtk-delete</property>
-                         <property name="use_stock">True</property>
-                         <signal name="activate" handler="on_delete1_activate" last_modification_time="Tue, 14 Oct 2003 11:17:30 GMT"/>
+                         <child internal-child="image">
+                           <widget class="GtkImage" id="image18">
+                             <property name="visible">True</property>
+                             <property name="stock">gtk-clear</property>
+                             <property name="icon_size">1</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>
                        </widget>
                      </child>
                    </widget>
        </packing>
       </child>
 
        </packing>
       </child>
 
+      <child>
+       <widget class="GtkToolbar" id="toolbar1">
+         <property name="visible">True</property>
+         <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
+         <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
+         <property name="tooltips">True</property>
+
+         <child>
+           <widget class="button" id="quick_btn_new">
+             <property name="visible">True</property>
+             <property name="label">gtk-new</property>
+             <property name="use_stock">True</property>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="button" id="quick_btn_open">
+             <property name="visible">True</property>
+             <property name="label">gtk-open</property>
+             <property name="use_stock">True</property>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="button" id="quick_btn_save">
+             <property name="visible">True</property>
+             <property name="label">gtk-save</property>
+             <property name="use_stock">True</property>
+           </widget>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">False</property>
+         <property name="fill">False</property>
+       </packing>
+      </child>
+
       <child>
        <widget class="GtkHBox" id="hbox2">
          <property name="visible">True</property>
       <child>
        <widget class="GtkHBox" id="hbox2">
          <property name="visible">True</property>
   <property name="title" translatable="yes">Propiedades del Tanque</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="title" translatable="yes">Propiedades del Tanque</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="title" translatable="yes">Propiedades del </property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="title" translatable="yes">Propiedades del </property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
 
 <widget class="GtkFileSelection" id="file_selection">
   <property name="border_width">10</property>
 
 <widget class="GtkFileSelection" id="file_selection">
   <property name="border_width">10</property>
-  <property name="title" translatable="yes">Select File</property>
+  <property name="title" translatable="yes">Guardar ...</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
   <property name="show_fileops">True</property>
   <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
   <property name="show_fileops">True</property>
   <property name="title" translatable="yes">Propiedades de la Exclusa</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="title" translatable="yes">Propiedades de la Exclusa</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="title" translatable="yes">Seleccionar Color</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="title" translatable="yes">Seleccionar Color</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
 
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
 
   <property name="title" translatable="yes">Propiedades de la Bomba</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="title" translatable="yes">Propiedades de la Bomba</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
+  <property name="modal">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">True</property>
   </child>
 </widget>
 
   </child>
 </widget>
 
+<widget class="GtkFileSelection" id="file_open_selection">
+  <property name="border_width">10</property>
+  <property name="title" translatable="yes">Abrir ...</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_CENTER</property>
+  <property name="modal">True</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="show_fileops">True</property>
+
+  <child internal-child="cancel_button">
+    <widget class="GtkButton" id="cancel_button2">
+      <property name="visible">True</property>
+      <property name="can_default">True</property>
+      <property name="can_focus">True</property>
+      <property name="relief">GTK_RELIEF_NORMAL</property>
+    </widget>
+  </child>
+
+  <child internal-child="ok_button">
+    <widget class="GtkButton" id="ok_button2">
+      <property name="visible">True</property>
+      <property name="can_default">True</property>
+      <property name="can_focus">True</property>
+      <property name="relief">GTK_RELIEF_NORMAL</property>
+    </widget>
+  </child>
+</widget>
+
 </glade-interface>
 </glade-interface>