Add copyright and licence notices to files which lack them.
[pspp] / src / ui / gui / val-labs-dialog.ui
1 <!-- PSPP - a program for statistical analysis. -->
2 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
3
4 <!-- This program is free software: you can redistribute it and/or modify -->
5 <!-- it under the terms of the GNU General Public License as published by -->
6 <!-- the Free Software Foundation, either version 3 of the License, or -->
7 <!-- (at your option) any later version. -->
8
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13
14 <!-- You should have received a copy of the GNU General Public License -->
15 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
16
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
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>
26     <child>
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>
31         <child>
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>
39             <child>
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>
47                 <child>
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"/>
55                     </child>
56                   </object>
57                 </child>
58               </object>
59               <packing>
60                 <property name="left_attach">1</property>
61                 <property name="top_attach">1</property>
62               </packing>
63             </child>
64             <child>
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>
73                 <child>
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>
79                   </object>
80                   <packing>
81                     <property name="left_attach">1</property>
82                     <property name="top_attach">0</property>
83                   </packing>
84                 </child>
85                 <child>
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>
90                   </object>
91                   <packing>
92                     <property name="left_attach">1</property>
93                     <property name="top_attach">1</property>
94                   </packing>
95                 </child>
96                 <child>
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>
102                   </object>
103                   <packing>
104                     <property name="left_attach">0</property>
105                     <property name="top_attach">1</property>
106                   </packing>
107                 </child>
108                 <child>
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>
114                   </object>
115                   <packing>
116                     <property name="left_attach">0</property>
117                     <property name="top_attach">0</property>
118                   </packing>
119                 </child>
120               </object>
121               <packing>
122                 <property name="left_attach">0</property>
123                 <property name="top_attach">0</property>
124                 <property name="width">2</property>
125               </packing>
126             </child>
127             <child>
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>
134                 <child>
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>
143                   </object>
144                   <packing>
145                     <property name="expand">False</property>
146                     <property name="fill">False</property>
147                     <property name="position">0</property>
148                   </packing>
149                 </child>
150                 <child>
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>
159                   </object>
160                   <packing>
161                     <property name="expand">False</property>
162                     <property name="fill">False</property>
163                     <property name="position">1</property>
164                   </packing>
165                 </child>
166                 <child>
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>
175                   </object>
176                   <packing>
177                     <property name="expand">False</property>
178                     <property name="fill">False</property>
179                     <property name="position">2</property>
180                   </packing>
181                 </child>
182               </object>
183               <packing>
184                 <property name="left_attach">0</property>
185                 <property name="top_attach">1</property>
186               </packing>
187             </child>
188           </object>
189         </child>
190         <child type="label">
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>
196           </object>
197         </child>
198       </object>
199       <packing>
200         <property name="expand">True</property>
201         <property name="fill">True</property>
202         <property name="padding">10</property>
203         <property name="position">0</property>
204       </packing>
205     </child>
206     <child>
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>
214       </object>
215       <packing>
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>
220       </packing>
221     </child>
222   </object>
223 </interface>