1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
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. -->
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. -->
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/>. -->
18 <!-- Generated with glade 3.18.3 -->
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>
27 <object class="GtkScrolledWindow" id="scrolledwindow2">
28 <property name="visible">True</property>
29 <property name="can_focus">True</property>
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"/>
42 <property name="resize">False</property>
43 <property name="shrink">True</property>
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>
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>
61 <property name="resize">True</property>
62 <property name="shrink">True</property>
66 <menu id="output-window-menu">
68 <attribute name="label" translatable="yes">_File</attribute>
71 <attribute name="label" translatable="yes">_Print...</attribute>
72 <attribute name="action">win.print</attribute>
73 <attribute name="accel"><Primary>p</attribute>
76 <attribute name="label" translatable="yes">_Export...</attribute>
77 <attribute name="action">win.export</attribute>
82 <attribute name="label" translatable="yes">_Quit</attribute>
83 <attribute name="accel"><Primary>q</attribute>
84 <attribute name="action">app.quit</attribute>
89 <attribute name="label" translatable="yes">_Edit</attribute>
92 <attribute name="label" translatable="yes">Select _All</attribute>
93 <attribute name="action">win.select-all</attribute>
96 <attribute name="label" translatable="yes">_Copy</attribute>
97 <attribute name="action">win.copy</attribute>