Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / output-window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
4
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
9
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
13 <!-- GNU General Public License for more details. -->
14
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
17
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.0"/>
21   <object class="GtkPaned" id="paned1">
22     <property name="visible">True</property>
23     <property name="can_focus">True</property>
24     <property name="position">112</property>
25     <property name="position_set">True</property>
26     <child>
27       <object class="GtkScrolledWindow" id="scrolledwindow2">
28         <property name="visible">True</property>
29         <property name="can_focus">True</property>
30         <child>
31           <object class="GtkTreeView" id="overview">
32             <property name="visible">True</property>
33             <property name="can_focus">True</property>
34             <property name="headers_visible">False</property>
35             <child internal-child="selection">
36               <object class="GtkTreeSelection" id="treeview-selection1"/>
37             </child>
38           </object>
39         </child>
40       </object>
41       <packing>
42         <property name="resize">False</property>
43         <property name="shrink">True</property>
44       </packing>
45     </child>
46     <child>
47       <object class="GtkScrolledWindow" id="scrolledwindow1">
48         <property name="visible">True</property>
49         <property name="can_focus">True</property>
50         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
51         <child>
52           <object class="GtkLayout" id="output">
53             <property name="visible">True</property>
54             <property name="can_focus">False</property>
55             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
56             <property name="border_width">5</property>
57           </object>
58         </child>
59       </object>
60       <packing>
61         <property name="resize">True</property>
62         <property name="shrink">True</property>
63       </packing>
64     </child>
65   </object>
66   <menu id="output-window-menu">
67     <submenu>
68       <attribute name="label" translatable="yes">_File</attribute>
69       <section>
70         <item>
71           <attribute name="label" translatable="yes">_Print...</attribute>
72           <attribute name="action">win.print</attribute>
73           <attribute name="accel">&lt;Primary&gt;p</attribute>
74         </item>
75         <item>
76           <attribute name="label" translatable="yes">_Export...</attribute>
77           <attribute name="action">win.export</attribute>
78         </item>
79       </section>
80       <section>
81         <item>
82           <attribute name="label" translatable="yes">_Quit</attribute>
83           <attribute name="accel">&lt;Primary&gt;q</attribute>
84           <attribute name="action">app.quit</attribute>
85         </item>
86       </section>
87     </submenu>
88     <submenu>
89       <attribute name="label" translatable="yes">_Edit</attribute>
90       <section>
91         <item>
92           <attribute name="label" translatable="yes">Select _All</attribute>
93           <attribute name="action">win.select-all</attribute>
94         </item>
95         <item>
96           <attribute name="label" translatable="yes">_Copy</attribute>
97           <attribute name="action">win.copy</attribute>
98         </item>
99       </section>
100     </submenu>
101   </menu>
102 </interface>