Actually add the code for the "Split Window" factility
[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="sensitive">False</property>
776                     <property name="tooltip" translatable="yes">Find</property>
777                     <property name="stock_id">gtk-find</property>
778                   </widget>
779                   <packing>
780                     <property name="expand">False</property>
781                   </packing>
782                 </child>
783                 <child>
784                   <widget class="GtkSeparatorToolItem" id="separatortoolitem4">
785                     <property name="visible">True</property>
786                   </widget>
787                   <packing>
788                     <property name="expand">False</property>
789                     <property name="homogeneous">False</property>
790                   </packing>
791                 </child>
792                 <child>
793                   <widget class="GtkToolButton" id="button-insert-case">
794                     <property name="visible">True</property>
795                     <property name="sensitive">False</property>
796                     <property name="tooltip" translatable="yes">Insert Case</property>
797                     <property name="use_underline">True</property>
798                     <property name="stock_id">gtk-missing-image</property>
799                   </widget>
800                   <packing>
801                     <property name="expand">False</property>
802                   </packing>
803                 </child>
804                 <child>
805                   <widget class="GtkToolButton" id="button-insert-variable">
806                     <property name="visible">True</property>
807                     <property name="sensitive">False</property>
808                     <property name="tooltip" translatable="yes">Insert Variable</property>
809                     <property name="use_underline">True</property>
810                     <property name="stock_id">gtk-missing-image</property>
811                   </widget>
812                   <packing>
813                     <property name="expand">False</property>
814                   </packing>
815                 </child>
816                 <child>
817                   <widget class="GtkSeparatorToolItem" id="separatortoolitem6">
818                     <property name="visible">True</property>
819                   </widget>
820                   <packing>
821                     <property name="expand">False</property>
822                     <property name="homogeneous">False</property>
823                   </packing>
824                 </child>
825                 <child>
826                   <widget class="GtkToolButton" id="button-split-file">
827                     <property name="visible">True</property>
828                     <property name="tooltip" translatable="yes">Split File</property>
829                     <property name="use_underline">True</property>
830                     <property name="stock_id">gtk-missing-image</property>
831                   </widget>
832                   <packing>
833                     <property name="expand">False</property>
834                   </packing>
835                 </child>
836                 <child>
837                   <widget class="GtkToolButton" id="button-weight-cases">
838                     <property name="visible">True</property>
839                     <property name="tooltip" translatable="yes">Weight Cases</property>
840                     <property name="use_underline">True</property>
841                     <property name="stock_id">gtk-missing-image</property>
842                   </widget>
843                   <packing>
844                     <property name="expand">False</property>
845                   </packing>
846                 </child>
847                 <child>
848                   <widget class="GtkToolButton" id="button-select-cases">
849                     <property name="visible">True</property>
850                     <property name="sensitive">False</property>
851                     <property name="tooltip" translatable="yes">Select Cases</property>
852                     <property name="use_underline">True</property>
853                     <property name="stock_id">gtk-missing-image</property>
854                   </widget>
855                   <packing>
856                     <property name="expand">False</property>
857                   </packing>
858                 </child>
859                 <child>
860                   <widget class="GtkSeparatorToolItem" id="separatortoolitem7">
861                     <property name="visible">True</property>
862                   </widget>
863                   <packing>
864                     <property name="expand">False</property>
865                     <property name="homogeneous">False</property>
866                   </packing>
867                 </child>
868                 <child>
869                   <widget class="GtkToggleToolButton" id="togglebutton-value-labels">
870                     <property name="visible">True</property>
871                     <property name="tooltip" translatable="yes">Value Labels</property>
872                     <property name="use_underline">True</property>
873                     <property name="stock_id">gtk-missing-image</property>
874                   </widget>
875                   <packing>
876                     <property name="expand">False</property>
877                   </packing>
878                 </child>
879                 <child>
880                   <widget class="GtkToolButton" id="button-use-sets">
881                     <property name="sensitive">False</property>
882                     <property name="tooltip" translatable="yes">Use Sets</property>
883                     <property name="use_underline">True</property>
884                   </widget>
885                   <packing>
886                     <property name="expand">False</property>
887                   </packing>
888                 </child>
889               </widget>
890             </child>
891           </widget>
892           <packing>
893             <property name="expand">False</property>
894             <property name="fill">False</property>
895             <property name="position">1</property>
896           </packing>
897         </child>
898         <child>
899           <placeholder/>
900         </child>
901         <child>
902           <widget class="GtkHBox" id="status-bar">
903             <property name="visible">True</property>
904             <property name="border_width">5</property>
905             <property name="spacing">5</property>
906             <child>
907               <widget class="GtkFrame" id="frame2">
908                 <property name="visible">True</property>
909                 <property name="label_xalign">0</property>
910                 <property name="shadow_type">GTK_SHADOW_IN</property>
911                 <child>
912                   <widget class="GtkEventBox" id="eventbox1">
913                     <property name="visible">True</property>
914                     <property name="tooltip" translatable="yes">Information Area</property>
915                     <child>
916                       <widget class="GtkLabel" id="information-area">
917                         <property name="visible">True</property>
918                         <property name="single_line_mode">True</property>
919                       </widget>
920                     </child>
921                   </widget>
922                 </child>
923               </widget>
924             </child>
925             <child>
926               <widget class="GtkFrame" id="frame3">
927                 <property name="visible">True</property>
928                 <property name="label_xalign">0</property>
929                 <property name="shadow_type">GTK_SHADOW_IN</property>
930                 <child>
931                   <widget class="GtkEventBox" id="eventbox2">
932                     <property name="visible">True</property>
933                     <property name="tooltip" translatable="yes">Processor Area</property>
934                     <child>
935                       <widget class="GtkLabel" id="processor-area">
936                         <property name="visible">True</property>
937                         <property name="width_chars">35</property>
938                         <property name="single_line_mode">True</property>
939                       </widget>
940                     </child>
941                   </widget>
942                 </child>
943               </widget>
944               <packing>
945                 <property name="expand">False</property>
946                 <property name="fill">False</property>
947                 <property name="position">1</property>
948               </packing>
949             </child>
950             <child>
951               <widget class="GtkFrame" id="frame5">
952                 <property name="visible">True</property>
953                 <property name="label_xalign">0</property>
954                 <property name="shadow_type">GTK_SHADOW_IN</property>
955                 <child>
956                   <widget class="GtkEventBox" id="eventbox4">
957                     <property name="visible">True</property>
958                     <property name="tooltip" translatable="yes">Case Counter Area</property>
959                     <child>
960                       <widget class="GtkLabel" id="case-counter-area">
961                         <property name="visible">True</property>
962                         <property name="width_chars">20</property>
963                         <property name="single_line_mode">True</property>
964                       </widget>
965                     </child>
966                   </widget>
967                 </child>
968               </widget>
969               <packing>
970                 <property name="expand">False</property>
971                 <property name="fill">False</property>
972                 <property name="position">3</property>
973               </packing>
974             </child>
975             <child>
976               <widget class="GtkFrame" id="frame6">
977                 <property name="visible">True</property>
978                 <property name="label_xalign">0</property>
979                 <property name="shadow_type">GTK_SHADOW_IN</property>
980                 <child>
981                   <widget class="GtkEventBox" id="eventbox5">
982                     <property name="visible">True</property>
983                     <property name="tooltip" translatable="yes">Filter Use Status Area</property>
984                     <child>
985                       <widget class="GtkLabel" id="filter-use-status-area">
986                         <property name="visible">True</property>
987                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
988                         <property name="width_chars">10</property>
989                         <property name="single_line_mode">True</property>
990                       </widget>
991                     </child>
992                   </widget>
993                 </child>
994               </widget>
995               <packing>
996                 <property name="expand">False</property>
997                 <property name="fill">False</property>
998                 <property name="position">4</property>
999               </packing>
1000             </child>
1001             <child>
1002               <widget class="GtkFrame" id="frame7">
1003                 <property name="visible">True</property>
1004                 <property name="label_xalign">0</property>
1005                 <property name="shadow_type">GTK_SHADOW_IN</property>
1006                 <child>
1007                   <widget class="GtkEventBox" id="eventbox6">
1008                     <property name="visible">True</property>
1009                     <property name="tooltip" translatable="yes">Weight Status Area</property>
1010                     <child>
1011                       <widget class="GtkLabel" id="weight-status-area">
1012                         <property name="visible">True</property>
1013                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
1014                         <property name="width_chars">15</property>
1015                         <property name="single_line_mode">True</property>
1016                       </widget>
1017                     </child>
1018                   </widget>
1019                 </child>
1020               </widget>
1021               <packing>
1022                 <property name="expand">False</property>
1023                 <property name="fill">False</property>
1024                 <property name="position">5</property>
1025               </packing>
1026             </child>
1027             <child>
1028               <widget class="GtkFrame" id="frame8">
1029                 <property name="visible">True</property>
1030                 <property name="label_xalign">0</property>
1031                 <property name="shadow_type">GTK_SHADOW_IN</property>
1032                 <child>
1033                   <widget class="GtkEventBox" id="eventbox7">
1034                     <property name="visible">True</property>
1035                     <property name="tooltip" translatable="yes">Split File Status Area</property>
1036                     <child>
1037                       <widget class="GtkLabel" id="split-file-status-area">
1038                         <property name="visible">True</property>
1039                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
1040                         <property name="width_chars">15</property>
1041                         <property name="single_line_mode">True</property>
1042                       </widget>
1043                     </child>
1044                   </widget>
1045                 </child>
1046               </widget>
1047               <packing>
1048                 <property name="expand">False</property>
1049                 <property name="fill">False</property>
1050                 <property name="position">6</property>
1051               </packing>
1052             </child>
1053           </widget>
1054           <packing>
1055             <property name="expand">False</property>
1056             <property name="fill">False</property>
1057             <property name="position">4</property>
1058           </packing>
1059         </child>
1060       </widget>
1061     </child>
1062   </widget>
1063   <widget class="GtkWindow" id="var_type_dialog">
1064     <property name="border_width">6</property>
1065     <property name="title" translatable="yes">Variable Type</property>
1066     <property name="resizable">False</property>
1067     <property name="modal">True</property>
1068     <property name="default_width">485</property>
1069     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1070     <property name="skip_taskbar_hint">True</property>
1071     <property name="skip_pager_hint">True</property>
1072     <child>
1073       <widget class="GtkHBox" id="hbox1">
1074         <property name="visible">True</property>
1075         <property name="border_width">5</property>
1076         <property name="spacing">5</property>
1077         <child>
1078           <widget class="GtkVBox" id="vbox2">
1079             <property name="visible">True</property>
1080             <property name="border_width">13</property>
1081             <property name="homogeneous">True</property>
1082             <child>
1083               <widget class="GtkRadioButton" id="radiobutton1">
1084                 <property name="visible">True</property>
1085                 <property name="can_focus">True</property>
1086                 <property name="label" translatable="yes">Numeric</property>
1087                 <property name="use_underline">True</property>
1088                 <property name="response_id">0</property>
1089                 <property name="active">True</property>
1090                 <property name="draw_indicator">True</property>
1091               </widget>
1092               <packing>
1093                 <property name="expand">False</property>
1094                 <property name="fill">False</property>
1095               </packing>
1096             </child>
1097             <child>
1098               <widget class="GtkRadioButton" id="radiobutton2">
1099                 <property name="visible">True</property>
1100                 <property name="can_focus">True</property>
1101                 <property name="label" translatable="yes">Comma</property>
1102                 <property name="use_underline">True</property>
1103                 <property name="response_id">0</property>
1104                 <property name="draw_indicator">True</property>
1105                 <property name="group">radiobutton1</property>
1106               </widget>
1107               <packing>
1108                 <property name="expand">False</property>
1109                 <property name="fill">False</property>
1110                 <property name="position">1</property>
1111               </packing>
1112             </child>
1113             <child>
1114               <widget class="GtkRadioButton" id="radiobutton3">
1115                 <property name="visible">True</property>
1116                 <property name="can_focus">True</property>
1117                 <property name="label" translatable="yes">Dot</property>
1118                 <property name="use_underline">True</property>
1119                 <property name="response_id">0</property>
1120                 <property name="draw_indicator">True</property>
1121                 <property name="group">radiobutton1</property>
1122               </widget>
1123               <packing>
1124                 <property name="expand">False</property>
1125                 <property name="fill">False</property>
1126                 <property name="position">2</property>
1127               </packing>
1128             </child>
1129             <child>
1130               <widget class="GtkRadioButton" id="radiobutton4">
1131                 <property name="visible">True</property>
1132                 <property name="can_focus">True</property>
1133                 <property name="label" translatable="yes">Scientific notation</property>
1134                 <property name="use_underline">True</property>
1135                 <property name="response_id">0</property>
1136                 <property name="draw_indicator">True</property>
1137                 <property name="group">radiobutton1</property>
1138               </widget>
1139               <packing>
1140                 <property name="expand">False</property>
1141                 <property name="fill">False</property>
1142                 <property name="position">3</property>
1143               </packing>
1144             </child>
1145             <child>
1146               <widget class="GtkRadioButton" id="radiobutton5">
1147                 <property name="visible">True</property>
1148                 <property name="can_focus">True</property>
1149                 <property name="label" translatable="yes">Date</property>
1150                 <property name="use_underline">True</property>
1151                 <property name="response_id">0</property>
1152                 <property name="draw_indicator">True</property>
1153                 <property name="group">radiobutton1</property>
1154               </widget>
1155               <packing>
1156                 <property name="expand">False</property>
1157                 <property name="fill">False</property>
1158                 <property name="position">4</property>
1159               </packing>
1160             </child>
1161             <child>
1162               <widget class="GtkRadioButton" id="radiobutton6">
1163                 <property name="visible">True</property>
1164                 <property name="can_focus">True</property>
1165                 <property name="label" translatable="yes">Dollar</property>
1166                 <property name="use_underline">True</property>
1167                 <property name="response_id">0</property>
1168                 <property name="draw_indicator">True</property>
1169                 <property name="group">radiobutton1</property>
1170               </widget>
1171               <packing>
1172                 <property name="expand">False</property>
1173                 <property name="fill">False</property>
1174                 <property name="position">5</property>
1175               </packing>
1176             </child>
1177             <child>
1178               <widget class="GtkRadioButton" id="radiobutton7">
1179                 <property name="visible">True</property>
1180                 <property name="can_focus">True</property>
1181                 <property name="label" translatable="yes">Custom currency</property>
1182                 <property name="use_underline">True</property>
1183                 <property name="response_id">0</property>
1184                 <property name="draw_indicator">True</property>
1185                 <property name="group">radiobutton1</property>
1186               </widget>
1187               <packing>
1188                 <property name="expand">False</property>
1189                 <property name="fill">False</property>
1190                 <property name="position">6</property>
1191               </packing>
1192             </child>
1193             <child>
1194               <widget class="GtkRadioButton" id="radiobutton8">
1195                 <property name="visible">True</property>
1196                 <property name="can_focus">True</property>
1197                 <property name="label" translatable="yes">String</property>
1198                 <property name="use_underline">True</property>
1199                 <property name="response_id">0</property>
1200                 <property name="draw_indicator">True</property>
1201                 <property name="group">radiobutton1</property>
1202               </widget>
1203               <packing>
1204                 <property name="expand">False</property>
1205                 <property name="fill">False</property>
1206                 <property name="position">7</property>
1207               </packing>
1208             </child>
1209           </widget>
1210           <packing>
1211             <property name="expand">False</property>
1212             <property name="fill">False</property>
1213           </packing>
1214         </child>
1215         <child>
1216           <widget class="GtkVBox" id="middle_box">
1217             <property name="visible">True</property>
1218             <property name="spacing">10</property>
1219             <child>
1220               <widget class="GtkScrolledWindow" id="scrolledwindow4">
1221                 <property name="width_request">20</property>
1222                 <property name="height_request">194</property>
1223                 <property name="can_focus">True</property>
1224                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1225                 <property name="shadow_type">GTK_SHADOW_IN</property>
1226                 <child>
1227                   <widget class="GtkTreeView" id="date_format_list_view">
1228                     <property name="visible">True</property>
1229                     <property name="can_focus">True</property>
1230                     <property name="headers_visible">False</property>
1231                   </widget>
1232                 </child>
1233               </widget>
1234               <packing>
1235                 <property name="expand">False</property>
1236                 <property name="fill">False</property>
1237               </packing>
1238             </child>
1239             <child>
1240               <widget class="GtkHBox" id="custom_currency_hbox">
1241                 <property name="spacing">15</property>
1242                 <child>
1243                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1244                     <property name="width_request">1</property>
1245                     <property name="height_request">120</property>
1246                     <property name="visible">True</property>
1247                     <property name="can_focus">True</property>
1248                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1249                     <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
1250                     <property name="shadow_type">GTK_SHADOW_IN</property>
1251                     <child>
1252                       <widget class="GtkTreeView" id="custom_treeview">
1253                         <property name="visible">True</property>
1254                         <property name="can_focus">True</property>
1255                         <property name="headers_visible">False</property>
1256                       </widget>
1257                     </child>
1258                   </widget>
1259                 </child>
1260                 <child>
1261                   <widget class="GtkFrame" id="Sample">
1262                     <property name="visible">True</property>
1263                     <property name="label_xalign">0</property>
1264                     <child>
1265                       <widget class="GtkAlignment" id="alignment2">
1266                         <property name="visible">True</property>
1267                         <property name="left_padding">12</property>
1268                         <child>
1269                           <widget class="GtkVBox" id="vbox10">
1270                             <property name="visible">True</property>
1271                             <property name="homogeneous">True</property>
1272                             <child>
1273                               <widget class="GtkLabel" id="psample_label">
1274                                 <property name="visible">True</property>
1275                                 <property name="label" translatable="yes">positive</property>
1276                               </widget>
1277                             </child>
1278                             <child>
1279                               <widget class="GtkLabel" id="nsample_label">
1280                                 <property name="visible">True</property>
1281                                 <property name="label" translatable="yes">negative</property>
1282                               </widget>
1283                               <packing>
1284                                 <property name="position">1</property>
1285                               </packing>
1286                             </child>
1287                           </widget>
1288                         </child>
1289                       </widget>
1290                     </child>
1291                     <child>
1292                       <widget class="GtkLabel" id="label13">
1293                         <property name="visible">True</property>
1294                         <property name="label" translatable="yes">Sample</property>
1295                         <property name="use_markup">True</property>
1296                       </widget>
1297                       <packing>
1298                         <property name="type">label_item</property>
1299                       </packing>
1300                     </child>
1301                   </widget>
1302                   <packing>
1303                     <property name="pack_type">GTK_PACK_END</property>
1304                     <property name="position">1</property>
1305                   </packing>
1306                 </child>
1307               </widget>
1308               <packing>
1309                 <property name="position">1</property>
1310               </packing>
1311             </child>
1312             <child>
1313               <widget class="GtkScrolledWindow" id="dollar_window">
1314                 <property name="can_focus">True</property>
1315                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1316                 <property name="shadow_type">GTK_SHADOW_IN</property>
1317                 <child>
1318                   <widget class="GtkTreeView" id="dollar_treeview">
1319                     <property name="visible">True</property>
1320                     <property name="can_focus">True</property>
1321                     <property name="headers_visible">False</property>
1322                   </widget>
1323                 </child>
1324               </widget>
1325               <packing>
1326                 <property name="position">2</property>
1327               </packing>
1328             </child>
1329             <child>
1330               <widget class="GtkTable" id="width_decimals">
1331                 <property name="width_request">100</property>
1332                 <property name="height_request">50</property>
1333                 <property name="visible">True</property>
1334                 <property name="n_rows">2</property>
1335                 <property name="n_columns">2</property>
1336                 <property name="column_spacing">2</property>
1337                 <property name="row_spacing">1</property>
1338                 <child>
1339                   <widget class="GtkHBox" id="hbox2">
1340                     <property name="visible">True</property>
1341                     <child>
1342                       <widget class="GtkLabel" id="width_label">
1343                         <property name="visible">True</property>
1344                         <property name="label" translatable="yes">Width:</property>
1345                         <property name="justify">GTK_JUSTIFY_RIGHT</property>
1346                       </widget>
1347                       <packing>
1348                         <property name="expand">False</property>
1349                         <property name="fill">False</property>
1350                         <property name="pack_type">GTK_PACK_END</property>
1351                       </packing>
1352                     </child>
1353                   </widget>
1354                   <packing>
1355                     <property name="x_options">GTK_FILL</property>
1356                     <property name="y_options">GTK_FILL</property>
1357                   </packing>
1358                 </child>
1359                 <child>
1360                   <widget class="GtkEntry" id="decimals_entry">
1361                     <property name="width_request">25</property>
1362                     <property name="visible">True</property>
1363                     <property name="can_focus">True</property>
1364                   </widget>
1365                   <packing>
1366                     <property name="left_attach">1</property>
1367                     <property name="right_attach">2</property>
1368                     <property name="top_attach">1</property>
1369                     <property name="bottom_attach">2</property>
1370                     <property name="y_options"></property>
1371                   </packing>
1372                 </child>
1373                 <child>
1374                   <widget class="GtkEntry" id="width_entry">
1375                     <property name="width_request">25</property>
1376                     <property name="can_focus">True</property>
1377                   </widget>
1378                   <packing>
1379                     <property name="left_attach">1</property>
1380                     <property name="right_attach">2</property>
1381                     <property name="y_options"></property>
1382                   </packing>
1383                 </child>
1384                 <child>
1385                   <widget class="GtkLabel" id="decimals_label">
1386                     <property name="visible">True</property>
1387                     <property name="xalign">0</property>
1388                     <property name="label" translatable="yes">Decimal Places:</property>
1389                     <property name="justify">GTK_JUSTIFY_RIGHT</property>
1390                   </widget>
1391                   <packing>
1392                     <property name="top_attach">1</property>
1393                     <property name="bottom_attach">2</property>
1394                     <property name="x_options">GTK_FILL</property>
1395                     <property name="y_options"></property>
1396                   </packing>
1397                 </child>
1398               </widget>
1399               <packing>
1400                 <property name="position">3</property>
1401               </packing>
1402             </child>
1403           </widget>
1404           <packing>
1405             <property name="fill">False</property>
1406             <property name="position">1</property>
1407           </packing>
1408         </child>
1409         <child>
1410           <widget class="GtkVButtonBox" id="vbuttonbox6">
1411             <property name="visible">True</property>
1412             <property name="spacing">5</property>
1413             <property name="layout_style">GTK_BUTTONBOX_START</property>
1414             <child>
1415               <widget class="GtkButton" id="var_type_ok">
1416                 <property name="visible">True</property>
1417                 <property name="can_focus">True</property>
1418                 <property name="can_default">True</property>
1419                 <property name="label">gtk-ok</property>
1420                 <property name="use_stock">True</property>
1421                 <property name="response_id">0</property>
1422               </widget>
1423             </child>
1424             <child>
1425               <widget class="GtkButton" id="var_type_cancel">
1426                 <property name="visible">True</property>
1427                 <property name="can_focus">True</property>
1428                 <property name="can_default">True</property>
1429                 <property name="label">gtk-cancel</property>
1430                 <property name="use_stock">True</property>
1431                 <property name="response_id">0</property>
1432               </widget>
1433               <packing>
1434                 <property name="position">1</property>
1435               </packing>
1436             </child>
1437             <child>
1438               <widget class="GtkButton" id="help_button_variable_type">
1439                 <property name="visible">True</property>
1440                 <property name="can_focus">True</property>
1441                 <property name="can_default">True</property>
1442                 <property name="label">gtk-help</property>
1443                 <property name="use_stock">True</property>
1444                 <property name="response_id">0</property>
1445               </widget>
1446               <packing>
1447                 <property name="position">2</property>
1448               </packing>
1449             </child>
1450           </widget>
1451           <packing>
1452             <property name="position">2</property>
1453           </packing>
1454         </child>
1455       </widget>
1456     </child>
1457   </widget>
1458   <widget class="GtkWindow" id="val_labs_dialog">
1459     <property name="title" translatable="yes">Value Labels</property>
1460     <property name="resizable">False</property>
1461     <property name="modal">True</property>
1462     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1463     <property name="skip_taskbar_hint">True</property>
1464     <property name="skip_pager_hint">True</property>
1465     <child>
1466       <widget class="GtkHBox" id="hbox3">
1467         <property name="visible">True</property>
1468         <property name="border_width">5</property>
1469         <child>
1470           <widget class="GtkFrame" id="frame1">
1471             <property name="visible">True</property>
1472             <property name="label_xalign">0</property>
1473             <child>
1474               <widget class="GtkAlignment" id="alignment1">
1475                 <property name="visible">True</property>
1476                 <property name="border_width">8</property>
1477                 <property name="left_padding">12</property>
1478                 <child>
1479                   <widget class="GtkTable" id="table3">
1480                     <property name="visible">True</property>
1481                     <property name="n_rows">2</property>
1482                     <property name="n_columns">2</property>
1483                     <property name="row_spacing">5</property>
1484                     <child>
1485                       <widget class="GtkScrolledWindow" id="scrolledwindow3">
1486                         <property name="visible">True</property>
1487                         <property name="can_focus">True</property>
1488                         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1489                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1490                         <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1491                         <child>
1492                           <widget class="GtkTreeView" id="treeview1">
1493                             <property name="visible">True</property>
1494                             <property name="can_focus">True</property>
1495                             <property name="headers_visible">False</property>
1496                             <property name="enable_search">False</property>
1497                           </widget>
1498                         </child>
1499                       </widget>
1500                       <packing>
1501                         <property name="left_attach">1</property>
1502                         <property name="right_attach">2</property>
1503                         <property name="top_attach">1</property>
1504                         <property name="bottom_attach">2</property>
1505                         <property name="x_options">GTK_FILL</property>
1506                         <property name="y_options">GTK_FILL</property>
1507                       </packing>
1508                     </child>
1509                     <child>
1510                       <widget class="GtkTable" id="table4">
1511                         <property name="visible">True</property>
1512                         <property name="border_width">5</property>
1513                         <property name="n_rows">2</property>
1514                         <property name="n_columns">2</property>
1515                         <property name="column_spacing">5</property>
1516                         <property name="row_spacing">4</property>
1517                         <child>
1518                           <widget class="GtkHBox" id="hbox4">
1519                             <property name="visible">True</property>
1520                             <child>
1521                               <widget class="GtkEntry" id="value_entry">
1522                                 <property name="width_request">85</property>
1523                                 <property name="visible">True</property>
1524                                 <property name="can_focus">True</property>
1525                               </widget>
1526                               <packing>
1527                                 <property name="expand">False</property>
1528                                 <property name="fill">False</property>
1529                                 <property name="padding">1</property>
1530                               </packing>
1531                             </child>
1532                           </widget>
1533                           <packing>
1534                             <property name="left_attach">1</property>
1535                             <property name="right_attach">2</property>
1536                             <property name="x_options">GTK_FILL</property>
1537                             <property name="y_options">GTK_FILL</property>
1538                           </packing>
1539                         </child>
1540                         <child>
1541                           <widget class="GtkEntry" id="label_entry">
1542                             <property name="visible">True</property>
1543                             <property name="can_focus">True</property>
1544                           </widget>
1545                           <packing>
1546                             <property name="left_attach">1</property>
1547                             <property name="right_attach">2</property>
1548                             <property name="top_attach">1</property>
1549                             <property name="bottom_attach">2</property>
1550                             <property name="y_options"></property>
1551                           </packing>
1552                         </child>
1553                         <child>
1554                           <widget class="GtkLabel" id="label6">
1555                             <property name="visible">True</property>
1556                             <property name="xalign">0</property>
1557                             <property name="label" translatable="yes">Value Label:</property>
1558                           </widget>
1559                           <packing>
1560                             <property name="top_attach">1</property>
1561                             <property name="bottom_attach">2</property>
1562                             <property name="x_options">GTK_FILL</property>
1563                             <property name="y_options"></property>
1564                           </packing>
1565                         </child>
1566                         <child>
1567                           <widget class="GtkLabel" id="label5">
1568                             <property name="visible">True</property>
1569                             <property name="xalign">0</property>
1570                             <property name="label" translatable="yes">Value:</property>
1571                           </widget>
1572                           <packing>
1573                             <property name="x_options">GTK_FILL</property>
1574                             <property name="y_options"></property>
1575                           </packing>
1576                         </child>
1577                       </widget>
1578                       <packing>
1579                         <property name="right_attach">2</property>
1580                         <property name="x_options">GTK_FILL</property>
1581                       </packing>
1582                     </child>
1583                     <child>
1584                       <widget class="GtkVButtonBox" id="vbuttonbox2">
1585                         <property name="visible">True</property>
1586                         <property name="border_width">5</property>
1587                         <child>
1588                           <widget class="GtkButton" id="val_labs_add">
1589                             <property name="visible">True</property>
1590                             <property name="sensitive">False</property>
1591                             <property name="can_focus">True</property>
1592                             <property name="can_default">True</property>
1593                             <property name="label">gtk-add</property>
1594                             <property name="use_stock">True</property>
1595                             <property name="response_id">0</property>
1596                           </widget>
1597                         </child>
1598                         <child>
1599                           <widget class="GtkButton" id="val_labs_change">
1600                             <property name="visible">True</property>
1601                             <property name="sensitive">False</property>
1602                             <property name="can_focus">True</property>
1603                             <property name="can_default">True</property>
1604                             <property name="label">gtk-apply</property>
1605                             <property name="use_stock">True</property>
1606                             <property name="response_id">0</property>
1607                           </widget>
1608                           <packing>
1609                             <property name="position">1</property>
1610                           </packing>
1611                         </child>
1612                         <child>
1613                           <widget class="GtkButton" id="val_labs_remove">
1614                             <property name="visible">True</property>
1615                             <property name="sensitive">False</property>
1616                             <property name="can_focus">True</property>
1617                             <property name="can_default">True</property>
1618                             <property name="label">gtk-remove</property>
1619                             <property name="use_stock">True</property>
1620                             <property name="response_id">0</property>
1621                           </widget>
1622                           <packing>
1623                             <property name="position">2</property>
1624                           </packing>
1625                         </child>
1626                       </widget>
1627                       <packing>
1628                         <property name="top_attach">1</property>
1629                         <property name="bottom_attach">2</property>
1630                         <property name="x_options">GTK_FILL</property>
1631                       </packing>
1632                     </child>
1633                   </widget>
1634                 </child>
1635               </widget>
1636             </child>
1637             <child>
1638               <widget class="GtkLabel" id="label7">
1639                 <property name="visible">True</property>
1640                 <property name="label" translatable="yes">Value Labels</property>
1641                 <property name="use_markup">True</property>
1642               </widget>
1643               <packing>
1644                 <property name="type">label_item</property>
1645               </packing>
1646             </child>
1647           </widget>
1648           <packing>
1649             <property name="padding">10</property>
1650           </packing>
1651         </child>
1652         <child>
1653           <widget class="GtkVButtonBox" id="vbuttonbox3">
1654             <property name="visible">True</property>
1655             <property name="border_width">5</property>
1656             <property name="spacing">5</property>
1657             <property name="layout_style">GTK_BUTTONBOX_START</property>
1658             <child>
1659               <widget class="GtkButton" id="val_labs_ok">
1660                 <property name="visible">True</property>
1661                 <property name="can_focus">True</property>
1662                 <property name="can_default">True</property>
1663                 <property name="label">gtk-ok</property>
1664                 <property name="use_stock">True</property>
1665                 <property name="response_id">0</property>
1666               </widget>
1667             </child>
1668             <child>
1669               <widget class="GtkButton" id="val_labs_cancel">
1670                 <property name="visible">True</property>
1671                 <property name="can_focus">True</property>
1672                 <property name="can_default">True</property>
1673                 <property name="label">gtk-cancel</property>
1674                 <property name="use_stock">True</property>
1675                 <property name="response_id">0</property>
1676               </widget>
1677               <packing>
1678                 <property name="position">1</property>
1679               </packing>
1680             </child>
1681             <child>
1682               <widget class="GtkButton" id="help_button_value_labels">
1683                 <property name="visible">True</property>
1684                 <property name="can_focus">True</property>
1685                 <property name="can_default">True</property>
1686                 <property name="label">gtk-help</property>
1687                 <property name="use_stock">True</property>
1688                 <property name="response_id">0</property>
1689               </widget>
1690               <packing>
1691                 <property name="position">2</property>
1692               </packing>
1693             </child>
1694           </widget>
1695           <packing>
1696             <property name="expand">False</property>
1697             <property name="fill">False</property>
1698             <property name="pack_type">GTK_PACK_END</property>
1699             <property name="position">1</property>
1700           </packing>
1701         </child>
1702       </widget>
1703     </child>
1704   </widget>
1705   <widget class="GtkWindow" id="missing_values_dialog">
1706     <property name="border_width">10</property>
1707     <property name="title" translatable="yes">Missing Values</property>
1708     <property name="resizable">False</property>
1709     <property name="modal">True</property>
1710     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1711     <property name="skip_taskbar_hint">True</property>
1712     <property name="skip_pager_hint">True</property>
1713     <child>
1714       <widget class="GtkTable" id="table6">
1715         <property name="visible">True</property>
1716         <property name="n_rows">2</property>
1717         <property name="n_columns">2</property>
1718         <child>
1719           <widget class="GtkVBox" id="vbox7">
1720             <property name="visible">True</property>
1721             <child>
1722               <widget class="GtkRadioButton" id="range_missing">
1723                 <property name="visible">True</property>
1724                 <property name="can_focus">True</property>
1725                 <property name="label" translatable="yes">_Range plus one optional discrete missing value</property>
1726                 <property name="use_underline">True</property>
1727                 <property name="focus_on_click">False</property>
1728                 <property name="response_id">0</property>
1729                 <property name="draw_indicator">True</property>
1730                 <property name="group">no_missing</property>
1731               </widget>
1732               <packing>
1733                 <property name="expand">False</property>
1734                 <property name="fill">False</property>
1735               </packing>
1736             </child>
1737             <child>
1738               <widget class="GtkVBox" id="vbox8">
1739                 <property name="visible">True</property>
1740                 <property name="spacing">5</property>
1741                 <child>
1742                   <widget class="GtkHBox" id="hbox7">
1743                     <property name="visible">True</property>
1744                     <child>
1745                       <widget class="GtkHBox" id="hbox8">
1746                         <property name="visible">True</property>
1747                         <child>
1748                           <widget class="GtkLabel" id="label11">
1749                             <property name="visible">True</property>
1750                             <property name="label" translatable="yes">_Low:</property>
1751                             <property name="use_underline">True</property>
1752                             <property name="mnemonic_widget">mv-low</property>
1753                           </widget>
1754                           <packing>
1755                             <property name="expand">False</property>
1756                             <property name="fill">False</property>
1757                             <property name="padding">20</property>
1758                           </packing>
1759                         </child>
1760                         <child>
1761                           <widget class="GtkEntry" id="mv-low">
1762                             <property name="width_request">75</property>
1763                             <property name="visible">True</property>
1764                             <property name="can_focus">True</property>
1765                           </widget>
1766                           <packing>
1767                             <property name="expand">False</property>
1768                             <property name="position">1</property>
1769                           </packing>
1770                         </child>
1771                       </widget>
1772                     </child>
1773                     <child>
1774                       <widget class="GtkHBox" id="hbox9">
1775                         <property name="visible">True</property>
1776                         <child>
1777                           <widget class="GtkLabel" id="label12">
1778                             <property name="visible">True</property>
1779                             <property name="label" translatable="yes">_High:</property>
1780                             <property name="use_underline">True</property>
1781                             <property name="mnemonic_widget">mv-high</property>
1782                           </widget>
1783                           <packing>
1784                             <property name="expand">False</property>
1785                             <property name="fill">False</property>
1786                           </packing>
1787                         </child>
1788                         <child>
1789                           <widget class="GtkEntry" id="mv-high">
1790                             <property name="width_request">75</property>
1791                             <property name="visible">True</property>
1792                             <property name="can_focus">True</property>
1793                           </widget>
1794                           <packing>
1795                             <property name="padding">5</property>
1796                             <property name="position">1</property>
1797                           </packing>
1798                         </child>
1799                       </widget>
1800                       <packing>
1801                         <property name="fill">False</property>
1802                         <property name="padding">20</property>
1803                         <property name="position">1</property>
1804                       </packing>
1805                     </child>
1806                     <child>
1807                       <placeholder/>
1808                     </child>
1809                     <child>
1810                       <placeholder/>
1811                     </child>
1812                   </widget>
1813                 </child>
1814                 <child>
1815                   <widget class="GtkHBox" id="hbox6">
1816                     <property name="visible">True</property>
1817                     <child>
1818                       <widget class="GtkLabel" id="label10">
1819                         <property name="visible">True</property>
1820                         <property name="label" translatable="yes">Di_screte value:</property>
1821                         <property name="use_underline">True</property>
1822                         <property name="mnemonic_widget">mv-discrete</property>
1823                       </widget>
1824                       <packing>
1825                         <property name="expand">False</property>
1826                         <property name="fill">False</property>
1827                         <property name="padding">20</property>
1828                       </packing>
1829                     </child>
1830                     <child>
1831                       <widget class="GtkEntry" id="mv-discrete">
1832                         <property name="width_request">75</property>
1833                         <property name="visible">True</property>
1834                         <property name="can_focus">True</property>
1835                       </widget>
1836                       <packing>
1837                         <property name="expand">False</property>
1838                         <property name="position">1</property>
1839                       </packing>
1840                     </child>
1841                   </widget>
1842                   <packing>
1843                     <property name="position">1</property>
1844                   </packing>
1845                 </child>
1846               </widget>
1847               <packing>
1848                 <property name="position">1</property>
1849               </packing>
1850             </child>
1851           </widget>
1852           <packing>
1853             <property name="right_attach">2</property>
1854             <property name="top_attach">1</property>
1855             <property name="bottom_attach">2</property>
1856             <property name="x_options">GTK_FILL</property>
1857           </packing>
1858         </child>
1859         <child>
1860           <widget class="GtkVBox" id="vbox5">
1861             <property name="visible">True</property>
1862             <property name="spacing">12</property>
1863             <child>
1864               <widget class="GtkRadioButton" id="no_missing">
1865                 <property name="visible">True</property>
1866                 <property name="can_focus">True</property>
1867                 <property name="label" translatable="yes">_No missing values</property>
1868                 <property name="use_underline">True</property>
1869                 <property name="response_id">0</property>
1870                 <property name="active">True</property>
1871                 <property name="draw_indicator">True</property>
1872               </widget>
1873               <packing>
1874                 <property name="expand">False</property>
1875                 <property name="fill">False</property>
1876               </packing>
1877             </child>
1878             <child>
1879               <widget class="GtkVBox" id="vbox6">
1880                 <property name="visible">True</property>
1881                 <child>
1882                   <widget class="GtkRadioButton" id="discrete_missing">
1883                     <property name="visible">True</property>
1884                     <property name="can_focus">True</property>
1885                     <property name="label" translatable="yes">_Discrete missing values</property>
1886                     <property name="use_underline">True</property>
1887                     <property name="focus_on_click">False</property>
1888                     <property name="response_id">0</property>
1889                     <property name="draw_indicator">True</property>
1890                     <property name="group">no_missing</property>
1891                   </widget>
1892                   <packing>
1893                     <property name="expand">False</property>
1894                     <property name="fill">False</property>
1895                   </packing>
1896                 </child>
1897                 <child>
1898                   <widget class="GtkHBox" id="hbox10">
1899                     <property name="visible">True</property>
1900                     <child>
1901                       <widget class="GtkHBox" id="hbox5">
1902                         <property name="visible">True</property>
1903                         <property name="border_width">5</property>
1904                         <property name="spacing">5</property>
1905                         <property name="homogeneous">True</property>
1906                         <child>
1907                           <widget class="GtkEntry" id="mv0">
1908                             <property name="width_request">75</property>
1909                             <property name="visible">True</property>
1910                             <property name="can_focus">True</property>
1911                           </widget>
1912                           <packing>
1913                             <property name="expand">False</property>
1914                             <property name="fill">False</property>
1915                           </packing>
1916                         </child>
1917                         <child>
1918                           <widget class="GtkEntry" id="mv1">
1919                             <property name="width_request">75</property>
1920                             <property name="visible">True</property>
1921                             <property name="can_focus">True</property>
1922                           </widget>
1923                           <packing>
1924                             <property name="expand">False</property>
1925                             <property name="fill">False</property>
1926                             <property name="position">1</property>
1927                           </packing>
1928                         </child>
1929                         <child>
1930                           <widget class="GtkEntry" id="mv2">
1931                             <property name="width_request">75</property>
1932                             <property name="visible">True</property>
1933                             <property name="can_focus">True</property>
1934                           </widget>
1935                           <packing>
1936                             <property name="expand">False</property>
1937                             <property name="fill">False</property>
1938                             <property name="position">2</property>
1939                           </packing>
1940                         </child>
1941                       </widget>
1942                       <packing>
1943                         <property name="padding">20</property>
1944                       </packing>
1945                     </child>
1946                   </widget>
1947                   <packing>
1948                     <property name="position">1</property>
1949                   </packing>
1950                 </child>
1951               </widget>
1952               <packing>
1953                 <property name="expand">False</property>
1954                 <property name="fill">False</property>
1955                 <property name="position">1</property>
1956               </packing>
1957             </child>
1958           </widget>
1959           <packing>
1960             <property name="y_options">GTK_FILL</property>
1961           </packing>
1962         </child>
1963         <child>
1964           <widget class="GtkVButtonBox" id="vbuttonbox5">
1965             <property name="visible">True</property>
1966             <property name="border_width">5</property>
1967             <property name="spacing">5</property>
1968             <property name="layout_style">GTK_BUTTONBOX_START</property>
1969             <child>
1970               <widget class="GtkButton" id="missing_val_ok">
1971                 <property name="visible">True</property>
1972                 <property name="can_focus">True</property>
1973                 <property name="can_default">True</property>
1974                 <property name="label">gtk-ok</property>
1975                 <property name="use_stock">True</property>
1976                 <property name="response_id">0</property>
1977               </widget>
1978             </child>
1979             <child>
1980               <widget class="GtkButton" id="missing_val_cancel">
1981                 <property name="visible">True</property>
1982                 <property name="can_focus">True</property>
1983                 <property name="can_default">True</property>
1984                 <property name="label">gtk-cancel</property>
1985                 <property name="use_stock">True</property>
1986                 <property name="response_id">0</property>
1987               </widget>
1988               <packing>
1989                 <property name="position">1</property>
1990               </packing>
1991             </child>
1992             <child>
1993               <widget class="GtkButton" id="help_button_missing_values">
1994                 <property name="visible">True</property>
1995                 <property name="can_focus">True</property>
1996                 <property name="can_default">True</property>
1997                 <property name="label">gtk-help</property>
1998                 <property name="use_stock">True</property>
1999                 <property name="response_id">0</property>
2000               </widget>
2001               <packing>
2002                 <property name="position">2</property>
2003               </packing>
2004             </child>
2005           </widget>
2006           <packing>
2007             <property name="left_attach">1</property>
2008             <property name="right_attach">2</property>
2009           </packing>
2010         </child>
2011       </widget>
2012     </child>
2013   </widget>
2014 </glade-interface>