output: Make it possible to push and pop output engines.
[pspp] / src / ui / gui / output-viewer.ui
index e664a6d9930df0cc890b758268a3236516e81fd8..a9b7702e5b6a62b933736cb2dae17290f1aa18da 100644 (file)
@@ -9,10 +9,19 @@
             <property name="label" translatable="yes">_File</property>
           </object>
         </child>
+        <child>
+          <object class="GtkAction" id="file_print">
+            <property name="name">file_print</property>
+            <property name="stock-id">file-print</property>
+            <property name="label" translatable="yes">_Print...</property>
+          </object>
+         <accelerator key="P" modifiers="GDK_CONTROL_MASK"/>
+        </child>
         <child>
           <object class="GtkAction" id="file_export">
             <property name="name">file_export</property>
-            <property name="label" translatable="yes">_Export</property>
+            <property name="stock-id">file-export-data</property>
+            <property name="label" translatable="yes">_Export...</property>
           </object>
         </child>
         <child>
           </object>
         </child>
         <child>
-          <object class="GtkAction" id="imagemenuitem7">
-            <property name="stock-id">gtk-copy</property>
-            <property name="name">imagemenuitem7</property>
+          <object class="GtkAction" id="edit_select-all">
+            <property name="name">edit_select-all</property>
+            <property name="stock-id">edit-select-all</property>
+           <property name="label" translatable="yes">Select _All</property>
+          </object>
+        </child>
+        <child>
+          <object class="GtkAction" id="edit_copy">
+            <property name="stock-id">edit-copy</property>
+            <property name="name">edit_copy</property>
+           <property name="label" translatable="yes">_Copy</property>
           </object>
         </child>
         <child>
@@ -35,6 +52,7 @@
         </child>
         <child>
           <object class="GtkAction" id="windows_minimise-all">
+           <property name="stock-id">windows-minimize-all</property>
             <property name="name">windows_minimise-all</property>
             <property name="label" translatable="yes">_Minimize All Windows</property>
           </object>
       <menubar name="menubar">
         <menu action="menuitem1">
           <menuitem action="file_export"/>
+          <menuitem action="file_print"/>
         </menu>
         <menu action="menuitem2">
-          <menuitem action="imagemenuitem7"/>
+          <menuitem action="edit_copy"/>
+          <menuitem action="edit_select-all"/>
         </menu>
         <menu action="windows_menuitem">
           <menuitem action="windows_minimise-all"/>