7779a06095e6ee4ef0877ea9b30334945bf22b17
[pspp-builds.git] / src / ui / gui / data-editor.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5   <widget class="GtkWindow" id="data_editor">
6     <property name="title">Psppire Data Editor</property>
7     <property name="default_width">975</property>
8     <property name="default_height">480</property>
9     <child>
10       <widget class="GtkVBox" id="vbox1">
11         <property name="visible">True</property>
12         <child>
13           <widget class="GtkMenuBar" id="menubar">
14             <property name="visible">True</property>
15             <child>
16               <widget class="GtkMenuItem" id="file">
17                 <property name="visible">True</property>
18                 <property name="label" translatable="yes">_File</property>
19                 <property name="use_underline">True</property>
20                 <child>
21                   <widget class="GtkMenu" id="menuitem1_menu">
22                     <child>
23                       <widget class="GtkImageMenuItem" id="new1">
24                         <property name="visible">True</property>
25                         <property name="label">gtk-new</property>
26                         <property name="use_underline">True</property>
27                         <property name="use_stock">True</property>
28                         <child>
29                           <widget class="GtkMenu" id="new1_menu">
30                             <child>
31                               <widget class="GtkMenuItem" id="file_new_syntax">
32                                 <property name="visible">True</property>
33                                 <property name="label" translatable="yes">_Syntax</property>
34                                 <property name="use_underline">True</property>
35                               </widget>
36                             </child>
37                             <child>
38                               <widget class="GtkMenuItem" id="file_new_data">
39                                 <property name="visible">True</property>
40                                 <property name="label" translatable="yes">_Data</property>
41                                 <property name="use_underline">True</property>
42                               </widget>
43                             </child>
44                           </widget>
45                         </child>
46                       </widget>
47                     </child>
48                     <child>
49                       <widget class="GtkImageMenuItem" id="open1">
50                         <property name="visible">True</property>
51                         <property name="label">gtk-open</property>
52                         <property name="use_underline">True</property>
53                         <property name="use_stock">True</property>
54                         <child>
55                           <widget class="GtkMenu" id="open1_menu">
56                             <child>
57                               <widget class="GtkMenuItem" id="file_open_syntax">
58                                 <property name="visible">True</property>
59                                 <property name="label" translatable="yes">_Syntax</property>
60                                 <property name="use_underline">True</property>
61                               </widget>
62                             </child>
63                             <child>
64                               <widget class="GtkMenuItem" id="file_open_data">
65                                 <property name="visible">True</property>
66                                 <property name="label" translatable="yes">_Data</property>
67                                 <property name="use_underline">True</property>
68                               </widget>
69                             </child>
70                           </widget>
71                         </child>
72                       </widget>
73                     </child>
74                     <child>
75                       <widget class="GtkImageMenuItem" id="file_save">
76                         <property name="visible">True</property>
77                         <property name="label">gtk-save</property>
78                         <property name="use_underline">True</property>
79                         <property name="use_stock">True</property>
80                       </widget>
81                     </child>
82                     <child>
83                       <widget class="GtkImageMenuItem" id="file_save_as">
84                         <property name="visible">True</property>
85                         <property name="label">gtk-save-as</property>
86                         <property name="use_underline">True</property>
87                         <property name="use_stock">True</property>
88                       </widget>
89                     </child>
90                     <child>
91                       <widget class="GtkSeparatorMenuItem" id="file_separator1">
92                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
93                       </widget>
94                     </child>
95                     <child>
96                       <widget class="GtkMenuItem" id="file_recent-data">
97                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
98                         <property name="label" translatable="yes">Recently Used Da_ta</property>
99                         <property name="use_underline">True</property>
100                       </widget>
101                     </child>
102                     <child>
103                       <widget class="GtkMenuItem" id="file_recent-files">
104                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
105                         <property name="label" translatable="yes">Recently Used _Files</property>
106                         <property name="use_underline">True</property>
107                       </widget>
108                     </child>
109                     <child>
110                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
111                         <property name="visible">True</property>
112                       </widget>
113                     </child>
114                     <child>
115                       <widget class="GtkImageMenuItem" id="file_quit">
116                         <property name="visible">True</property>
117                         <property name="label">gtk-quit</property>
118                         <property name="use_underline">True</property>
119                         <property name="use_stock">True</property>
120                       </widget>
121                     </child>
122                   </widget>
123                 </child>
124               </widget>
125             </child>
126             <child>
127               <widget class="GtkMenuItem" id="edit">
128                 <property name="visible">True</property>
129                 <property name="label" translatable="yes">_Edit</property>
130                 <property name="use_underline">True</property>
131                 <child>
132                   <widget class="GtkMenu" id="edit_menu">
133                     <child>
134                       <widget class="GtkMenuItem" id="edit_insert-variable">
135                         <property name="visible">True</property>
136                         <property name="sensitive">False</property>
137                         <property name="label" translatable="yes">Insert Variable</property>
138                         <property name="use_underline">True</property>
139                       </widget>
140                     </child>
141                     <child>
142                       <widget class="GtkMenuItem" id="edit_insert-case">
143                         <property name="visible">True</property>
144                         <property name="sensitive">False</property>
145                         <property name="label" translatable="yes">Insert Cases</property>
146                         <property name="use_underline">True</property>
147                       </widget>
148                     </child>
149                     <child>
150                       <widget class="GtkImageMenuItem" id="edit_goto-case">
151                         <property name="visible">True</property>
152                         <property name="sensitive">False</property>
153                         <property name="label" translatable="yes">Go To Case</property>
154                         <property name="use_underline">True</property>
155                       </widget>
156                     </child>
157                     <child>
158                       <widget class="GtkSeparatorMenuItem" id="separator4">
159                         <property name="visible">True</property>
160                         <property name="sensitive">False</property>
161                       </widget>
162                     </child>
163                     <child>
164                       <widget class="GtkImageMenuItem" id="edit_cut">
165                         <property name="visible">True</property>
166                         <property name="sensitive">False</property>
167                         <property name="label">gtk-cut</property>
168                         <property name="use_underline">True</property>
169                         <property name="use_stock">True</property>
170                       </widget>
171                     </child>
172                     <child>
173                       <widget class="GtkImageMenuItem" id="edit_copy">
174                         <property name="visible">True</property>
175                         <property name="sensitive">False</property>
176                         <property name="label">gtk-copy</property>
177                         <property name="use_underline">True</property>
178                         <property name="use_stock">True</property>
179                       </widget>
180                     </child>
181                     <child>
182                       <widget class="GtkImageMenuItem" id="edit_paste">
183                         <property name="visible">True</property>
184                         <property name="sensitive">False</property>
185                         <property name="label">gtk-paste</property>
186                         <property name="use_underline">True</property>
187                         <property name="use_stock">True</property>
188                       </widget>
189                     </child>
190                     <child>
191                       <widget class="GtkMenuItem" id="edit_clear-variables">
192                         <property name="visible">True</property>
193                         <property name="sensitive">False</property>
194                         <property name="label" translatable="yes">Cl_ear Variables</property>
195                         <property name="use_underline">True</property>
196                       </widget>
197                     </child>
198                     <child>
199                       <widget class="GtkMenuItem" id="edit_clear-cases">
200                         <property name="visible">True</property>
201                         <property name="sensitive">False</property>
202                         <property name="label" translatable="yes">_Clear Cases</property>
203                         <property name="use_underline">True</property>
204                       </widget>
205                     </child>
206                     <child>
207                       <widget class="GtkSeparatorMenuItem" id="separator6">
208                         <property name="visible">True</property>
209                       </widget>
210                     </child>
211                     <child>
212                       <widget class="GtkImageMenuItem" id="edit_find">
213                         <property name="visible">True</property>
214                         <property name="sensitive">False</property>
215                         <property name="label" translatable="yes">_Find</property>
216                         <property name="use_underline">True</property>
217                       </widget>
218                     </child>
219                   </widget>
220                 </child>
221               </widget>
222             </child>
223             <child>
224               <widget class="GtkMenuItem" id="view">
225                 <property name="visible">True</property>
226                 <property name="label" translatable="yes">_View</property>
227                 <property name="use_underline">True</property>
228                 <child>
229                   <widget class="GtkMenu" id="menuitem3_menu">
230                     <child>
231                       <widget class="GtkCheckMenuItem" id="view_statusbar">
232                         <property name="visible">True</property>
233                         <property name="label" translatable="yes">Status Bar</property>
234                         <property name="use_underline">True</property>
235                         <property name="active">True</property>
236                       </widget>
237                     </child>
238                     <child>
239                       <widget class="GtkMenuItem" id="toolbars">
240                         <property name="label" translatable="yes">Toolbars</property>
241                         <property name="use_underline">True</property>
242                       </widget>
243                     </child>
244                     <child>
245                       <widget class="GtkSeparatorMenuItem" id="separator1">
246                         <property name="visible">True</property>
247                       </widget>
248                     </child>
249                     <child>
250                       <widget class="GtkMenuItem" id="view_fonts">
251                         <property name="visible">True</property>
252                         <property name="label" translatable="yes">Fonts</property>
253                         <property name="use_underline">True</property>
254                       </widget>
255                     </child>
256                     <child>
257                       <widget class="GtkCheckMenuItem" id="view_gridlines">
258                         <property name="visible">True</property>
259                         <property name="label" translatable="yes">Grid Lines</property>
260                         <property name="use_underline">True</property>
261                         <property name="active">True</property>
262                       </widget>
263                     </child>
264                     <child>
265                       <widget class="GtkCheckMenuItem" id="view_value-labels">
266                         <property name="visible">True</property>
267                         <property name="label" translatable="yes">Value Labels</property>
268                         <property name="use_underline">True</property>
269                       </widget>
270                     </child>
271                     <child>
272                       <widget class="GtkSeparatorMenuItem" id="separator3">
273                         <property name="visible">True</property>
274                       </widget>
275                     </child>
276                     <child>
277                       <widget class="GtkMenuItem" id="view_data">
278                         <property name="visible">True</property>
279                         <property name="label" translatable="yes">Data</property>
280                         <property name="use_underline">True</property>
281                       </widget>
282                     </child>
283                     <child>
284                       <widget class="GtkMenuItem" id="view_variables">
285                         <property name="visible">True</property>
286                         <property name="label" translatable="yes">Variables</property>
287                         <property name="use_underline">True</property>
288                       </widget>
289                     </child>
290                   </widget>
291                 </child>
292               </widget>
293             </child>
294             <child>
295               <widget class="GtkMenuItem" id="data">
296                 <property name="visible">True</property>
297                 <property name="label" translatable="yes">_Data</property>
298                 <property name="use_underline">True</property>
299                 <child>
300                   <widget class="GtkMenu" id="data_menu">
301                     <child>
302                       <widget class="GtkMenuItem" id="data_sort-cases">
303                         <property name="visible">True</property>
304                         <property name="label" translatable="yes">Sort Cases</property>
305                         <property name="use_underline">True</property>
306                       </widget>
307                     </child>
308                     <child>
309                       <widget class="GtkMenuItem" id="data_transpose">
310                         <property name="visible">True</property>
311                         <property name="sensitive">False</property>
312                         <property name="label" translatable="yes">Transpose</property>
313                         <property name="use_underline">True</property>
314                       </widget>
315                     </child>
316                     <child>
317                       <widget class="GtkMenuItem" id="data_merge-files">
318                         <property name="sensitive">False</property>
319                         <property name="label" translatable="yes">Merge Files</property>
320                         <property name="use_underline">True</property>
321                       </widget>
322                     </child>
323                     <child>
324                       <widget class="GtkMenuItem" id="data_aggregate">
325                         <property name="sensitive">False</property>
326                         <property name="label" translatable="yes">Aggregate</property>
327                         <property name="use_underline">True</property>
328                       </widget>
329                     </child>
330                     <child>
331                       <widget class="GtkSeparatorMenuItem" id="separator5">
332                         <property name="visible">True</property>
333                         <property name="sensitive">False</property>
334                       </widget>
335                     </child>
336                     <child>
337                       <widget class="GtkMenuItem" id="data_split-file">
338                         <property name="visible">True</property>
339                         <property name="label" translatable="yes">Split File</property>
340                         <property name="use_underline">True</property>
341                       </widget>
342                     </child>
343                     <child>
344                       <widget class="GtkMenuItem" id="data_select-cases">
345                         <property name="visible">True</property>
346                         <property name="sensitive">False</property>
347                         <property name="label" translatable="yes">Select Cases</property>
348                         <property name="use_underline">True</property>
349                       </widget>
350                     </child>
351                     <child>
352                       <widget class="GtkMenuItem" id="data_weight-cases">
353                         <property name="visible">True</property>
354                         <property name="label" translatable="yes">Weight Cases</property>
355                         <property name="use_underline">True</property>
356                       </widget>
357                     </child>
358                   </widget>
359                 </child>
360               </widget>
361             </child>
362             <child>
363               <widget class="GtkMenuItem" id="transform">
364                 <property name="visible">True</property>
365                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
366                 <property name="label" translatable="yes">_Transform</property>
367                 <property name="use_underline">True</property>
368                 <child>
369                   <widget class="GtkMenu" id="menu2">
370                     <property name="visible">True</property>
371                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
372                     <child>
373                       <widget class="GtkMenuItem" id="transform_compute">
374                         <property name="visible">True</property>
375                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
376                         <property name="label" translatable="yes">_Compute</property>
377                         <property name="use_underline">True</property>
378                       </widget>
379                     </child>
380                     <child>
381                       <widget class="GtkMenuItem" id="transform_rank">
382                         <property name="visible">True</property>
383                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
384                         <property name="label" translatable="yes">Ran_k Cases</property>
385                         <property name="use_underline">True</property>
386                       </widget>
387                     </child>
388                     <child>
389                       <widget class="GtkSeparatorMenuItem" id="separator7">
390                         <property name="visible">True</property>
391                       </widget>
392                     </child>
393                     <child>
394                       <widget class="GtkMenuItem" id="transform_run-pending">
395                         <property name="visible">True</property>
396                         <property name="sensitive">False</property>
397                         <property name="label" translatable="yes">_Run Pending Transforms</property>
398                         <property name="use_underline">True</property>
399                         <accelerator key="G" modifiers="GDK_CONTROL_MASK" signal="activate"/>
400                       </widget>
401                     </child>
402                   </widget>
403                 </child>
404               </widget>
405             </child>
406             <child>
407               <widget class="GtkMenuItem" id="analyze">
408                 <property name="visible">True</property>
409                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
410                 <property name="label" translatable="yes">_Analyze</property>
411                 <property name="use_underline">True</property>
412                 <child>
413                   <widget class="GtkMenu" id="menu3">
414                     <property name="visible">True</property>
415                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
416                     <child>
417                       <widget class="GtkMenuItem" id="descriptive-statistics">
418                         <property name="visible">True</property>
419                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
420                         <property name="label" translatable="yes">_Descriptive Statistics</property>
421                         <property name="use_underline">True</property>
422                         <child>
423                           <widget class="GtkMenu" id="menu5">
424                             <property name="visible">True</property>
425                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
426                             <child>
427                               <widget class="GtkMenuItem" id="frequencies">
428                                 <property name="visible">True</property>
429                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
430                                 <property name="label" translatable="yes">_Frequencies</property>
431                                 <property name="use_underline">True</property>
432                               </widget>
433                             </child>
434                             <child>
435                               <widget class="GtkMenuItem" id="analyze_descriptives">
436                                 <property name="visible">True</property>
437                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
438                                 <property name="label" translatable="yes">_Descriptives</property>
439                                 <property name="use_underline">True</property>
440                               </widget>
441                             </child>
442                             <child>
443                               <widget class="GtkMenuItem" id="explore">
444                                 <property name="visible">True</property>
445                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
446                                 <property name="label" translatable="yes">_Explore</property>
447                                 <property name="use_underline">True</property>
448                               </widget>
449                             </child>
450                             <child>
451                               <widget class="GtkMenuItem" id="crosstabs">
452                                 <property name="visible">True</property>
453                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
454                                 <property name="label" translatable="yes">_Crosstabs</property>
455                                 <property name="use_underline">True</property>
456                               </widget>
457                             </child>
458                           </widget>
459                         </child>
460                       </widget>
461                     </child>
462                     <child>
463                       <widget class="GtkMenuItem" id="compare-means">
464                         <property name="visible">True</property>
465                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
466                         <property name="label" translatable="yes">Compare _Means</property>
467                         <property name="use_underline">True</property>
468                         <child>
469                           <widget class="GtkMenu" id="menu6">
470                             <property name="visible">True</property>
471                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
472                             <child>
473                               <widget class="GtkMenuItem" id="one-sample-t-test">
474                                 <property name="visible">True</property>
475                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
476                                 <property name="label" translatable="yes">_One Sample T Test</property>
477                                 <property name="use_underline">True</property>
478                               </widget>
479                             </child>
480                             <child>
481                               <widget class="GtkMenuItem" id="indep-t-test">
482                                 <property name="visible">True</property>
483                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
484                                 <property name="label" translatable="yes">_Independent Samples T Test</property>
485                                 <property name="use_underline">True</property>
486                               </widget>
487                             </child>
488                             <child>
489                               <widget class="GtkMenuItem" id="paired-t-test">
490                                 <property name="visible">True</property>
491                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
492                                 <property name="label" translatable="yes">_Paired Samples T Test</property>
493                                 <property name="use_underline">True</property>
494                               </widget>
495                             </child>
496                             <child>
497                               <widget class="GtkMenuItem" id="oneway-anova">
498                                 <property name="visible">True</property>
499                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
500                                 <property name="label" translatable="yes">One Way _ANOVA</property>
501                                 <property name="use_underline">True</property>
502                               </widget>
503                             </child>
504                           </widget>
505                         </child>
506                       </widget>
507                     </child>
508                     <child>
509                       <widget class="GtkMenuItem" id="bivariate-correlation">
510                         <property name="visible">True</property>
511                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
512                         <property name="label" translatable="yes">Bivariate _Correlation</property>
513                         <property name="use_underline">True</property>
514                       </widget>
515                     </child>
516                     <child>
517                       <widget class="GtkMenuItem" id="linear-regression">
518                         <property name="visible">True</property>
519                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
520                         <property name="label" translatable="yes">Linear _Regression</property>
521                         <property name="use_underline">True</property>
522                       </widget>
523                     </child>
524                     <child>
525                       <widget class="GtkMenuItem" id="non-parametrics">
526                         <property name="visible">True</property>
527                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
528                         <property name="label" translatable="yes">_Non-Parametric Statistics</property>
529                         <property name="use_underline">True</property>
530                         <child>
531                           <widget class="GtkMenu" id="menu4">
532                             <property name="visible">True</property>
533                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
534                             <child>
535                               <widget class="GtkMenuItem" id="chi-square">
536                                 <property name="visible">True</property>
537                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
538                                 <property name="label" translatable="yes">_Chi-Square</property>
539                                 <property name="use_underline">True</property>
540                               </widget>
541                             </child>
542                             <child>
543                               <widget class="GtkMenuItem" id="binomial">
544                                 <property name="visible">True</property>
545                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
546                                 <property name="label" translatable="yes">_Binomial</property>
547                                 <property name="use_underline">True</property>
548                               </widget>
549                             </child>
550                           </widget>
551                         </child>
552                       </widget>
553                     </child>
554                   </widget>
555                 </child>
556               </widget>
557             </child>
558             <child>
559               <widget class="GtkMenuItem" id="utilities">
560                 <property name="visible">True</property>
561                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
562                 <property name="label" translatable="yes">_Utilities</property>
563                 <property name="use_underline">True</property>
564                 <child>
565                   <widget class="GtkMenu" id="menu1">
566                     <property name="visible">True</property>
567                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
568                     <child>
569                       <widget class="GtkMenuItem" id="utilities_variables">
570                         <property name="visible">True</property>
571                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
572                         <property name="label" translatable="yes">_Variables</property>
573                         <property name="use_underline">True</property>
574                       </widget>
575                     </child>
576                     <child>
577                       <widget class="GtkMenuItem" id="utilities_comments">
578                         <property name="visible">True</property>
579                         <property name="sensitive">False</property>
580                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
581                         <property name="label" translatable="yes">Data File _Comments</property>
582                         <property name="use_underline">True</property>
583                       </widget>
584                     </child>
585                   </widget>
586                 </child>
587               </widget>
588             </child>
589             <child>
590               <widget class="GtkMenuItem" id="windows">
591                 <property name="visible">True</property>
592                 <property name="label" translatable="yes">_Windows</property>
593                 <property name="use_underline">True</property>
594                 <child>
595                   <widget class="GtkMenu" id="Windows_menu">
596                     <child>
597                       <widget class="GtkMenuItem" id="windows_minimise_all">
598                         <property name="visible">True</property>
599                         <property name="label" translatable="yes">_Minimize All Windows</property>
600                         <property name="use_underline">True</property>
601                       </widget>
602                     </child>
603                   </widget>
604                 </child>
605               </widget>
606             </child>
607             <child>
608               <widget class="GtkMenuItem" id="help">
609                 <property name="visible">True</property>
610                 <property name="label" translatable="yes">_Help</property>
611                 <property name="use_underline">True</property>
612                 <child>
613                   <widget class="GtkMenu" id="menuitem5_menu">
614                     <child>
615                       <widget class="GtkMenuItem" id="help_reference">
616                         <property name="visible">True</property>
617                         <property name="label" translatable="yes">_Reference Manual</property>
618                         <property name="use_underline">True</property>
619                       </widget>
620                     </child>
621                     <child>
622                       <widget class="GtkMenuItem" id="help_about">
623                         <property name="visible">True</property>
624                         <property name="label" translatable="yes">_About</property>
625                         <property name="use_underline">True</property>
626                       </widget>
627                     </child>
628                   </widget>
629                 </child>
630               </widget>
631             </child>
632           </widget>
633           <packing>
634             <property name="expand">False</property>
635             <property name="fill">False</property>
636           </packing>
637         </child>
638         <child>
639           <widget class="GtkHandleBox" id="handlebox1">
640             <property name="visible">True</property>
641             <property name="shadow_type">GTK_SHADOW_OUT</property>
642             <child>
643               <widget class="GtkToolbar" id="toolbar1">
644                 <property name="visible">True</property>
645                 <child>
646                   <widget class="GtkToolButton" id="button-open">
647                     <property name="visible">True</property>
648                     <property name="tooltip" translatable="yes">Open</property>
649                     <property name="stock_id">gtk-open</property>
650                   </widget>
651                   <packing>
652                     <property name="expand">False</property>
653                   </packing>
654                 </child>
655                 <child>
656                   <widget class="GtkToolButton" id="button-save">
657                     <property name="visible">True</property>
658                     <property name="tooltip" translatable="yes">Save</property>
659                     <property name="stock_id">gtk-save</property>
660                   </widget>
661                   <packing>
662                     <property name="expand">False</property>
663                   </packing>
664                 </child>
665                 <child>
666                   <widget class="GtkToolButton" id="button-print">
667                     <property name="sensitive">False</property>
668                     <property name="tooltip" translatable="yes">Print</property>
669                     <property name="stock_id">gtk-print</property>
670                   </widget>
671                   <packing>
672                     <property name="expand">False</property>
673                   </packing>
674                 </child>
675                 <child>
676                   <widget class="GtkToolButton" id="button-recent">
677                     <property name="sensitive">False</property>
678                     <property name="tooltip" translatable="yes">Recall</property>
679                     <property name="stock_id">pspp-recent-dialogs</property>
680                   </widget>
681                   <packing>
682                     <property name="expand">False</property>
683                   </packing>
684                 </child>
685                 <child>
686                   <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
687                   </widget>
688                   <packing>
689                     <property name="expand">False</property>
690                     <property name="homogeneous">False</property>
691                   </packing>
692                 </child>
693                 <child>
694                   <widget class="GtkToolButton" id="button-undo">
695                     <property name="sensitive">False</property>
696                     <property name="tooltip" translatable="yes">Undo</property>
697                     <property name="stock_id">gtk-undo</property>
698                   </widget>
699                   <packing>
700                     <property name="expand">False</property>
701                   </packing>
702                 </child>
703                 <child>
704                   <widget class="GtkToolButton" id="button-redo">
705                     <property name="sensitive">False</property>
706                     <property name="tooltip" translatable="yes">Redo</property>
707                     <property name="stock_id">gtk-redo</property>
708                   </widget>
709                   <packing>
710                     <property name="expand">False</property>
711                   </packing>
712                 </child>
713                 <child>
714                   <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
715                     <property name="visible">True</property>
716                   </widget>
717                   <packing>
718                     <property name="expand">False</property>
719                     <property name="homogeneous">False</property>
720                   </packing>
721                 </child>
722                 <child>
723                   <widget class="GtkToolButton" id="button-goto-case">
724                     <property name="visible">True</property>
725                     <property name="sensitive">False</property>
726                     <property name="tooltip" translatable="yes">Go To Case</property>
727                     <property name="stock_id">gtk-jump-to</property>
728                   </widget>
729                   <packing>
730                     <property name="expand">False</property>
731                   </packing>
732                 </child>
733                 <child>
734                   <widget class="GtkToolButton" id="button-goto-variable">
735                     <property name="visible">True</property>
736                     <property name="tooltip" translatable="yes">Variables</property>
737                     <property name="use_underline">True</property>
738                     <property name="stock_id">pspp-goto-variable</property>
739                   </widget>
740                   <packing>
741                     <property name="expand">False</property>
742                   </packing>
743                 </child>
744                 <child>
745                   <widget class="GtkSeparatorToolItem" id="separatortoolitem5">
746                     <property name="visible">True</property>
747                   </widget>
748                   <packing>
749                     <property name="expand">False</property>
750                     <property name="homogeneous">False</property>
751                   </packing>
752                 </child>
753                 <child>
754                   <widget class="GtkToolButton" id="button-find">
755                     <property name="visible">True</property>
756                     <property name="sensitive">False</property>
757                     <property name="tooltip" translatable="yes">Find</property>
758                     <property name="stock_id">gtk-find</property>
759                   </widget>
760                   <packing>
761                     <property name="expand">False</property>
762                   </packing>
763                 </child>
764                 <child>
765                   <widget class="GtkSeparatorToolItem" id="separatortoolitem4">
766                     <property name="visible">True</property>
767                   </widget>
768                   <packing>
769                     <property name="expand">False</property>
770                     <property name="homogeneous">False</property>
771                   </packing>
772                 </child>
773                 <child>
774                   <widget class="GtkToolButton" id="button-insert-case">
775                     <property name="visible">True</property>
776                     <property name="sensitive">False</property>
777                     <property name="tooltip" translatable="yes">Insert Case</property>
778                     <property name="use_underline">True</property>
779                     <property name="stock_id">pspp-insert-case</property>
780                   </widget>
781                   <packing>
782                     <property name="expand">False</property>
783                   </packing>
784                 </child>
785                 <child>
786                   <widget class="GtkToolButton" id="button-insert-variable">
787                     <property name="visible">True</property>
788                     <property name="sensitive">False</property>
789                     <property name="tooltip" translatable="yes">Insert Variable</property>
790                     <property name="use_underline">True</property>
791                     <property name="stock_id">pspp-insert-variable</property>
792                   </widget>
793                   <packing>
794                     <property name="expand">False</property>
795                   </packing>
796                 </child>
797                 <child>
798                   <widget class="GtkSeparatorToolItem" id="separatortoolitem6">
799                     <property name="visible">True</property>
800                   </widget>
801                   <packing>
802                     <property name="expand">False</property>
803                     <property name="homogeneous">False</property>
804                   </packing>
805                 </child>
806                 <child>
807                   <widget class="GtkToolButton" id="button-split-file">
808                     <property name="visible">True</property>
809                     <property name="tooltip" translatable="yes">Split File</property>
810                     <property name="use_underline">True</property>
811                     <property name="stock_id">pspp-split-file</property>
812                   </widget>
813                   <packing>
814                     <property name="expand">False</property>
815                   </packing>
816                 </child>
817                 <child>
818                   <widget class="GtkToolButton" id="button-weight-cases">
819                     <property name="visible">True</property>
820                     <property name="tooltip" translatable="yes">Weight Cases</property>
821                     <property name="use_underline">True</property>
822                     <property name="stock_id">pspp-weight-cases</property>
823                   </widget>
824                   <packing>
825                     <property name="expand">False</property>
826                   </packing>
827                 </child>
828                 <child>
829                   <widget class="GtkToolButton" id="button-select-cases">
830                     <property name="visible">True</property>
831                     <property name="sensitive">False</property>
832                     <property name="tooltip" translatable="yes">Select Cases</property>
833                     <property name="use_underline">True</property>
834                     <property name="stock_id">pspp-select-cases</property>
835                   </widget>
836                   <packing>
837                     <property name="expand">False</property>
838                   </packing>
839                 </child>
840                 <child>
841                   <widget class="GtkSeparatorToolItem" id="separatortoolitem7">
842                     <property name="visible">True</property>
843                   </widget>
844                   <packing>
845                     <property name="expand">False</property>
846                     <property name="homogeneous">False</property>
847                   </packing>
848                 </child>
849                 <child>
850                   <widget class="GtkToggleToolButton" id="togglebutton-value-labels">
851                     <property name="visible">True</property>
852                     <property name="tooltip" translatable="yes">Value Labels</property>
853                     <property name="use_underline">True</property>
854                     <property name="stock_id">pspp-value-labels</property>
855                   </widget>
856                   <packing>
857                     <property name="expand">False</property>
858                   </packing>
859                 </child>
860                 <child>
861                   <widget class="GtkToolButton" id="button-use-sets">
862                     <property name="sensitive">False</property>
863                     <property name="tooltip" translatable="yes">Use Sets</property>
864                     <property name="use_underline">True</property>
865                   </widget>
866                   <packing>
867                     <property name="expand">False</property>
868                   </packing>
869                 </child>
870               </widget>
871             </child>
872           </widget>
873           <packing>
874             <property name="expand">False</property>
875             <property name="fill">False</property>
876             <property name="position">1</property>
877           </packing>
878         </child>
879         <child>
880           <widget class="GtkNotebook" id="notebook">
881             <property name="visible">True</property>
882             <property name="can_focus">True</property>
883             <property name="tab_pos">GTK_POS_BOTTOM</property>
884             <property name="scrollable">True</property>
885             <child>
886               <widget class="GtkVBox" id="vbox3">
887                 <property name="visible">True</property>
888                 <child>
889                   <widget class="GtkTable" id="table2">
890                     <property name="visible">True</property>
891                     <property name="n_rows">1</property>
892                     <property name="n_columns">2</property>
893                     <child>
894                       <widget class="GtkEntry" id="cell_ref_entry">
895                         <property name="visible">True</property>
896                         <property name="sensitive">False</property>
897                         <property name="editable">False</property>
898                         <property name="width_chars">25</property>
899                       </widget>
900                       <packing>
901                         <property name="x_options">GTK_FILL</property>
902                         <property name="y_options"></property>
903                       </packing>
904                     </child>
905                     <child>
906                       <widget class="GtkEntry" id="datum_entry">
907                         <property name="visible">True</property>
908                         <property name="can_focus">True</property>
909                       </widget>
910                       <packing>
911                         <property name="left_attach">1</property>
912                         <property name="right_attach">2</property>
913                         <property name="y_options"></property>
914                       </packing>
915                     </child>
916                   </widget>
917                   <packing>
918                     <property name="expand">False</property>
919                     <property name="fill">False</property>
920                   </packing>
921                 </child>
922                 <child>
923                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
924                     <property name="visible">True</property>
925                     <property name="can_focus">False</property>
926                     <child>
927                       <widget class="Custom" id="data_sheet">
928                         <property name="visible">True</property>
929                         <property name="creation_function">psppire_data_sheet_create</property>
930                       </widget>
931                     </child>
932                   </widget>
933                   <packing>
934                     <property name="position">1</property>
935                   </packing>
936                 </child>
937               </widget>
938               <packing>
939                 <property name="tab_expand">False</property>
940               </packing>
941             </child>
942             <child>
943               <widget class="GtkLabel" id="label1">
944                 <property name="visible">True</property>
945                 <property name="label" translatable="yes">Data View</property>
946               </widget>
947               <packing>
948                 <property name="type">tab</property>
949                 <property name="tab_expand">False</property>
950                 <property name="tab_fill">False</property>
951               </packing>
952             </child>
953             <child>
954               <widget class="GtkScrolledWindow" id="scrolledwindow2">
955                 <property name="visible">True</property>
956                 <property name="can_focus">True</property>
957                 <child>
958                   <widget class="Custom" id="variable_sheet">
959                     <property name="visible">True</property>
960                     <property name="creation_function">psppire_variable_sheet_create</property>
961                   </widget>
962                 </child>
963               </widget>
964               <packing>
965                 <property name="position">1</property>
966                 <property name="tab_expand">False</property>
967               </packing>
968             </child>
969             <child>
970               <widget class="GtkLabel" id="label2">
971                 <property name="visible">True</property>
972                 <property name="label" translatable="yes">Variable View</property>
973               </widget>
974               <packing>
975                 <property name="type">tab</property>
976                 <property name="position">1</property>
977                 <property name="tab_expand">False</property>
978                 <property name="tab_fill">False</property>
979               </packing>
980             </child>
981           </widget>
982           <packing>
983             <property name="position">2</property>
984           </packing>
985         </child>
986         <child>
987           <placeholder/>
988         </child>
989         <child>
990           <widget class="GtkHBox" id="status-bar">
991             <property name="visible">True</property>
992             <property name="border_width">5</property>
993             <property name="spacing">5</property>
994             <child>
995               <widget class="GtkFrame" id="frame2">
996                 <property name="visible">True</property>
997                 <property name="label_xalign">0</property>
998                 <property name="shadow_type">GTK_SHADOW_IN</property>
999                 <child>
1000                   <widget class="GtkEventBox" id="eventbox1">
1001                     <property name="visible">True</property>
1002                     <property name="tooltip" translatable="yes">Information Area</property>
1003                     <child>
1004                       <widget class="GtkLabel" id="information-area">
1005                         <property name="visible">True</property>
1006                         <property name="single_line_mode">True</property>
1007                       </widget>
1008                     </child>
1009                   </widget>
1010                 </child>
1011               </widget>
1012             </child>
1013             <child>
1014               <widget class="GtkFrame" id="frame3">
1015                 <property name="visible">True</property>
1016                 <property name="label_xalign">0</property>
1017                 <property name="shadow_type">GTK_SHADOW_IN</property>
1018                 <child>
1019                   <widget class="GtkEventBox" id="eventbox2">
1020                     <property name="visible">True</property>
1021                     <property name="tooltip" translatable="yes">Processor Area</property>
1022                     <child>
1023                       <widget class="GtkLabel" id="processor-area">
1024                         <property name="visible">True</property>
1025                         <property name="width_chars">35</property>
1026                         <property name="single_line_mode">True</property>
1027                       </widget>
1028                     </child>
1029                   </widget>
1030                 </child>
1031               </widget>
1032               <packing>
1033                 <property name="expand">False</property>
1034                 <property name="fill">False</property>
1035                 <property name="position">1</property>
1036               </packing>
1037             </child>
1038             <child>
1039               <widget class="GtkFrame" id="frame5">
1040                 <property name="visible">True</property>
1041                 <property name="label_xalign">0</property>
1042                 <property name="shadow_type">GTK_SHADOW_IN</property>
1043                 <child>
1044                   <widget class="GtkEventBox" id="eventbox4">
1045                     <property name="visible">True</property>
1046                     <property name="tooltip" translatable="yes">Case Counter Area</property>
1047                     <child>
1048                       <widget class="GtkLabel" id="case-counter-area">
1049                         <property name="visible">True</property>
1050                         <property name="width_chars">20</property>
1051                         <property name="single_line_mode">True</property>
1052                       </widget>
1053                     </child>
1054                   </widget>
1055                 </child>
1056               </widget>
1057               <packing>
1058                 <property name="expand">False</property>
1059                 <property name="fill">False</property>
1060                 <property name="position">3</property>
1061               </packing>
1062             </child>
1063             <child>
1064               <widget class="GtkFrame" id="frame6">
1065                 <property name="visible">True</property>
1066                 <property name="label_xalign">0</property>
1067                 <property name="shadow_type">GTK_SHADOW_IN</property>
1068                 <child>
1069                   <widget class="GtkEventBox" id="eventbox5">
1070                     <property name="visible">True</property>
1071                     <property name="tooltip" translatable="yes">Filter Use Status Area</property>
1072                     <child>
1073                       <widget class="GtkLabel" id="filter-use-status-area">
1074                         <property name="visible">True</property>
1075                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
1076                         <property name="width_chars">10</property>
1077                         <property name="single_line_mode">True</property>
1078                       </widget>
1079                     </child>
1080                   </widget>
1081                 </child>
1082               </widget>
1083               <packing>
1084                 <property name="expand">False</property>
1085                 <property name="fill">False</property>
1086                 <property name="position">4</property>
1087               </packing>
1088             </child>
1089             <child>
1090               <widget class="GtkFrame" id="frame7">
1091                 <property name="visible">True</property>
1092                 <property name="label_xalign">0</property>
1093                 <property name="shadow_type">GTK_SHADOW_IN</property>
1094                 <child>
1095                   <widget class="GtkEventBox" id="eventbox6">
1096                     <property name="visible">True</property>
1097                     <property name="tooltip" translatable="yes">Weight Status Area</property>
1098                     <child>
1099                       <widget class="GtkLabel" id="weight-status-area">
1100                         <property name="visible">True</property>
1101                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
1102                         <property name="width_chars">15</property>
1103                         <property name="single_line_mode">True</property>
1104                       </widget>
1105                     </child>
1106                   </widget>
1107                 </child>
1108               </widget>
1109               <packing>
1110                 <property name="expand">False</property>
1111                 <property name="fill">False</property>
1112                 <property name="position">5</property>
1113               </packing>
1114             </child>
1115             <child>
1116               <widget class="GtkFrame" id="frame8">
1117                 <property name="visible">True</property>
1118                 <property name="label_xalign">0</property>
1119                 <property name="shadow_type">GTK_SHADOW_IN</property>
1120                 <child>
1121                   <widget class="GtkEventBox" id="eventbox7">
1122                     <property name="visible">True</property>
1123                     <property name="tooltip" translatable="yes">Split File Status Area</property>
1124                     <child>
1125                       <widget class="GtkLabel" id="split-file-status-area">
1126                         <property name="visible">True</property>
1127                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
1128                         <property name="width_chars">15</property>
1129                         <property name="single_line_mode">True</property>
1130                       </widget>
1131                     </child>
1132                   </widget>
1133                 </child>
1134               </widget>
1135               <packing>
1136                 <property name="expand">False</property>
1137                 <property name="fill">False</property>
1138                 <property name="position">6</property>
1139               </packing>
1140             </child>
1141           </widget>
1142           <packing>
1143             <property name="expand">False</property>
1144             <property name="fill">False</property>
1145             <property name="position">4</property>
1146           </packing>
1147         </child>
1148       </widget>
1149     </child>
1150   </widget>
1151   <widget class="GtkWindow" id="var_type_dialog">
1152     <property name="border_width">6</property>
1153     <property name="title" translatable="yes">Variable Type</property>
1154     <property name="resizable">False</property>
1155     <property name="modal">True</property>
1156     <property name="default_width">485</property>
1157     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1158     <property name="skip_taskbar_hint">True</property>
1159     <property name="skip_pager_hint">True</property>
1160     <child>
1161       <widget class="GtkHBox" id="hbox1">
1162         <property name="visible">True</property>
1163         <property name="border_width">5</property>
1164         <property name="spacing">5</property>
1165         <child>
1166           <widget class="GtkVBox" id="vbox2">
1167             <property name="visible">True</property>
1168             <property name="border_width">13</property>
1169             <property name="homogeneous">True</property>
1170             <child>
1171               <widget class="GtkRadioButton" id="radiobutton1">
1172                 <property name="visible">True</property>
1173                 <property name="can_focus">True</property>
1174                 <property name="label" translatable="yes">Numeric</property>
1175                 <property name="use_underline">True</property>
1176                 <property name="response_id">0</property>
1177                 <property name="active">True</property>
1178                 <property name="draw_indicator">True</property>
1179               </widget>
1180               <packing>
1181                 <property name="expand">False</property>
1182                 <property name="fill">False</property>
1183               </packing>
1184             </child>
1185             <child>
1186               <widget class="GtkRadioButton" id="radiobutton2">
1187                 <property name="visible">True</property>
1188                 <property name="can_focus">True</property>
1189                 <property name="label" translatable="yes">Comma</property>
1190                 <property name="use_underline">True</property>
1191                 <property name="response_id">0</property>
1192                 <property name="draw_indicator">True</property>
1193                 <property name="group">radiobutton1</property>
1194               </widget>
1195               <packing>
1196                 <property name="expand">False</property>
1197                 <property name="fill">False</property>
1198                 <property name="position">1</property>
1199               </packing>
1200             </child>
1201             <child>
1202               <widget class="GtkRadioButton" id="radiobutton3">
1203                 <property name="visible">True</property>
1204                 <property name="can_focus">True</property>
1205                 <property name="label" translatable="yes">Dot</property>
1206                 <property name="use_underline">True</property>
1207                 <property name="response_id">0</property>
1208                 <property name="draw_indicator">True</property>
1209                 <property name="group">radiobutton1</property>
1210               </widget>
1211               <packing>
1212                 <property name="expand">False</property>
1213                 <property name="fill">False</property>
1214                 <property name="position">2</property>
1215               </packing>
1216             </child>
1217             <child>
1218               <widget class="GtkRadioButton" id="radiobutton4">
1219                 <property name="visible">True</property>
1220                 <property name="can_focus">True</property>
1221                 <property name="label" translatable="yes">Scientific notation</property>
1222                 <property name="use_underline">True</property>
1223                 <property name="response_id">0</property>
1224                 <property name="draw_indicator">True</property>
1225                 <property name="group">radiobutton1</property>
1226               </widget>
1227               <packing>
1228                 <property name="expand">False</property>
1229                 <property name="fill">False</property>
1230                 <property name="position">3</property>
1231               </packing>
1232             </child>
1233             <child>
1234               <widget class="GtkRadioButton" id="radiobutton5">
1235                 <property name="visible">True</property>
1236                 <property name="can_focus">True</property>
1237                 <property name="label" translatable="yes">Date</property>
1238                 <property name="use_underline">True</property>
1239                 <property name="response_id">0</property>
1240                 <property name="draw_indicator">True</property>
1241                 <property name="group">radiobutton1</property>
1242               </widget>
1243               <packing>
1244                 <property name="expand">False</property>
1245                 <property name="fill">False</property>
1246                 <property name="position">4</property>
1247               </packing>
1248             </child>
1249             <child>
1250               <widget class="GtkRadioButton" id="radiobutton6">
1251                 <property name="visible">True</property>
1252                 <property name="can_focus">True</property>
1253                 <property name="label" translatable="yes">Dollar</property>
1254                 <property name="use_underline">True</property>
1255                 <property name="response_id">0</property>
1256                 <property name="draw_indicator">True</property>
1257                 <property name="group">radiobutton1</property>
1258               </widget>
1259               <packing>
1260                 <property name="expand">False</property>
1261                 <property name="fill">False</property>
1262                 <property name="position">5</property>
1263               </packing>
1264             </child>
1265             <child>
1266               <widget class="GtkRadioButton" id="radiobutton7">
1267                 <property name="visible">True</property>
1268                 <property name="can_focus">True</property>
1269                 <property name="label" translatable="yes">Custom currency</property>
1270                 <property name="use_underline">True</property>
1271                 <property name="response_id">0</property>
1272                 <property name="draw_indicator">True</property>
1273                 <property name="group">radiobutton1</property>
1274               </widget>
1275               <packing>
1276                 <property name="expand">False</property>
1277                 <property name="fill">False</property>
1278                 <property name="position">6</property>
1279               </packing>
1280             </child>
1281             <child>
1282               <widget class="GtkRadioButton" id="radiobutton8">
1283                 <property name="visible">True</property>
1284                 <property name="can_focus">True</property>
1285                 <property name="label" translatable="yes">String</property>
1286                 <property name="use_underline">True</property>
1287                 <property name="response_id">0</property>
1288                 <property name="draw_indicator">True</property>
1289                 <property name="group">radiobutton1</property>
1290               </widget>
1291               <packing>
1292                 <property name="expand">False</property>
1293                 <property name="fill">False</property>
1294                 <property name="position">7</property>
1295               </packing>
1296             </child>
1297           </widget>
1298           <packing>
1299             <property name="expand">False</property>
1300             <property name="fill">False</property>
1301           </packing>
1302         </child>
1303         <child>
1304           <widget class="GtkVBox" id="middle_box">
1305             <property name="visible">True</property>
1306             <property name="spacing">10</property>
1307             <child>
1308               <widget class="GtkScrolledWindow" id="scrolledwindow4">
1309                 <property name="width_request">20</property>
1310                 <property name="height_request">194</property>
1311                 <property name="can_focus">True</property>
1312                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1313                 <property name="shadow_type">GTK_SHADOW_IN</property>
1314                 <child>
1315                   <widget class="GtkTreeView" id="date_format_list_view">
1316                     <property name="visible">True</property>
1317                     <property name="can_focus">True</property>
1318                     <property name="headers_visible">False</property>
1319                   </widget>
1320                 </child>
1321               </widget>
1322               <packing>
1323                 <property name="expand">False</property>
1324                 <property name="fill">False</property>
1325               </packing>
1326             </child>
1327             <child>
1328               <widget class="GtkHBox" id="custom_currency_hbox">
1329                 <property name="spacing">15</property>
1330                 <child>
1331                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1332                     <property name="width_request">1</property>
1333                     <property name="height_request">120</property>
1334                     <property name="visible">True</property>
1335                     <property name="can_focus">True</property>
1336                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1337                     <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
1338                     <property name="shadow_type">GTK_SHADOW_IN</property>
1339                     <child>
1340                       <widget class="GtkTreeView" id="custom_treeview">
1341                         <property name="visible">True</property>
1342                         <property name="can_focus">True</property>
1343                         <property name="headers_visible">False</property>
1344                       </widget>
1345                     </child>
1346                   </widget>
1347                 </child>
1348                 <child>
1349                   <widget class="GtkFrame" id="Sample">
1350                     <property name="visible">True</property>
1351                     <property name="label_xalign">0</property>
1352                     <child>
1353                       <widget class="GtkAlignment" id="alignment2">
1354                         <property name="visible">True</property>
1355                         <property name="left_padding">12</property>
1356                         <child>
1357                           <widget class="GtkVBox" id="vbox10">
1358                             <property name="visible">True</property>
1359                             <property name="homogeneous">True</property>
1360                             <child>
1361                               <widget class="GtkLabel" id="psample_label">
1362                                 <property name="visible">True</property>
1363                                 <property name="label" translatable="yes">positive</property>
1364                               </widget>
1365                             </child>
1366                             <child>
1367                               <widget class="GtkLabel" id="nsample_label">
1368                                 <property name="visible">True</property>
1369                                 <property name="label" translatable="yes">negative</property>
1370                               </widget>
1371                               <packing>
1372                                 <property name="position">1</property>
1373                               </packing>
1374                             </child>
1375                           </widget>
1376                         </child>
1377                       </widget>
1378                     </child>
1379                     <child>
1380                       <widget class="GtkLabel" id="label13">
1381                         <property name="visible">True</property>
1382                         <property name="label" translatable="yes">Sample</property>
1383                         <property name="use_markup">True</property>
1384                       </widget>
1385                       <packing>
1386                         <property name="type">label_item</property>
1387                       </packing>
1388                     </child>
1389                   </widget>
1390                   <packing>
1391                     <property name="pack_type">GTK_PACK_END</property>
1392                     <property name="position">1</property>
1393                   </packing>
1394                 </child>
1395               </widget>
1396               <packing>
1397                 <property name="position">1</property>
1398               </packing>
1399             </child>
1400             <child>
1401               <widget class="GtkScrolledWindow" id="dollar_window">
1402                 <property name="can_focus">True</property>
1403                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1404                 <property name="shadow_type">GTK_SHADOW_IN</property>
1405                 <child>
1406                   <widget class="GtkTreeView" id="dollar_treeview">
1407                     <property name="visible">True</property>
1408                     <property name="can_focus">True</property>
1409                     <property name="headers_visible">False</property>
1410                   </widget>
1411                 </child>
1412               </widget>
1413               <packing>
1414                 <property name="position">2</property>
1415               </packing>
1416             </child>
1417             <child>
1418               <widget class="GtkTable" id="width_decimals">
1419                 <property name="width_request">100</property>
1420                 <property name="height_request">50</property>
1421                 <property name="visible">True</property>
1422                 <property name="n_rows">2</property>
1423                 <property name="n_columns">2</property>
1424                 <property name="column_spacing">2</property>
1425                 <property name="row_spacing">1</property>
1426                 <child>
1427                   <widget class="GtkLabel" id="decimals_label">
1428                     <property name="visible">True</property>
1429                     <property name="xalign">0</property>
1430                     <property name="label" translatable="yes">Decimal Places:</property>
1431                     <property name="justify">GTK_JUSTIFY_RIGHT</property>
1432                   </widget>
1433                   <packing>
1434                     <property name="top_attach">1</property>
1435                     <property name="bottom_attach">2</property>
1436                     <property name="x_options">GTK_FILL</property>
1437                     <property name="y_options"></property>
1438                   </packing>
1439                 </child>
1440                 <child>
1441                   <widget class="GtkEntry" id="width_entry">
1442                     <property name="width_request">25</property>
1443                     <property name="can_focus">True</property>
1444                   </widget>
1445                   <packing>
1446                     <property name="left_attach">1</property>
1447                     <property name="right_attach">2</property>
1448                     <property name="y_options"></property>
1449                   </packing>
1450                 </child>
1451                 <child>
1452                   <widget class="GtkEntry" id="decimals_entry">
1453                     <property name="width_request">25</property>
1454                     <property name="visible">True</property>
1455                     <property name="can_focus">True</property>
1456                   </widget>
1457                   <packing>
1458                     <property name="left_attach">1</property>
1459                     <property name="right_attach">2</property>
1460                     <property name="top_attach">1</property>
1461                     <property name="bottom_attach">2</property>
1462                     <property name="y_options"></property>
1463                   </packing>
1464                 </child>
1465                 <child>
1466                   <widget class="GtkHBox" id="hbox2">
1467                     <property name="visible">True</property>
1468                     <child>
1469                       <widget class="GtkLabel" id="width_label">
1470                         <property name="visible">True</property>
1471                         <property name="label" translatable="yes">Width:</property>
1472                         <property name="justify">GTK_JUSTIFY_RIGHT</property>
1473                       </widget>
1474                       <packing>
1475                         <property name="expand">False</property>
1476                         <property name="fill">False</property>
1477                         <property name="pack_type">GTK_PACK_END</property>
1478                       </packing>
1479                     </child>
1480                   </widget>
1481                   <packing>
1482                     <property name="x_options">GTK_FILL</property>
1483                     <property name="y_options">GTK_FILL</property>
1484                   </packing>
1485                 </child>
1486               </widget>
1487               <packing>
1488                 <property name="position">3</property>
1489               </packing>
1490             </child>
1491           </widget>
1492           <packing>
1493             <property name="fill">False</property>
1494             <property name="position">1</property>
1495           </packing>
1496         </child>
1497         <child>
1498           <widget class="GtkVButtonBox" id="vbuttonbox6">
1499             <property name="visible">True</property>
1500             <property name="spacing">5</property>
1501             <property name="layout_style">GTK_BUTTONBOX_START</property>
1502             <child>
1503               <widget class="GtkButton" id="var_type_ok">
1504                 <property name="visible">True</property>
1505                 <property name="can_focus">True</property>
1506                 <property name="can_default">True</property>
1507                 <property name="label">gtk-ok</property>
1508                 <property name="use_stock">True</property>
1509                 <property name="response_id">0</property>
1510               </widget>
1511             </child>
1512             <child>
1513               <widget class="GtkButton" id="var_type_cancel">
1514                 <property name="visible">True</property>
1515                 <property name="can_focus">True</property>
1516                 <property name="can_default">True</property>
1517                 <property name="label">gtk-cancel</property>
1518                 <property name="use_stock">True</property>
1519                 <property name="response_id">0</property>
1520               </widget>
1521               <packing>
1522                 <property name="position">1</property>
1523               </packing>
1524             </child>
1525             <child>
1526               <widget class="GtkButton" id="help_button_variable_type">
1527                 <property name="visible">True</property>
1528                 <property name="can_focus">True</property>
1529                 <property name="can_default">True</property>
1530                 <property name="label">gtk-help</property>
1531                 <property name="use_stock">True</property>
1532                 <property name="response_id">0</property>
1533               </widget>
1534               <packing>
1535                 <property name="position">2</property>
1536               </packing>
1537             </child>
1538           </widget>
1539           <packing>
1540             <property name="position">2</property>
1541           </packing>
1542         </child>
1543       </widget>
1544     </child>
1545   </widget>
1546   <widget class="GtkWindow" id="val_labs_dialog">
1547     <property name="title" translatable="yes">Value Labels</property>
1548     <property name="resizable">False</property>
1549     <property name="modal">True</property>
1550     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1551     <property name="skip_taskbar_hint">True</property>
1552     <property name="skip_pager_hint">True</property>
1553     <child>
1554       <widget class="GtkHBox" id="hbox3">
1555         <property name="visible">True</property>
1556         <property name="border_width">5</property>
1557         <child>
1558           <widget class="GtkFrame" id="frame1">
1559             <property name="visible">True</property>
1560             <property name="label_xalign">0</property>
1561             <child>
1562               <widget class="GtkAlignment" id="alignment1">
1563                 <property name="visible">True</property>
1564                 <property name="border_width">8</property>
1565                 <property name="left_padding">12</property>
1566                 <child>
1567                   <widget class="GtkTable" id="table3">
1568                     <property name="visible">True</property>
1569                     <property name="n_rows">2</property>
1570                     <property name="n_columns">2</property>
1571                     <property name="row_spacing">5</property>
1572                     <child>
1573                       <widget class="GtkVButtonBox" id="vbuttonbox2">
1574                         <property name="visible">True</property>
1575                         <property name="border_width">5</property>
1576                         <child>
1577                           <widget class="GtkButton" id="val_labs_add">
1578                             <property name="visible">True</property>
1579                             <property name="sensitive">False</property>
1580                             <property name="can_focus">True</property>
1581                             <property name="can_default">True</property>
1582                             <property name="label">gtk-add</property>
1583                             <property name="use_stock">True</property>
1584                             <property name="response_id">0</property>
1585                           </widget>
1586                         </child>
1587                         <child>
1588                           <widget class="GtkButton" id="val_labs_change">
1589                             <property name="visible">True</property>
1590                             <property name="sensitive">False</property>
1591                             <property name="can_focus">True</property>
1592                             <property name="can_default">True</property>
1593                             <property name="label">gtk-apply</property>
1594                             <property name="use_stock">True</property>
1595                             <property name="response_id">0</property>
1596                           </widget>
1597                           <packing>
1598                             <property name="position">1</property>
1599                           </packing>
1600                         </child>
1601                         <child>
1602                           <widget class="GtkButton" id="val_labs_remove">
1603                             <property name="visible">True</property>
1604                             <property name="sensitive">False</property>
1605                             <property name="can_focus">True</property>
1606                             <property name="can_default">True</property>
1607                             <property name="label">gtk-remove</property>
1608                             <property name="use_stock">True</property>
1609                             <property name="response_id">0</property>
1610                           </widget>
1611                           <packing>
1612                             <property name="position">2</property>
1613                           </packing>
1614                         </child>
1615                       </widget>
1616                       <packing>
1617                         <property name="top_attach">1</property>
1618                         <property name="bottom_attach">2</property>
1619                         <property name="x_options">GTK_FILL</property>
1620                       </packing>
1621                     </child>
1622                     <child>
1623                       <widget class="GtkTable" id="table4">
1624                         <property name="visible">True</property>
1625                         <property name="border_width">5</property>
1626                         <property name="n_rows">2</property>
1627                         <property name="n_columns">2</property>
1628                         <property name="column_spacing">5</property>
1629                         <property name="row_spacing">4</property>
1630                         <child>
1631                           <widget class="GtkLabel" id="label5">
1632                             <property name="visible">True</property>
1633                             <property name="xalign">0</property>
1634                             <property name="label" translatable="yes">Value:</property>
1635                           </widget>
1636                           <packing>
1637                             <property name="x_options">GTK_FILL</property>
1638                             <property name="y_options"></property>
1639                           </packing>
1640                         </child>
1641                         <child>
1642                           <widget class="GtkLabel" id="label6">
1643                             <property name="visible">True</property>
1644                             <property name="xalign">0</property>
1645                             <property name="label" translatable="yes">Value Label:</property>
1646                           </widget>
1647                           <packing>
1648                             <property name="top_attach">1</property>
1649                             <property name="bottom_attach">2</property>
1650                             <property name="x_options">GTK_FILL</property>
1651                             <property name="y_options"></property>
1652                           </packing>
1653                         </child>
1654                         <child>
1655                           <widget class="GtkEntry" id="label_entry">
1656                             <property name="visible">True</property>
1657                             <property name="can_focus">True</property>
1658                           </widget>
1659                           <packing>
1660                             <property name="left_attach">1</property>
1661                             <property name="right_attach">2</property>
1662                             <property name="top_attach">1</property>
1663                             <property name="bottom_attach">2</property>
1664                             <property name="y_options"></property>
1665                           </packing>
1666                         </child>
1667                         <child>
1668                           <widget class="GtkHBox" id="hbox4">
1669                             <property name="visible">True</property>
1670                             <child>
1671                               <widget class="GtkEntry" id="value_entry">
1672                                 <property name="width_request">85</property>
1673                                 <property name="visible">True</property>
1674                                 <property name="can_focus">True</property>
1675                               </widget>
1676                               <packing>
1677                                 <property name="expand">False</property>
1678                                 <property name="fill">False</property>
1679                                 <property name="padding">1</property>
1680                               </packing>
1681                             </child>
1682                           </widget>
1683                           <packing>
1684                             <property name="left_attach">1</property>
1685                             <property name="right_attach">2</property>
1686                             <property name="x_options">GTK_FILL</property>
1687                             <property name="y_options">GTK_FILL</property>
1688                           </packing>
1689                         </child>
1690                       </widget>
1691                       <packing>
1692                         <property name="right_attach">2</property>
1693                         <property name="x_options">GTK_FILL</property>
1694                       </packing>
1695                     </child>
1696                     <child>
1697                       <widget class="GtkScrolledWindow" id="scrolledwindow3">
1698                         <property name="visible">True</property>
1699                         <property name="can_focus">True</property>
1700                         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1701                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1702                         <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1703                         <child>
1704                           <widget class="GtkTreeView" id="treeview1">
1705                             <property name="visible">True</property>
1706                             <property name="can_focus">True</property>
1707                             <property name="headers_visible">False</property>
1708                             <property name="enable_search">False</property>
1709                           </widget>
1710                         </child>
1711                       </widget>
1712                       <packing>
1713                         <property name="left_attach">1</property>
1714                         <property name="right_attach">2</property>
1715                         <property name="top_attach">1</property>
1716                         <property name="bottom_attach">2</property>
1717                         <property name="x_options">GTK_FILL</property>
1718                         <property name="y_options">GTK_FILL</property>
1719                       </packing>
1720                     </child>
1721                   </widget>
1722                 </child>
1723               </widget>
1724             </child>
1725             <child>
1726               <widget class="GtkLabel" id="label7">
1727                 <property name="visible">True</property>
1728                 <property name="label" translatable="yes">Value Labels</property>
1729                 <property name="use_markup">True</property>
1730               </widget>
1731               <packing>
1732                 <property name="type">label_item</property>
1733               </packing>
1734             </child>
1735           </widget>
1736           <packing>
1737             <property name="padding">10</property>
1738           </packing>
1739         </child>
1740         <child>
1741           <widget class="GtkVButtonBox" id="vbuttonbox3">
1742             <property name="visible">True</property>
1743             <property name="border_width">5</property>
1744             <property name="spacing">5</property>
1745             <property name="layout_style">GTK_BUTTONBOX_START</property>
1746             <child>
1747               <widget class="GtkButton" id="val_labs_ok">
1748                 <property name="visible">True</property>
1749                 <property name="can_focus">True</property>
1750                 <property name="can_default">True</property>
1751                 <property name="label">gtk-ok</property>
1752                 <property name="use_stock">True</property>
1753                 <property name="response_id">0</property>
1754               </widget>
1755             </child>
1756             <child>
1757               <widget class="GtkButton" id="val_labs_cancel">
1758                 <property name="visible">True</property>
1759                 <property name="can_focus">True</property>
1760                 <property name="can_default">True</property>
1761                 <property name="label">gtk-cancel</property>
1762                 <property name="use_stock">True</property>
1763                 <property name="response_id">0</property>
1764               </widget>
1765               <packing>
1766                 <property name="position">1</property>
1767               </packing>
1768             </child>
1769             <child>
1770               <widget class="GtkButton" id="help_button_value_labels">
1771                 <property name="visible">True</property>
1772                 <property name="can_focus">True</property>
1773                 <property name="can_default">True</property>
1774                 <property name="label">gtk-help</property>
1775                 <property name="use_stock">True</property>
1776                 <property name="response_id">0</property>
1777               </widget>
1778               <packing>
1779                 <property name="position">2</property>
1780               </packing>
1781             </child>
1782           </widget>
1783           <packing>
1784             <property name="expand">False</property>
1785             <property name="fill">False</property>
1786             <property name="pack_type">GTK_PACK_END</property>
1787             <property name="position">1</property>
1788           </packing>
1789         </child>
1790       </widget>
1791     </child>
1792   </widget>
1793   <widget class="GtkWindow" id="missing_values_dialog">
1794     <property name="border_width">10</property>
1795     <property name="title" translatable="yes">Missing Values</property>
1796     <property name="resizable">False</property>
1797     <property name="modal">True</property>
1798     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1799     <property name="skip_taskbar_hint">True</property>
1800     <property name="skip_pager_hint">True</property>
1801     <child>
1802       <widget class="GtkTable" id="table6">
1803         <property name="visible">True</property>
1804         <property name="n_rows">2</property>
1805         <property name="n_columns">2</property>
1806         <child>
1807           <widget class="GtkVButtonBox" id="vbuttonbox5">
1808             <property name="visible">True</property>
1809             <property name="border_width">5</property>
1810             <property name="spacing">5</property>
1811             <property name="layout_style">GTK_BUTTONBOX_START</property>
1812             <child>
1813               <widget class="GtkButton" id="missing_val_ok">
1814                 <property name="visible">True</property>
1815                 <property name="can_focus">True</property>
1816                 <property name="can_default">True</property>
1817                 <property name="label">gtk-ok</property>
1818                 <property name="use_stock">True</property>
1819                 <property name="response_id">0</property>
1820               </widget>
1821             </child>
1822             <child>
1823               <widget class="GtkButton" id="missing_val_cancel">
1824                 <property name="visible">True</property>
1825                 <property name="can_focus">True</property>
1826                 <property name="can_default">True</property>
1827                 <property name="label">gtk-cancel</property>
1828                 <property name="use_stock">True</property>
1829                 <property name="response_id">0</property>
1830               </widget>
1831               <packing>
1832                 <property name="position">1</property>
1833               </packing>
1834             </child>
1835             <child>
1836               <widget class="GtkButton" id="help_button_missing_values">
1837                 <property name="visible">True</property>
1838                 <property name="can_focus">True</property>
1839                 <property name="can_default">True</property>
1840                 <property name="label">gtk-help</property>
1841                 <property name="use_stock">True</property>
1842                 <property name="response_id">0</property>
1843               </widget>
1844               <packing>
1845                 <property name="position">2</property>
1846               </packing>
1847             </child>
1848           </widget>
1849           <packing>
1850             <property name="left_attach">1</property>
1851             <property name="right_attach">2</property>
1852           </packing>
1853         </child>
1854         <child>
1855           <widget class="GtkVBox" id="vbox5">
1856             <property name="visible">True</property>
1857             <property name="spacing">12</property>
1858             <child>
1859               <widget class="GtkRadioButton" id="no_missing">
1860                 <property name="visible">True</property>
1861                 <property name="can_focus">True</property>
1862                 <property name="label" translatable="yes">_No missing values</property>
1863                 <property name="use_underline">True</property>
1864                 <property name="response_id">0</property>
1865                 <property name="active">True</property>
1866                 <property name="draw_indicator">True</property>
1867               </widget>
1868               <packing>
1869                 <property name="expand">False</property>
1870                 <property name="fill">False</property>
1871               </packing>
1872             </child>
1873             <child>
1874               <widget class="GtkVBox" id="vbox6">
1875                 <property name="visible">True</property>
1876                 <child>
1877                   <widget class="GtkRadioButton" id="discrete_missing">
1878                     <property name="visible">True</property>
1879                     <property name="can_focus">True</property>
1880                     <property name="label" translatable="yes">_Discrete missing values</property>
1881                     <property name="use_underline">True</property>
1882                     <property name="focus_on_click">False</property>
1883                     <property name="response_id">0</property>
1884                     <property name="draw_indicator">True</property>
1885                     <property name="group">no_missing</property>
1886                   </widget>
1887                   <packing>
1888                     <property name="expand">False</property>
1889                     <property name="fill">False</property>
1890                   </packing>
1891                 </child>
1892                 <child>
1893                   <widget class="GtkHBox" id="hbox10">
1894                     <property name="visible">True</property>
1895                     <child>
1896                       <widget class="GtkHBox" id="hbox5">
1897                         <property name="visible">True</property>
1898                         <property name="border_width">5</property>
1899                         <property name="spacing">5</property>
1900                         <property name="homogeneous">True</property>
1901                         <child>
1902                           <widget class="GtkEntry" id="mv0">
1903                             <property name="width_request">75</property>
1904                             <property name="visible">True</property>
1905                             <property name="can_focus">True</property>
1906                           </widget>
1907                           <packing>
1908                             <property name="expand">False</property>
1909                             <property name="fill">False</property>
1910                           </packing>
1911                         </child>
1912                         <child>
1913                           <widget class="GtkEntry" id="mv1">
1914                             <property name="width_request">75</property>
1915                             <property name="visible">True</property>
1916                             <property name="can_focus">True</property>
1917                           </widget>
1918                           <packing>
1919                             <property name="expand">False</property>
1920                             <property name="fill">False</property>
1921                             <property name="position">1</property>
1922                           </packing>
1923                         </child>
1924                         <child>
1925                           <widget class="GtkEntry" id="mv2">
1926                             <property name="width_request">75</property>
1927                             <property name="visible">True</property>
1928                             <property name="can_focus">True</property>
1929                           </widget>
1930                           <packing>
1931                             <property name="expand">False</property>
1932                             <property name="fill">False</property>
1933                             <property name="position">2</property>
1934                           </packing>
1935                         </child>
1936                       </widget>
1937                       <packing>
1938                         <property name="padding">20</property>
1939                       </packing>
1940                     </child>
1941                   </widget>
1942                   <packing>
1943                     <property name="position">1</property>
1944                   </packing>
1945                 </child>
1946               </widget>
1947               <packing>
1948                 <property name="expand">False</property>
1949                 <property name="fill">False</property>
1950                 <property name="position">1</property>
1951               </packing>
1952             </child>
1953           </widget>
1954           <packing>
1955             <property name="y_options">GTK_FILL</property>
1956           </packing>
1957         </child>
1958         <child>
1959           <widget class="GtkVBox" id="vbox7">
1960             <property name="visible">True</property>
1961             <child>
1962               <widget class="GtkRadioButton" id="range_missing">
1963                 <property name="visible">True</property>
1964                 <property name="can_focus">True</property>
1965                 <property name="label" translatable="yes">_Range plus one optional discrete missing value</property>
1966                 <property name="use_underline">True</property>
1967                 <property name="focus_on_click">False</property>
1968                 <property name="response_id">0</property>
1969                 <property name="draw_indicator">True</property>
1970                 <property name="group">no_missing</property>
1971               </widget>
1972               <packing>
1973                 <property name="expand">False</property>
1974                 <property name="fill">False</property>
1975               </packing>
1976             </child>
1977             <child>
1978               <widget class="GtkVBox" id="vbox8">
1979                 <property name="visible">True</property>
1980                 <property name="spacing">5</property>
1981                 <child>
1982                   <widget class="GtkHBox" id="hbox7">
1983                     <property name="visible">True</property>
1984                     <child>
1985                       <widget class="GtkHBox" id="hbox8">
1986                         <property name="visible">True</property>
1987                         <child>
1988                           <widget class="GtkLabel" id="label11">
1989                             <property name="visible">True</property>
1990                             <property name="label" translatable="yes">_Low:</property>
1991                             <property name="use_underline">True</property>
1992                             <property name="mnemonic_widget">mv-low</property>
1993                           </widget>
1994                           <packing>
1995                             <property name="expand">False</property>
1996                             <property name="fill">False</property>
1997                             <property name="padding">20</property>
1998                           </packing>
1999                         </child>
2000                         <child>
2001                           <widget class="GtkEntry" id="mv-low">
2002                             <property name="width_request">75</property>
2003                             <property name="visible">True</property>
2004                             <property name="can_focus">True</property>
2005                           </widget>
2006                           <packing>
2007                             <property name="expand">False</property>
2008                             <property name="position">1</property>
2009                           </packing>
2010                         </child>
2011                       </widget>
2012                     </child>
2013                     <child>
2014                       <widget class="GtkHBox" id="hbox9">
2015                         <property name="visible">True</property>
2016                         <child>
2017                           <widget class="GtkLabel" id="label12">
2018                             <property name="visible">True</property>
2019                             <property name="label" translatable="yes">_High:</property>
2020                             <property name="use_underline">True</property>
2021                             <property name="mnemonic_widget">mv-high</property>
2022                           </widget>
2023                           <packing>
2024                             <property name="expand">False</property>
2025                             <property name="fill">False</property>
2026                           </packing>
2027                         </child>
2028                         <child>
2029                           <widget class="GtkEntry" id="mv-high">
2030                             <property name="width_request">75</property>
2031                             <property name="visible">True</property>
2032                             <property name="can_focus">True</property>
2033                           </widget>
2034                           <packing>
2035                             <property name="padding">5</property>
2036                             <property name="position">1</property>
2037                           </packing>
2038                         </child>
2039                       </widget>
2040                       <packing>
2041                         <property name="fill">False</property>
2042                         <property name="padding">20</property>
2043                         <property name="position">1</property>
2044                       </packing>
2045                     </child>
2046                     <child>
2047                       <placeholder/>
2048                     </child>
2049                     <child>
2050                       <placeholder/>
2051                     </child>
2052                   </widget>
2053                 </child>
2054                 <child>
2055                   <widget class="GtkHBox" id="hbox6">
2056                     <property name="visible">True</property>
2057                     <child>
2058                       <widget class="GtkLabel" id="label10">
2059                         <property name="visible">True</property>
2060                         <property name="label" translatable="yes">Di_screte value:</property>
2061                         <property name="use_underline">True</property>
2062                         <property name="mnemonic_widget">mv-discrete</property>
2063                       </widget>
2064                       <packing>
2065                         <property name="expand">False</property>
2066                         <property name="fill">False</property>
2067                         <property name="padding">20</property>
2068                       </packing>
2069                     </child>
2070                     <child>
2071                       <widget class="GtkEntry" id="mv-discrete">
2072                         <property name="width_request">75</property>
2073                         <property name="visible">True</property>
2074                         <property name="can_focus">True</property>
2075                       </widget>
2076                       <packing>
2077                         <property name="expand">False</property>
2078                         <property name="position">1</property>
2079                       </packing>
2080                     </child>
2081                   </widget>
2082                   <packing>
2083                     <property name="position">1</property>
2084                   </packing>
2085                 </child>
2086               </widget>
2087               <packing>
2088                 <property name="position">1</property>
2089               </packing>
2090             </child>
2091           </widget>
2092           <packing>
2093             <property name="right_attach">2</property>
2094             <property name="top_attach">1</property>
2095             <property name="bottom_attach">2</property>
2096             <property name="x_options">GTK_FILL</property>
2097           </packing>
2098         </child>
2099       </widget>
2100     </child>
2101   </widget>
2102 </glade-interface>