Added a dialog box for the MEANS command
[pspp] / src / ui / gui / data-editor.ui
1 <?xml version="1.0"?>
2 <interface>
3   <object class="GtkUIManager" id="uimanager1">
4     <child>
5       <object class="GtkActionGroup" id="actiongroup2">
6         <child>
7           <object class="GtkAction" id="sort-up">
8             <property name="stock-id">gtk-sort-ascending</property>
9           </object>
10         </child>
11         <child>
12           <object class="GtkAction" id="sort-down">
13             <property name="stock-id">gtk-sort-descending</property>
14           </object>
15         </child>
16       </object>
17     </child>
18     <child>
19       <object class="GtkActionGroup" id="actiongroup1">
20         <child>
21           <object class="GtkAction" id="file">
22             <property name="name">file</property>
23             <property name="label" translatable="yes">_File</property>
24           </object>
25         </child>
26         <child>
27           <object class="GtkAction" id="new1">
28             <property name="stock-id">gtk-new</property>
29             <property name="name">new1</property>
30           </object>
31         </child>
32         <child>
33           <object class="GtkAction" id="file_new_syntax">
34             <property name="name">file_new_syntax</property>
35             <property name="label" translatable="yes">_Syntax</property>
36           </object>
37         </child>
38         <child>
39           <object class="GtkAction" id="file_new_data">
40             <property name="name">file_new_data</property>
41             <property name="label" translatable="yes">_Data</property>
42           </object>
43         </child>
44         <child>
45           <object class="GtkAction" id="file_open">
46             <property name="stock-id">gtk-open</property>
47             <property name="name">file_open</property>
48             <property name="label" translatable="yes">_Open...</property>
49           </object>
50         </child>
51         <child>
52           <object class="GtkAction" id="file_import-text">
53             <property name="name">file_import-text</property>
54             <property name="label" translatable="yes">_Import Delimited Text Data...</property>
55             <property name="stock-id">gtk-convert</property>
56           </object>
57         </child>
58         <child>
59           <object class="GtkAction" id="rename_dataset">
60             <property name="name">rename_dataset</property>
61             <property name="label" translatable="yes">_Rename Dataset...</property>
62           </object>
63         </child>
64         <child>
65           <object class="GtkAction" id="file_save">
66             <property name="stock-id">gtk-save</property>
67             <property name="name">file_save</property>
68           </object>
69         </child>
70         <child>
71           <object class="GtkAction" id="file_save_as">
72             <property name="stock-id">gtk-save-as</property>
73             <property name="name">file_save_as</property>
74             <property name="label" translatable="yes">Save _As...</property>
75           </object>
76         </child>
77         <child>
78           <object class="GtkAction" id="file-information">
79             <property name="name">file-information</property>
80             <property name="label" translatable="yes">D_isplay Data File Information</property>
81             <property name="stock-id">gtk-info</property>
82           </object>
83         </child>
84         <child>
85           <object class="GtkAction" id="file_information_working-file">
86             <property name="name">file_information_working-file</property>
87             <property name="label" translatable="yes">Working File</property>
88           </object>
89         </child>
90         <child>
91           <object class="GtkAction" id="file_information_external-file">
92             <property name="name">file_information_external-file</property>
93             <property name="label" translatable="yes">External File...</property>
94           </object>
95         </child>
96         <child>
97           <object class="GtkAction" id="file_recent-data">
98             <property name="name">file_recent-data</property>
99             <property name="label" translatable="yes">Recently Used Da_ta</property>
100           </object>
101         </child>
102         <child>
103           <object class="GtkAction" id="file_recent-files">
104             <property name="name">file_recent-files</property>
105             <property name="label" translatable="yes">Recently Used _Files</property>
106           </object>
107         </child>
108         <child>
109           <object class="GtkAction" id="file_quit">
110             <property name="stock-id">gtk-quit</property>
111             <property name="name">file_quit</property>
112           </object>
113         </child>
114         <child>
115           <object class="GtkAction" id="edit">
116             <property name="name">edit</property>
117             <property name="label" translatable="yes">_Edit</property>
118           </object>
119         </child>
120         <child>
121           <object class="GtkAction" id="action_insert-variable">
122             <property name="name">action_insert-variable</property>
123             <property name="label" translatable="yes">Insert Variable</property>
124             <property name="tooltip" translatable="yes">Create a new variable at the current position</property>
125             <property name="stock-id">pspp-insert-variable</property>
126           </object>
127         </child>
128         <child>
129           <object class="GtkAction" id="edit_insert-case">
130             <property name="name">edit_insert-case</property>
131             <property name="label" translatable="yes">Insert Cases</property>
132             <property name="tooltip" translatable="yes">Create a new case at the current position</property>
133             <property name="stock-id">pspp-insert-case</property>
134           </object>
135         </child>
136         <child>
137           <object class="GtkAction" id="edit_goto-case">
138             <property name="label" translatable="yes">Go To Case...</property>
139             <property name="name">edit_goto-case</property>
140             <property name="tooltip" translatable="yes">Jump to a case in the data sheet</property>
141             <property name="stock-id">gtk-jump-to</property>
142
143           </object>
144         </child>
145         <child>
146           <object class="GtkAction" id="edit_cut">
147             <property name="stock-id">gtk-cut</property>
148             <property name="name">edit_cut</property>
149           </object>
150         </child>
151         <child>
152           <object class="GtkAction" id="edit_copy">
153             <property name="stock-id">gtk-copy</property>
154             <property name="name">edit_copy</property>
155           </object>
156         </child>
157         <child>
158           <object class="GtkAction" id="edit_paste">
159             <property name="stock-id">gtk-paste</property>
160             <property name="name">edit_paste</property>
161           </object>
162         </child>
163         <child>
164           <object class="GtkAction" id="edit_clear-variables">
165             <property name="name">edit_clear-variables</property>
166             <property name="label" translatable="yes">Cl_ear Variables</property>
167             <property name="tooltip" translatable="yes">Delete the variables at the selected position(s)</property>
168             <property name="stock-id">gtk-clear</property>
169           </object>
170         </child>
171         <child>
172           <object class="GtkAction" id="edit_clear-cases">
173             <property name="name">edit_clear-cases</property>
174             <property name="stock-id">gtk-clear</property>
175             <property name="label" translatable="yes">_Clear Cases</property>
176             <property name="tooltip" translatable="yes">Delete the cases at the selected position(s)</property>
177           </object>
178         </child>
179         <child>
180           <object class="GtkAction" id="edit_find">
181             <property name="stock-id">gtk-find</property>
182             <property name="name">edit_find</property>
183             <property name="label" translatable="yes">_Find...</property>
184           </object>
185         </child>
186         <child>
187           <object class="GtkAction" id="view">
188             <property name="name">view</property>
189             <property name="label" translatable="yes">_View</property>
190           </object>
191         </child>
192         <child>
193           <object class="GtkToggleAction" id="view_statusbar">
194             <property name="active">True</property>
195             <property name="name">view_statusbar</property>
196             <property name="label" translatable="yes">_Status Bar</property>
197           </object>
198         </child>
199         <child>
200           <object class="GtkAction" id="view_fonts">
201             <property name="name">view_fonts</property>
202             <property name="stock-id">gtk-select-font</property>
203             <property name="label" translatable="yes">_Font...</property>
204           </object>
205         </child>
206         <child>
207           <object class="GtkToggleAction" id="view_gridlines">
208             <property name="active">True</property>
209             <property name="name">view_gridlines</property>
210             <property name="label" translatable="yes">_Grid Lines</property>
211           </object>
212         </child>
213         <child>
214           <object class="GtkToggleAction" id="view_value-labels">
215             <property name="name">view_value-labels</property>
216             <property name="label" translatable="yes">Value _Labels</property>
217             <property name="tooltip" translatable="yes">Show/hide value labels</property>
218             <property name="stock-id">pspp-value-labels</property>
219           </object>
220         </child>
221         <child>
222           <object class="GtkRadioAction" id="view_data">
223             <property name="name">view_data</property>
224             <property name="label" translatable="yes">_Data</property>
225           </object>
226         </child>
227         <child>
228           <object class="GtkRadioAction" id="view_variables">
229             <property name="name">view_variables</property>
230             <property name="label" translatable="yes">_Variables</property>
231             <property name="group">view_data</property>
232           </object>
233         </child>
234         <child>
235           <object class="GtkAction" id="data">
236             <property name="name">data</property>
237             <property name="label" translatable="yes">_Data</property>
238           </object>
239         </child>
240         <child>
241           <object class="PsppireDialogActionSort" id="data_sort-cases">
242             <property name="label" translatable="yes">_Sort Cases...</property>
243             <property name="name">data_sort-cases</property>
244             <property name="manager">uimanager1</property>
245             <property name="stock-id">gtk-sort-ascending</property>
246             <property name="tooltip" translatable="yes">Sort cases in the active dataset</property>
247           </object>
248         </child>
249         <child>
250           <object class="GtkAction" id="data_transpose">
251             <property name="stock-id">pspp-transpose</property>
252             <property name="name">data_transpose</property>
253             <property name="label" translatable="yes">_Transpose...</property>
254             <property name="tooltip" translatable="yes">Transpose the cases with the variables</property>
255           </object>
256         </child>
257         <child>
258           <object class="GtkAction" id="data_aggregate">
259             <property name="stock-id">pspp-aggregate</property>
260             <property name="name">data_aggregate</property>
261             <property name="label" translatable="yes">_Aggregate...</property>
262           </object>
263         </child>
264         <child>
265           <object class="GtkAction" id="data_split-file">
266             <property name="name">data_split-file</property>
267             <property name="label" translatable="yes">S_plit File...</property>
268             <property name="tooltip" translatable="yes">Split the active dataset</property>
269             <property name="stock-id">pspp-split-file</property>
270           </object>
271         </child>
272         <child>
273           <object class="GtkAction" id="data_select-cases">
274             <property name="name">data_select-cases</property>
275             <property name="label" translatable="yes">Select _Cases...</property>
276           </object>
277         </child>
278         <child>
279           <object class="GtkAction" id="data_weight-cases">
280             <property name="name">data_weight-cases</property>
281             <property name="label" translatable="yes">_Weight Cases...</property>
282             <property name="tooltip" translatable="yes">Weight cases by variable</property>
283             <property name="stock-id">pspp-weight-cases</property>
284           </object>
285         </child>
286         <child>
287           <object class="GtkAction" id="transform">
288             <property name="name">transform</property>
289             <property name="label" translatable="yes">_Transform</property>
290           </object>
291         </child>
292         <child>
293           <object class="GtkAction" id="transform_compute">
294             <property name="name">transform_compute</property>
295             <property name="label" translatable="yes">_Compute...</property>
296           </object>
297         </child>
298         <child>
299           <object class="GtkAction" id="transform_count">
300             <property name="name">transform_count</property>
301             <property name="label" translatable="yes">Cou_nt...</property>
302           </object>
303         </child>
304         <child>
305           <object class="GtkAction" id="transform_rank">
306             <property name="name">transform_rank</property>
307             <property name="label" translatable="yes">Ran_k Cases...</property>
308           </object>
309         </child>
310         <child>
311           <object class="GtkAction" id="transform_autorecode">
312             <property name="name">transform_autorecode</property>
313             <property name="label" translatable="yes">Auto_matic Recode...</property>
314           </object>
315         </child>
316         <child>
317           <object class="GtkAction" id="transform_recode-same">
318             <property name="name">transform_recode-same</property>
319             <property name="label" translatable="yes">Recode into _Same Variables...</property>
320           </object>
321         </child>
322         <child>
323           <object class="GtkAction" id="transform_recode-different">
324             <property name="name">transform_recode-different</property>
325             <property name="label" translatable="yes">Recode into _Different Variables...</property>
326           </object>
327         </child>
328         <child>
329           <object class="GtkAction" id="transform_run-pending">
330             <property name="name">transform_run-pending</property>
331             <property name="label" translatable="yes">_Run Pending Transforms</property>
332           </object>
333           <accelerator key="G" modifiers="GDK_CONTROL_MASK"/>
334         </child>
335         <child>
336           <object class="GtkAction" id="analyze">
337             <property name="name">analyze</property>
338             <property name="label" translatable="yes">_Analyze</property>
339           </object>
340         </child>
341         <child>
342           <object class="GtkAction" id="descriptive-statistics">
343             <property name="name">descriptive-statistics</property>
344             <property name="label" translatable="yes">_Descriptive Statistics</property>
345           </object>
346         </child>
347         <child>
348           <object class="GtkAction" id="analyze_frequencies">
349             <property name="name">analyze_frequencies</property>
350             <property name="label" translatable="yes">_Frequencies...</property>
351           </object>
352         </child>
353         <child>
354           <object class="PsppireDialogActionDescriptives" id="analyze_descriptives">
355             <property name="manager">uimanager1</property>
356             <property name="name">analyze_descriptives</property>
357             <property name="label" translatable="yes">_Descriptives...</property>
358           </object>
359         </child>
360         <child>
361           <object class="GtkAction" id="analyze_explore">
362             <property name="name">analyze_explore</property>
363             <property name="label" translatable="yes">_Explore...</property>
364           </object>
365         </child>
366         <child>
367           <object class="GtkAction" id="crosstabs">
368             <property name="name">crosstabs</property>
369             <property name="label" translatable="yes">_Crosstabs...</property>
370           </object>
371         </child>
372         <child>
373           <object class="GtkAction" id="compare-means">
374             <property name="name">compare-means</property>
375             <property name="label" translatable="yes">Compare _Means</property>
376           </object>
377         </child>
378         <child>
379           <object class="PsppireDialogActionMeans" id="means">
380             <property name="name">means</property>
381             <property name="manager">uimanager1</property>
382             <property name="label" translatable="yes">_Means...</property>
383           </object>
384         </child>
385         <child>
386           <object class="GtkAction" id="one-sample-t-test">
387             <property name="name">one-sample-t-test</property>
388             <property name="label" translatable="yes">_One Sample T Test...</property>
389           </object>
390         </child>
391         <child>
392           <object class="GtkAction" id="indep-t-test">
393             <property name="name">indep-t-test</property>
394             <property name="label" translatable="yes">_Independent Samples T Test...</property>
395           </object>
396         </child>
397         <child>
398           <object class="GtkAction" id="paired-t-test">
399             <property name="name">paired-t-test</property>
400             <property name="label" translatable="yes">_Paired Samples T Test...</property>
401           </object>
402         </child>
403         <child>
404           <object class="GtkAction" id="oneway-anova">
405             <property name="name">oneway-anova</property>
406             <property name="label" translatable="yes">One Way _ANOVA...</property>
407           </object>
408         </child>
409         <child>
410           <object class="GtkAction" id="univariate">
411             <property name="name">univariate</property>
412             <property name="label" translatable="yes">_Univariate Analysis...</property>
413             <property name="visible">False</property>
414           </object>
415         </child>
416         <child>
417           <object class="PsppireDialogActionCorrelation" id="correlation">
418             <property name="name">correlation</property>
419             <property name="manager">uimanager1</property>
420             <property name="label" translatable="yes">Bivariate _Correlation...</property>
421           </object>
422         </child>
423         <child>
424           <object class="PsppireDialogActionKmeans" id="k-means">
425             <property name="name">k-means</property>
426             <property name="manager">uimanager1</property>
427             <property name="label" translatable="yes">_K-Means Cluster...</property>
428           </object>
429         </child>
430         <child>
431           <object class="GtkAction" id="factor-analysis">
432             <property name="name">factor-analysis</property>
433             <property name="label" translatable="yes">Factor _Analysis...</property>
434           </object>
435         </child>
436         <child>
437           <object class="PsppireDialogActionReliability" id="reliability">
438             <property name="name">reliability</property>
439             <property name="manager">uimanager1</property>
440             <property name="label" translatable="yes">Re_liability...</property>
441           </object>
442         </child>
443         <child>
444           <object class="GtkAction" id="linear-regression">
445             <property name="name">linear-regression</property>
446             <property name="label" translatable="yes">Linear _Regression...</property>
447           </object>
448         </child>
449         <child>
450           <object class="GtkAction" id="non-parametrics">
451             <property name="name">non-parametrics</property>
452             <property name="label" translatable="yes">_Non-Parametric Statistics</property>
453           </object>
454         </child>
455         <child>
456           <object class="GtkAction" id="chi-square">
457             <property name="name">chi-square</property>
458             <property name="label" translatable="yes">_Chi-Square...</property>
459           </object>
460         </child>
461         <child>
462           <object class="GtkAction" id="binomial">
463             <property name="name">binomial</property>
464             <property name="label" translatable="yes">_Binomial...</property>
465           </object>
466         </child>
467         <child>
468           <object class="GtkAction" id="runs">
469             <property name="name">runs</property>
470             <property name="label" translatable="yes">R_uns...</property>
471           </object>
472         </child>
473         <child>
474           <object class="GtkAction" id="ks-one-sample">
475             <property name="name">ks-one-sample</property>
476             <property name="label" translatable="yes">1-Sample _K-S...</property>
477           </object>
478         </child>
479         <child>
480           <object class="GtkAction" id="two-related-samples">
481             <property name="name">"two-related-samples"></property>
482             <property name="label" translatable="yes">2 _Related Samples...</property>
483           </object>
484         </child>
485         <child>
486           <object class="GtkAction" id="k-related-samples">
487             <property name="name">"k-related-samples"></property>
488             <property name="label" translatable="yes">K Related _Samples...</property>
489           </object>
490         </child>
491         <child>
492           <object class="PsppireDialogActionRoc" id="roc-curve">
493             <property name="name">roc-curve</property>
494             <property name="manager">uimanager1</property>
495             <property name="label" translatable="yes">ROC Cur_ve...</property>
496           </object>
497         </child>
498         <child>
499           <object class="GtkAction" id="utilities">
500             <property name="name">utilities</property>
501             <property name="label" translatable="yes">_Utilities</property>
502           </object>
503         </child>
504         <child>
505           <object class="PsppireDialogActionVarInfo" id="utilities_variables">
506             <property name="manager">uimanager1</property>
507             <property name="name">utilities_variables</property>
508             <property name="label" translatable="yes">_Variables...</property>
509             <property name="tooltip" translatable="yes">Jump to variable</property>
510             <property name="stock-id">pspp-goto-variable</property>
511           </object>
512         </child>
513         <child>
514           <object class="GtkAction" id="utilities_comments">
515             <property name="name">utilities_comments</property>
516             <property name="label" translatable="yes">Data File _Comments...</property>
517           </object>
518         </child>
519         <child>
520           <object class="GtkAction" id="windows">
521             <property name="name">windows</property>
522             <property name="label" translatable="yes">_Windows</property>
523           </object>
524         </child>
525         <child>
526           <object class="GtkAction" id="windows_minimise_all">
527             <property name="name">windows_minimise_all</property>
528             <property name="label" translatable="yes">_Minimize All Windows</property>
529           </object>
530         </child>
531         <child>
532           <object class="GtkToggleAction" id="windows_split">
533             <property name="name">windows_split</property>
534             <property name="label" translatable="yes">_Split</property>
535           </object>
536         </child>
537       </object>
538     </child>
539     <ui>
540       <menubar name="menubar">
541         <menu action="file">
542           <menu action="new1">
543             <menuitem action="file_new_syntax"/>
544             <menuitem action="file_new_data"/>
545           </menu>
546           <menuitem action="file_open"/>
547           <menuitem action="file_import-text"/>
548           <separator/>
549           <menuitem action="file_save"/>
550           <menuitem action="file_save_as"/>
551           <menuitem action="rename_dataset"/>
552           <separator/>
553           <menu action="file-information">
554             <menuitem action="file_information_working-file"/>
555             <menuitem action="file_information_external-file"/>
556           </menu>
557           <separator/>
558           <menuitem action="file_recent-data"/>
559           <menuitem action="file_recent-files"/>
560           <separator/>
561           <menuitem action="file_quit"/>
562         </menu>
563         <menu action="edit">
564           <menuitem action="action_insert-variable"/>
565           <menuitem action="edit_insert-case"/>
566           <menuitem action="edit_goto-case"/>
567           <separator/>
568           <menuitem action="edit_cut"/>
569           <menuitem action="edit_copy"/>
570           <menuitem action="edit_paste"/>
571           <menuitem action="edit_clear-variables"/>
572           <menuitem action="edit_clear-cases"/>
573           <separator/>
574           <menuitem action="edit_find"/>
575         </menu>
576         <menu action="view">
577           <menuitem action="view_statusbar"/>
578           <separator/>
579           <menuitem action="view_fonts"/>
580           <menuitem action="view_gridlines"/>
581           <menuitem action="view_value-labels"/>
582           <separator/>
583           <menuitem action="view_data"/>
584           <menuitem action="view_variables"/>
585         </menu>
586         <menu action="data">
587           <menuitem action="data_sort-cases"/>
588           <menuitem action="data_transpose"/>
589           <menuitem action="data_aggregate"/>
590           <separator/>
591           <menuitem action="data_split-file"/>
592           <menuitem action="data_select-cases"/>
593           <menuitem action="data_weight-cases"/>
594         </menu>
595         <menu action="transform">
596           <menuitem action="transform_compute"/>
597           <menuitem action="transform_count"/>
598           <menuitem action="transform_rank"/>
599           <menuitem action="transform_autorecode"/>
600           <separator/>
601           <menuitem action="transform_recode-same"/>
602           <menuitem action="transform_recode-different"/>
603           <separator/>
604           <menuitem action="transform_run-pending"/>
605         </menu>
606         <menu action="analyze">
607           <menu action="descriptive-statistics">
608             <menuitem action="analyze_frequencies"/>
609             <menuitem action="analyze_descriptives"/>
610             <menuitem action="analyze_explore"/>
611             <menuitem action="crosstabs"/>
612           </menu>
613           <menu action="compare-means">
614             <menuitem action="means"/>
615             <menuitem action="one-sample-t-test"/>
616             <menuitem action="indep-t-test"/>
617             <menuitem action="paired-t-test"/>
618             <menuitem action="oneway-anova"/>
619           </menu>
620           <menuitem action="univariate"/>
621           <menuitem action="correlation"/>
622           <menuitem action="k-means"/>
623           <menuitem action="factor-analysis"/>
624           <menuitem action="reliability"/>
625           <menuitem action="linear-regression"/>
626           <menu action="non-parametrics">
627             <menuitem action="chi-square"/>
628             <menuitem action="binomial"/>
629             <menuitem action="runs"/>
630             <menuitem action="ks-one-sample"/>
631             <menuitem action="two-related-samples"/>
632             <menuitem action="k-related-samples"/>
633           </menu>
634           <menuitem action="roc-curve"/>
635         </menu>
636         <menu action="utilities">
637           <menuitem action="utilities_variables"/>
638           <menuitem action="utilities_comments"/>
639         </menu>
640         <menu action="windows">
641           <menuitem action="windows_minimise_all"/>
642           <menuitem action="windows_split"/>
643         </menu>
644       </menubar>
645       <toolbar action="toolbar">
646         <placeholder name="tool-items">
647           <toolitem name="toolbar_open" action="file_open"/>
648           <toolitem name="toolbar_save" action="file_save"/>
649           <separator/>
650           <toolitem name="toolbar_goto-case" action="edit_goto-case"/>
651           <toolitem name="toolbar_goto-variable" action="utilities_variables"/>
652           <separator/>
653           <toolitem name="toolbar_find" action="edit_find"/>
654           <separator/>
655           <toolitem name="toolbar_insert-cases" action="edit_insert-case"/>
656           <toolitem name="toolbar_insert-variable" action="action_insert-variable"/>
657           <separator/>
658           <toolitem name="toolbar_split-file" action="data_split-file"/>
659           <toolitem name="toolbar_weight-cases" action="data_weight-cases"/>
660           <toolitem name="toolbar_select-cases" action="data_select-cases"/>
661           <separator/>
662           <toolitem name="toolbar_select-cases" action="view_value-labels"/>
663         </placeholder>
664       </toolbar>
665       <popup name="datasheet-variable-popup">
666         <menuitem action="action_insert-variable"/>
667         <separator/>
668         <menuitem action="edit_clear-variables"/>
669         <separator/>
670         <menuitem action="sort-up"/>
671         <menuitem action="sort-down"/>
672       </popup>
673       <popup name="varsheet-variable-popup">
674         <menuitem action="action_insert-variable"/>
675         <separator/>
676         <menuitem action="edit_clear-variables"/>
677       </popup>
678       <popup name="datasheet-cases-popup">
679         <menuitem action="edit_insert-case"/>
680         <separator/>
681         <menuitem action="edit_clear-cases"/>
682       </popup>
683     </ui>
684   </object>
685   <!-- interface-requires gtk+ 2.6 -->
686   <!-- interface-naming-policy toplevel-contextual -->
687   <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
688     <property name="visible">True</property>
689   </object>
690   <object class="GtkMenu" constructor="uimanager1" id="datasheet-variable-popup">
691     <property name="visible">True</property>
692   </object>
693   <object class="GtkMenu" constructor="uimanager1" id="varsheet-variable-popup">
694     <property name="visible">True</property>
695   </object>
696   <object class="GtkMenu" constructor="uimanager1" id="datasheet-cases-popup">
697     <property name="visible">True</property>
698   </object>
699   <object class="GtkHandleBox" id="handlebox1">
700     <property name="visible">True</property>
701     <child>
702       <object class="GtkToolbar" constructor="uimanager1" id="toolbar">
703         <property name="visible">True</property>
704       </object>
705     </child>
706   </object>
707
708   <object class="GtkHBox" id="status-bar">
709     <property name="visible">True</property>
710     <property name="spacing">6</property>
711     <child>
712       <object class="GtkFrame" id="frame2">
713         <property name="visible">True</property>
714         <property name="label_xalign">0</property>
715         <property name="shadow_type">in</property>
716         <child>
717           <object class="GtkEventBox" id="eventbox1">
718             <property name="visible">True</property>
719             <property name="tooltip-text" translatable="yes">Information Area</property>
720             <child>
721               <object class="GtkLabel" id="information-area">
722                 <property name="visible">True</property>
723                 <property name="single_line_mode">True</property>
724               </object>
725             </child>
726           </object>
727         </child>
728       </object>
729       <packing>
730         <property name="position">0</property>
731       </packing>
732     </child>
733     <child>
734       <object class="GtkFrame" id="frame3">
735         <property name="visible">True</property>
736         <property name="label_xalign">0</property>
737         <property name="shadow_type">in</property>
738         <child>
739           <object class="GtkEventBox" id="eventbox2">
740             <property name="visible">True</property>
741             <property name="tooltip-text" translatable="yes">Processor Area</property>
742             <child>
743               <object class="GtkLabel" id="processor-area">
744                 <property name="visible">True</property>
745                 <property name="width_chars">35</property>
746                 <property name="single_line_mode">True</property>
747               </object>
748             </child>
749           </object>
750         </child>
751       </object>
752       <packing>
753         <property name="expand">False</property>
754         <property name="fill">False</property>
755         <property name="position">1</property>
756       </packing>
757     </child>
758     <child>
759       <object class="GtkFrame" id="frame5">
760         <property name="visible">True</property>
761         <property name="label_xalign">0</property>
762         <property name="shadow_type">in</property>
763         <child>
764           <object class="GtkEventBox" id="eventbox4">
765             <property name="visible">True</property>
766             <property name="tooltip-text" translatable="yes">Case Counter Area</property>
767             <child>
768               <object class="GtkLabel" id="case-counter-area">
769                 <property name="visible">True</property>
770                 <property name="width_chars">20</property>
771                 <property name="single_line_mode">True</property>
772               </object>
773             </child>
774           </object>
775         </child>
776       </object>
777       <packing>
778         <property name="expand">False</property>
779         <property name="fill">False</property>
780         <property name="position">3</property>
781       </packing>
782     </child>
783     <child>
784       <object class="GtkFrame" id="frame6">
785         <property name="visible">True</property>
786         <property name="label_xalign">0</property>
787         <property name="shadow_type">in</property>
788         <child>
789           <object class="GtkEventBox" id="eventbox5">
790             <property name="visible">True</property>
791             <property name="tooltip-text" translatable="yes">Filter Use Status Area</property>
792             <child>
793               <object class="GtkLabel" id="filter-use-status-area">
794                 <property name="visible">True</property>
795                 <property name="ellipsize">start</property>
796                 <property name="width_chars">10</property>
797                 <property name="single_line_mode">True</property>
798               </object>
799             </child>
800           </object>
801         </child>
802       </object>
803       <packing>
804         <property name="expand">False</property>
805         <property name="fill">False</property>
806         <property name="position">4</property>
807       </packing>
808     </child>
809     <child>
810       <object class="GtkFrame" id="frame7">
811         <property name="visible">True</property>
812         <property name="label_xalign">0</property>
813         <property name="shadow_type">in</property>
814         <child>
815           <object class="GtkEventBox" id="eventbox6">
816             <property name="visible">True</property>
817             <property name="tooltip-text" translatable="yes">Weight Status Area</property>
818             <child>
819               <object class="GtkLabel" id="weight-status-area">
820                 <property name="visible">True</property>
821                 <property name="ellipsize">start</property>
822                 <property name="width_chars">15</property>
823                 <property name="single_line_mode">True</property>
824               </object>
825             </child>
826           </object>
827         </child>
828       </object>
829       <packing>
830         <property name="expand">False</property>
831         <property name="fill">False</property>
832         <property name="position">5</property>
833       </packing>
834     </child>
835     <child>
836       <object class="GtkFrame" id="frame8">
837         <property name="visible">True</property>
838         <property name="label_xalign">0</property>
839         <property name="shadow_type">in</property>
840         <child>
841           <object class="GtkEventBox" id="eventbox7">
842             <property name="visible">True</property>
843             <property name="tooltip-text" translatable="yes">Split File Status Area</property>
844             <child>
845               <object class="GtkLabel" id="split-file-status-area">
846                 <property name="visible">True</property>
847                 <property name="ellipsize">start</property>
848                 <property name="width_chars">15</property>
849                 <property name="single_line_mode">True</property>
850               </object>
851             </child>
852           </object>
853         </child>
854       </object>
855       <packing>
856         <property name="expand">False</property>
857         <property name="fill">False</property>
858         <property name="position">6</property>
859       </packing>
860     </child>
861   </object>
862 </interface>