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