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