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