Enable the show value labels feature
[pspp] / src / ui / gui / output-window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4   <requires lib="gtk+" version="3.0"/>
5   <object class="GtkPaned" id="paned1">
6     <property name="visible">True</property>
7     <property name="can_focus">True</property>
8     <property name="position">112</property>
9     <property name="position_set">True</property>
10     <child>
11       <object class="GtkScrolledWindow" id="scrolledwindow2">
12         <property name="visible">True</property>
13         <property name="can_focus">True</property>
14         <child>
15           <object class="GtkTreeView" id="overview">
16             <property name="visible">True</property>
17             <property name="can_focus">True</property>
18             <property name="headers_visible">False</property>
19             <child internal-child="selection">
20               <object class="GtkTreeSelection" id="treeview-selection1"/>
21             </child>
22           </object>
23         </child>
24       </object>
25       <packing>
26         <property name="resize">False</property>
27         <property name="shrink">True</property>
28       </packing>
29     </child>
30     <child>
31       <object class="GtkScrolledWindow" id="scrolledwindow1">
32         <property name="visible">True</property>
33         <property name="can_focus">True</property>
34         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
35         <child>
36           <object class="GtkLayout" id="output">
37             <property name="visible">True</property>
38             <property name="can_focus">False</property>
39             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
40             <property name="border_width">5</property>
41           </object>
42         </child>
43       </object>
44       <packing>
45         <property name="resize">True</property>
46         <property name="shrink">True</property>
47       </packing>
48     </child>
49   </object>
50   <menu id="output-window-menu">
51     <submenu>
52       <attribute name="label" translatable="yes">_File</attribute>
53       <section>
54         <item>
55           <attribute name="label" translatable="yes">_Print...</attribute>
56           <attribute name="action">win.print</attribute>
57           <attribute name="accel">&lt;Primary&gt;p</attribute>
58         </item>
59         <item>
60           <attribute name="label" translatable="yes">_Export...</attribute>
61           <attribute name="action">win.export</attribute>
62         </item>
63       </section>
64       <section>
65         <item>
66           <attribute name="label" translatable="yes">_Quit</attribute>
67           <attribute name="accel">&lt;Primary&gt;q</attribute>
68           <attribute name="action">app.quit</attribute>
69         </item>
70       </section>
71     </submenu>
72     <submenu>
73       <attribute name="label" translatable="yes">_Edit</attribute>
74       <section>
75         <item>
76           <attribute name="label" translatable="yes">Select _All</attribute>
77           <attribute name="action">win.select-all</attribute>
78         </item>
79         <item>
80           <attribute name="label" translatable="yes">_Copy</attribute>
81           <attribute name="action">win.copy</attribute>
82         </item>
83       </section>
84     </submenu>
85   </menu>
86 </interface>