Changed the labels of the Regression menu to keep them shorter.
[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="PsppireDialogActionRank" id="transform_rank">
306             <property name="name">transform_rank</property>
307             <property name="manager">uimanager1</property>
308             <property name="label" translatable="yes">Ran_k Cases...</property>
309           </object>
310         </child>
311         <child>
312           <object class="GtkAction" id="transform_autorecode">
313             <property name="name">transform_autorecode</property>
314             <property name="label" translatable="yes">Auto_matic Recode...</property>
315           </object>
316         </child>
317         <child>
318           <object class="GtkAction" id="transform_recode-same">
319             <property name="name">transform_recode-same</property>
320             <property name="label" translatable="yes">Recode into _Same Variables...</property>
321           </object>
322         </child>
323         <child>
324           <object class="GtkAction" id="transform_recode-different">
325             <property name="name">transform_recode-different</property>
326             <property name="label" translatable="yes">Recode into _Different Variables...</property>
327           </object>
328         </child>
329         <child>
330           <object class="GtkAction" id="transform_run-pending">
331             <property name="name">transform_run-pending</property>
332             <property name="label" translatable="yes">_Run Pending Transforms</property>
333           </object>
334           <accelerator key="G" modifiers="GDK_CONTROL_MASK"/>
335         </child>
336         <child>
337           <object class="GtkAction" id="analyze">
338             <property name="name">analyze</property>
339             <property name="label" translatable="yes">_Analyze</property>
340           </object>
341         </child>
342         <child>
343           <object class="GtkAction" id="descriptive-statistics">
344             <property name="name">descriptive-statistics</property>
345             <property name="label" translatable="yes">_Descriptive Statistics</property>
346           </object>
347         </child>
348         <child>
349           <object class="GtkAction" id="analyze_frequencies">
350             <property name="name">analyze_frequencies</property>
351             <property name="label" translatable="yes">_Frequencies...</property>
352           </object>
353         </child>
354         <child>
355           <object class="PsppireDialogActionDescriptives" id="analyze_descriptives">
356             <property name="manager">uimanager1</property>
357             <property name="name">analyze_descriptives</property>
358             <property name="label" translatable="yes">_Descriptives...</property>
359           </object>
360         </child>
361         <child>
362           <object class="PsppireDialogActionExamine" id="explore">
363             <property name="name">analyze_explore</property>
364             <property name="manager">uimanager1</property>
365             <property name="label" translatable="yes">_Explore...</property>
366           </object>
367         </child>
368         <child>
369           <object class="GtkAction" id="crosstabs">
370             <property name="name">crosstabs</property>
371             <property name="label" translatable="yes">_Crosstabs...</property>
372           </object>
373         </child>
374         <child>
375           <object class="GtkAction" id="compare-means">
376             <property name="name">compare-means</property>
377             <property name="label" translatable="yes">Compare _Means</property>
378           </object>
379         </child>
380         <child>
381           <object class="PsppireDialogActionMeans" id="means">
382             <property name="name">means</property>
383             <property name="manager">uimanager1</property>
384             <property name="label" translatable="yes">_Means...</property>
385           </object>
386         </child>
387         <child>
388           <object class="GtkAction" id="one-sample-t-test">
389             <property name="name">one-sample-t-test</property>
390             <property name="label" translatable="yes">_One Sample T Test...</property>
391           </object>
392         </child>
393         <child>
394           <object class="PsppireDialogActionIndepSamps" id="indep-t-test">
395             <property name="name">indep-t-test</property>
396             <property name="manager">uimanager1</property>
397             <property name="label" translatable="yes">_Independent Samples T Test...</property>
398           </object>
399         </child>
400         <child>
401           <object class="GtkAction" id="paired-t-test">
402             <property name="name">paired-t-test</property>
403             <property name="label" translatable="yes">_Paired Samples T Test...</property>
404           </object>
405         </child>
406         <child>
407           <object class="GtkAction" id="oneway-anova">
408             <property name="name">oneway-anova</property>
409             <property name="label" translatable="yes">One Way _ANOVA...</property>
410           </object>
411         </child>
412         <child>
413           <object class="GtkAction" id="univariate">
414             <property name="name">univariate</property>
415             <property name="label" translatable="yes">_Univariate Analysis...</property>
416             <property name="visible">False</property>
417           </object>
418         </child>
419         <child>
420           <object class="PsppireDialogActionCorrelation" id="correlation">
421             <property name="name">correlation</property>
422             <property name="manager">uimanager1</property>
423             <property name="label" translatable="yes">Bivariate _Correlation...</property>
424           </object>
425         </child>
426         <child>
427           <object class="PsppireDialogActionKmeans" id="k-means">
428             <property name="name">k-means</property>
429             <property name="manager">uimanager1</property>
430             <property name="label" translatable="yes">_K-Means Cluster...</property>
431           </object>
432         </child>
433         <child>
434           <object class="PsppireDialogActionFactor" id="factor-analysis">
435             <property name="name">factor-analysis</property>
436             <property name="manager">uimanager1</property>
437             <property name="label" translatable="yes">Factor _Analysis...</property>
438           </object>
439         </child>
440         <child>
441           <object class="PsppireDialogActionReliability" id="reliability">
442             <property name="name">reliability</property>
443             <property name="manager">uimanager1</property>
444             <property name="label" translatable="yes">Re_liability...</property>
445           </object>
446         </child>
447         <child>
448           <object class="GtkAction" id="regression">
449             <property name="name">regression</property>
450             <property name="label" translatable="yes">_Regression</property>
451           </object>
452         </child>
453         <child>
454           <object class="PsppireDialogActionRegression" id="linear-regression">
455             <property name="name">linear-regression</property>
456             <property name="manager">uimanager1</property>
457             <property name="label" translatable="yes">_Linear...</property>
458           </object>
459         </child>
460         <child>
461           <object class="PsppireDialogActionLogistic" id="logistic-regression">
462             <property name="name">logistic-regression</property>
463             <property name="manager">uimanager1</property>
464             <property name="label" translatable="yes">_Binary Logistic...</property>
465           </object>
466         </child>
467         <child>
468           <object class="GtkAction" id="non-parametrics">
469             <property name="name">non-parametrics</property>
470             <property name="label" translatable="yes">_Non-Parametric Statistics</property>
471           </object>
472         </child>
473         <child>
474           <object class="GtkAction" id="chi-square">
475             <property name="name">chi-square</property>
476             <property name="label" translatable="yes">_Chi-Square...</property>
477           </object>
478         </child>
479         <child>
480           <object class="GtkAction" id="binomial">
481             <property name="name">binomial</property>
482             <property name="label" translatable="yes">_Binomial...</property>
483           </object>
484         </child>
485         <child>
486           <object class="GtkAction" id="runs">
487             <property name="name">runs</property>
488             <property name="label" translatable="yes">R_uns...</property>
489           </object>
490         </child>
491         <child>
492           <object class="GtkAction" id="ks-one-sample">
493             <property name="name">ks-one-sample</property>
494             <property name="label" translatable="yes">1-Sample _K-S...</property>
495           </object>
496         </child>
497         <child>
498           <object class="GtkAction" id="two-related-samples">
499             <property name="name">"two-related-samples"></property>
500             <property name="label" translatable="yes">2 _Related Samples...</property>
501           </object>
502         </child>
503         <child>
504           <object class="GtkAction" id="k-related-samples">
505             <property name="name">"k-related-samples"></property>
506             <property name="label" translatable="yes">K Related _Samples...</property>
507           </object>
508         </child>
509         <child>
510           <object class="PsppireDialogActionRoc" id="roc-curve">
511             <property name="name">roc-curve</property>
512             <property name="manager">uimanager1</property>
513             <property name="label" translatable="yes">ROC Cur_ve...</property>
514           </object>
515         </child>
516         <child>
517           <object class="GtkAction" id="utilities">
518             <property name="name">utilities</property>
519             <property name="label" translatable="yes">_Utilities</property>
520           </object>
521         </child>
522         <child>
523           <object class="PsppireDialogActionVarInfo" id="utilities_variables">
524             <property name="manager">uimanager1</property>
525             <property name="name">utilities_variables</property>
526             <property name="label" translatable="yes">_Variables...</property>
527             <property name="tooltip" translatable="yes">Jump to variable</property>
528             <property name="stock-id">pspp-goto-variable</property>
529           </object>
530         </child>
531         <child>
532           <object class="GtkAction" id="utilities_comments">
533             <property name="name">utilities_comments</property>
534             <property name="label" translatable="yes">Data File _Comments...</property>
535           </object>
536         </child>
537         <child>
538           <object class="GtkAction" id="windows">
539             <property name="name">windows</property>
540             <property name="label" translatable="yes">_Windows</property>
541           </object>
542         </child>
543         <child>
544           <object class="GtkAction" id="windows_minimise_all">
545             <property name="name">windows_minimise_all</property>
546             <property name="label" translatable="yes">_Minimize All Windows</property>
547           </object>
548         </child>
549         <child>
550           <object class="GtkToggleAction" id="windows_split">
551             <property name="name">windows_split</property>
552             <property name="label" translatable="yes">_Split</property>
553           </object>
554         </child>
555       </object>
556     </child>
557     <ui>
558       <menubar name="menubar">
559         <menu action="file">
560           <menu action="new1">
561             <menuitem action="file_new_syntax"/>
562             <menuitem action="file_new_data"/>
563           </menu>
564           <menuitem action="file_open"/>
565           <menuitem action="file_import-text"/>
566           <separator/>
567           <menuitem action="file_save"/>
568           <menuitem action="file_save_as"/>
569           <menuitem action="rename_dataset"/>
570           <separator/>
571           <menu action="file-information">
572             <menuitem action="file_information_working-file"/>
573             <menuitem action="file_information_external-file"/>
574           </menu>
575           <separator/>
576           <menuitem action="file_recent-data"/>
577           <menuitem action="file_recent-files"/>
578           <separator/>
579           <menuitem action="file_quit"/>
580         </menu>
581         <menu action="edit">
582           <menuitem action="action_insert-variable"/>
583           <menuitem action="edit_insert-case"/>
584           <menuitem action="edit_goto-case"/>
585           <separator/>
586           <menuitem action="edit_cut"/>
587           <menuitem action="edit_copy"/>
588           <menuitem action="edit_paste"/>
589           <menuitem action="edit_clear-variables"/>
590           <menuitem action="edit_clear-cases"/>
591           <separator/>
592           <menuitem action="edit_find"/>
593         </menu>
594         <menu action="view">
595           <menuitem action="view_statusbar"/>
596           <separator/>
597           <menuitem action="view_fonts"/>
598           <menuitem action="view_gridlines"/>
599           <menuitem action="view_value-labels"/>
600           <separator/>
601           <menuitem action="view_data"/>
602           <menuitem action="view_variables"/>
603         </menu>
604         <menu action="data">
605           <menuitem action="data_sort-cases"/>
606           <menuitem action="data_transpose"/>
607           <menuitem action="data_aggregate"/>
608           <separator/>
609           <menuitem action="data_split-file"/>
610           <menuitem action="data_select-cases"/>
611           <menuitem action="data_weight-cases"/>
612         </menu>
613         <menu action="transform">
614           <menuitem action="transform_compute"/>
615           <menuitem action="transform_count"/>
616           <menuitem action="transform_rank"/>
617           <menuitem action="transform_autorecode"/>
618           <separator/>
619           <menuitem action="transform_recode-same"/>
620           <menuitem action="transform_recode-different"/>
621           <separator/>
622           <menuitem action="transform_run-pending"/>
623         </menu>
624         <menu action="analyze">
625           <menu action="descriptive-statistics">
626             <menuitem action="analyze_frequencies"/>
627             <menuitem action="analyze_descriptives"/>
628             <menuitem action="explore"/>
629             <menuitem action="crosstabs"/>
630           </menu>
631           <menu action="compare-means">
632             <menuitem action="means"/>
633             <menuitem action="one-sample-t-test"/>
634             <menuitem action="indep-t-test"/>
635             <menuitem action="paired-t-test"/>
636             <menuitem action="oneway-anova"/>
637           </menu>
638           <menuitem action="univariate"/>
639           <menuitem action="correlation"/>
640           <menuitem action="k-means"/>
641           <menuitem action="factor-analysis"/>
642           <menuitem action="reliability"/>
643           <menu action="regression">
644             <menuitem action="linear-regression"/>
645             <menuitem action="logistic-regression"/>
646           </menu>
647           <menu action="non-parametrics">
648             <menuitem action="chi-square"/>
649             <menuitem action="binomial"/>
650             <menuitem action="runs"/>
651             <menuitem action="ks-one-sample"/>
652             <menuitem action="two-related-samples"/>
653             <menuitem action="k-related-samples"/>
654           </menu>
655           <menuitem action="roc-curve"/>
656         </menu>
657         <menu action="utilities">
658           <menuitem action="utilities_variables"/>
659           <menuitem action="utilities_comments"/>
660         </menu>
661         <menu action="windows">
662           <menuitem action="windows_minimise_all"/>
663           <menuitem action="windows_split"/>
664         </menu>
665       </menubar>
666       <toolbar action="toolbar">
667         <placeholder name="tool-items">
668           <toolitem name="toolbar_open" action="file_open"/>
669           <toolitem name="toolbar_save" action="file_save"/>
670           <separator/>
671           <toolitem name="toolbar_goto-case" action="edit_goto-case"/>
672           <toolitem name="toolbar_goto-variable" action="utilities_variables"/>
673           <separator/>
674           <toolitem name="toolbar_find" action="edit_find"/>
675           <separator/>
676           <toolitem name="toolbar_insert-cases" action="edit_insert-case"/>
677           <toolitem name="toolbar_insert-variable" action="action_insert-variable"/>
678           <separator/>
679           <toolitem name="toolbar_split-file" action="data_split-file"/>
680           <toolitem name="toolbar_weight-cases" action="data_weight-cases"/>
681           <toolitem name="toolbar_select-cases" action="data_select-cases"/>
682           <separator/>
683           <toolitem name="toolbar_select-cases" action="view_value-labels"/>
684         </placeholder>
685       </toolbar>
686       <popup name="datasheet-variable-popup">
687         <menuitem action="action_insert-variable"/>
688         <separator/>
689         <menuitem action="edit_clear-variables"/>
690         <separator/>
691         <menuitem action="sort-up"/>
692         <menuitem action="sort-down"/>
693       </popup>
694       <popup name="varsheet-variable-popup">
695         <menuitem action="action_insert-variable"/>
696         <separator/>
697         <menuitem action="edit_clear-variables"/>
698       </popup>
699       <popup name="datasheet-cases-popup">
700         <menuitem action="edit_insert-case"/>
701         <separator/>
702         <menuitem action="edit_clear-cases"/>
703       </popup>
704     </ui>
705   </object>
706   <!-- interface-requires gtk+ 2.6 -->
707   <!-- interface-naming-policy toplevel-contextual -->
708   <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
709     <property name="visible">True</property>
710   </object>
711   <object class="GtkMenu" constructor="uimanager1" id="datasheet-variable-popup">
712     <property name="visible">True</property>
713   </object>
714   <object class="GtkMenu" constructor="uimanager1" id="varsheet-variable-popup">
715     <property name="visible">True</property>
716   </object>
717   <object class="GtkMenu" constructor="uimanager1" id="datasheet-cases-popup">
718     <property name="visible">True</property>
719   </object>
720   <object class="GtkHandleBox" id="handlebox1">
721     <property name="visible">True</property>
722     <child>
723       <object class="GtkToolbar" constructor="uimanager1" id="toolbar">
724         <property name="visible">True</property>
725       </object>
726     </child>
727   </object>
728
729   <object class="GtkHBox" id="status-bar">
730     <property name="visible">True</property>
731     <property name="spacing">6</property>
732     <child>
733       <object class="GtkFrame" id="frame2">
734         <property name="visible">True</property>
735         <property name="label_xalign">0</property>
736         <property name="shadow_type">in</property>
737         <child>
738           <object class="GtkEventBox" id="eventbox1">
739             <property name="visible">True</property>
740             <property name="tooltip-text" translatable="yes">Information Area</property>
741             <child>
742               <object class="GtkLabel" id="information-area">
743                 <property name="visible">True</property>
744                 <property name="single_line_mode">True</property>
745               </object>
746             </child>
747           </object>
748         </child>
749       </object>
750       <packing>
751         <property name="position">0</property>
752       </packing>
753     </child>
754     <child>
755       <object class="GtkFrame" id="frame3">
756         <property name="visible">True</property>
757         <property name="label_xalign">0</property>
758         <property name="shadow_type">in</property>
759         <child>
760           <object class="GtkEventBox" id="eventbox2">
761             <property name="visible">True</property>
762             <property name="tooltip-text" translatable="yes">Processor Area</property>
763             <child>
764               <object class="GtkLabel" id="processor-area">
765                 <property name="visible">True</property>
766                 <property name="width_chars">35</property>
767                 <property name="single_line_mode">True</property>
768               </object>
769             </child>
770           </object>
771         </child>
772       </object>
773       <packing>
774         <property name="expand">False</property>
775         <property name="fill">False</property>
776         <property name="position">1</property>
777       </packing>
778     </child>
779     <child>
780       <object class="GtkFrame" id="frame5">
781         <property name="visible">True</property>
782         <property name="label_xalign">0</property>
783         <property name="shadow_type">in</property>
784         <child>
785           <object class="GtkEventBox" id="eventbox4">
786             <property name="visible">True</property>
787             <property name="tooltip-text" translatable="yes">Case Counter Area</property>
788             <child>
789               <object class="GtkLabel" id="case-counter-area">
790                 <property name="visible">True</property>
791                 <property name="width_chars">20</property>
792                 <property name="single_line_mode">True</property>
793               </object>
794             </child>
795           </object>
796         </child>
797       </object>
798       <packing>
799         <property name="expand">False</property>
800         <property name="fill">False</property>
801         <property name="position">3</property>
802       </packing>
803     </child>
804     <child>
805       <object class="GtkFrame" id="frame6">
806         <property name="visible">True</property>
807         <property name="label_xalign">0</property>
808         <property name="shadow_type">in</property>
809         <child>
810           <object class="GtkEventBox" id="eventbox5">
811             <property name="visible">True</property>
812             <property name="tooltip-text" translatable="yes">Filter Use Status Area</property>
813             <child>
814               <object class="GtkLabel" id="filter-use-status-area">
815                 <property name="visible">True</property>
816                 <property name="ellipsize">start</property>
817                 <property name="width_chars">10</property>
818                 <property name="single_line_mode">True</property>
819               </object>
820             </child>
821           </object>
822         </child>
823       </object>
824       <packing>
825         <property name="expand">False</property>
826         <property name="fill">False</property>
827         <property name="position">4</property>
828       </packing>
829     </child>
830     <child>
831       <object class="GtkFrame" id="frame7">
832         <property name="visible">True</property>
833         <property name="label_xalign">0</property>
834         <property name="shadow_type">in</property>
835         <child>
836           <object class="GtkEventBox" id="eventbox6">
837             <property name="visible">True</property>
838             <property name="tooltip-text" translatable="yes">Weight Status Area</property>
839             <child>
840               <object class="GtkLabel" id="weight-status-area">
841                 <property name="visible">True</property>
842                 <property name="ellipsize">start</property>
843                 <property name="width_chars">15</property>
844                 <property name="single_line_mode">True</property>
845               </object>
846             </child>
847           </object>
848         </child>
849       </object>
850       <packing>
851         <property name="expand">False</property>
852         <property name="fill">False</property>
853         <property name="position">5</property>
854       </packing>
855     </child>
856     <child>
857       <object class="GtkFrame" id="frame8">
858         <property name="visible">True</property>
859         <property name="label_xalign">0</property>
860         <property name="shadow_type">in</property>
861         <child>
862           <object class="GtkEventBox" id="eventbox7">
863             <property name="visible">True</property>
864             <property name="tooltip-text" translatable="yes">Split File Status Area</property>
865             <child>
866               <object class="GtkLabel" id="split-file-status-area">
867                 <property name="visible">True</property>
868                 <property name="ellipsize">start</property>
869                 <property name="width_chars">15</property>
870                 <property name="single_line_mode">True</property>
871               </object>
872             </child>
873           </object>
874         </child>
875       </object>
876       <packing>
877         <property name="expand">False</property>
878         <property name="fill">False</property>
879         <property name="position">6</property>
880       </packing>
881     </child>
882   </object>
883 </interface>