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.4.2"/>
21 <requires lib="psppire" version="0.0"/>
22 <object class="GtkBox" id="val-labs-dialog">
23 <property name="visible">True</property>
24 <property name="can_focus">False</property>
25 <property name="border_width">5</property>
27 <object class="GtkFrame" id="frame1">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 <property name="label_xalign">0</property>
32 <object class="GtkGrid" id="table3">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="margin_start">12</property>
36 <property name="hexpand">True</property>
37 <property name="vexpand">True</property>
38 <property name="row_spacing">5</property>
40 <object class="GtkScrolledWindow" id="scrolledwindow3">
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="margin_right">5</property>
44 <property name="margin_bottom">5</property>
45 <property name="hexpand">True</property>
46 <property name="shadow_type">etched-in</property>
48 <object class="GtkTreeView" id="treeview1">
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="headers_visible">False</property>
52 <property name="enable_search">False</property>
53 <child internal-child="selection">
54 <object class="GtkTreeSelection" id="treeview-selection1"/>
60 <property name="left_attach">1</property>
61 <property name="top_attach">1</property>
65 <object class="GtkGrid" id="table4">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="margin_left">6</property>
69 <property name="hexpand">False</property>
70 <property name="border_width">5</property>
71 <property name="row_spacing">4</property>
72 <property name="column_spacing">5</property>
74 <object class="GtkEntry" id="value_entry">
75 <property name="width_request">85</property>
76 <property name="visible">True</property>
77 <property name="can_focus">True</property>
78 <property name="hexpand">False</property>
81 <property name="left_attach">1</property>
82 <property name="top_attach">0</property>
86 <object class="GtkEntry" id="label_entry">
87 <property name="visible">True</property>
88 <property name="can_focus">True</property>
89 <property name="hexpand">True</property>
92 <property name="left_attach">1</property>
93 <property name="top_attach">1</property>
97 <object class="GtkLabel" id="label6">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="xalign">0</property>
101 <property name="label" translatable="yes">Value Label:</property>
104 <property name="left_attach">0</property>
105 <property name="top_attach">1</property>
109 <object class="GtkLabel" id="label5">
110 <property name="visible">True</property>
111 <property name="can_focus">False</property>
112 <property name="xalign">0</property>
113 <property name="label" translatable="yes">Value:</property>
116 <property name="left_attach">0</property>
117 <property name="top_attach">0</property>
122 <property name="left_attach">0</property>
123 <property name="top_attach">0</property>
124 <property name="width">2</property>
128 <object class="GtkButtonBox" id="vbuttonbox2">
129 <property name="visible">True</property>
130 <property name="can_focus">False</property>
131 <property name="vexpand">True</property>
132 <property name="border_width">5</property>
133 <property name="orientation">vertical</property>
135 <object class="GtkButton" id="val_labs_add">
136 <property name="label">gtk-add</property>
137 <property name="visible">True</property>
138 <property name="sensitive">False</property>
139 <property name="can_focus">True</property>
140 <property name="can_default">True</property>
141 <property name="receives_default">False</property>
142 <property name="use_stock">True</property>
145 <property name="expand">False</property>
146 <property name="fill">False</property>
147 <property name="position">0</property>
151 <object class="GtkButton" id="val_labs_change">
152 <property name="label">gtk-apply</property>
153 <property name="visible">True</property>
154 <property name="sensitive">False</property>
155 <property name="can_focus">True</property>
156 <property name="can_default">True</property>
157 <property name="receives_default">False</property>
158 <property name="use_stock">True</property>
161 <property name="expand">False</property>
162 <property name="fill">False</property>
163 <property name="position">1</property>
167 <object class="GtkButton" id="val_labs_remove">
168 <property name="label">gtk-remove</property>
169 <property name="visible">True</property>
170 <property name="sensitive">False</property>
171 <property name="can_focus">True</property>
172 <property name="can_default">True</property>
173 <property name="receives_default">False</property>
174 <property name="use_stock">True</property>
177 <property name="expand">False</property>
178 <property name="fill">False</property>
179 <property name="position">2</property>
184 <property name="left_attach">0</property>
185 <property name="top_attach">1</property>
191 <object class="GtkLabel" id="label7">
192 <property name="visible">True</property>
193 <property name="can_focus">False</property>
194 <property name="label" translatable="yes">Value Labels</property>
195 <property name="use_markup">True</property>
200 <property name="expand">True</property>
201 <property name="fill">True</property>
202 <property name="padding">10</property>
203 <property name="position">0</property>
207 <object class="PsppireButtonbox" id="vbuttonbox">
208 <property name="orientation">vertical</property>
209 <property name="visible">True</property>
210 <property name="can_focus">False</property>
211 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
212 <property name="border_width">5</property>
213 <property name="buttons">PSPPIRE_BUTTON_OK_MASK | PSPPIRE_BUTTON_CANCEL_MASK | PSPPIRE_BUTTON_HELP_MASK</property>
216 <property name="expand">False</property>
217 <property name="fill">False</property>
218 <property name="pack_type">end</property>
219 <property name="position">1</property>