1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <!-- interface-requires gtk+ 3.0 -->
4  <object class="GtkAdjustment" id="adjustment1">
5    <property name="upper">1</property>
6    <property name="value">0.20000000000000001</property>
7    <property name="step_increment">0.01</property>
8    <property name="page_increment">0.10000000000000001</property>
9  </object>
10  <object class="GtkAdjustment" id="adjustment2">
11    <property name="upper">1</property>
12    <property name="value">0.20000000000000001</property>
13    <property name="step_increment">0.01</property>
14    <property name="page_increment">0.10000000000000001</property>
15  </object>
16  <object class="GtkAdjustment" id="adjustment3">
17    <property name="upper">1</property>
18    <property name="value">0.20000000000000001</property>
19    <property name="step_increment">0.01</property>
20    <property name="page_increment">0.10000000000000001</property>
21  </object>
22  <object class="GtkAdjustment" id="adjustment4">
23    <property name="lower">2</property>
24    <property name="upper">4096</property>
25    <property name="value">12</property>
26    <property name="step_increment">1</property>
27    <property name="page_increment">10</property>
28  </object>
29  <object class="GtkDialog" id="ExpSmoothing">
30    <property name="can_focus">False</property>
31    <property name="border_width">5</property>
32    <property name="title" translatable="yes">Exponential Smoothing</property>
33    <property name="type_hint">dialog</property>
34    <child internal-child="vbox">
35      <object class="GtkBox" id="vbox1">
36        <property name="visible">True</property>
37        <property name="can_focus">False</property>
38        <property name="orientation">vertical</property>
39        <property name="spacing">2</property>
40        <child internal-child="action_area">
41          <object class="GtkButtonBox" id="hbuttonbox1">
42            <property name="visible">True</property>
43            <property name="can_focus">False</property>
44            <property name="layout_style">end</property>
45            <child>
46              <object class="GtkButton" id="helpbutton">
47                <property name="label">gtk-help</property>
48                <property name="use_action_appearance">False</property>
49                <property name="visible">True</property>
50                <property name="can_focus">True</property>
51                <property name="can_default">True</property>
52                <property name="receives_default">False</property>
53                <property name="use_action_appearance">False</property>
54                <property name="use_stock">True</property>
55              </object>
56              <packing>
57                <property name="expand">False</property>
58                <property name="fill">False</property>
59                <property name="position">0</property>
60              </packing>
61            </child>
62            <child>
63              <object class="GtkButton" id="cancelbutton">
64                <property name="label">gtk-cancel</property>
65                <property name="use_action_appearance">False</property>
66                <property name="visible">True</property>
67                <property name="can_focus">True</property>
68                <property name="can_default">True</property>
69                <property name="receives_default">False</property>
70                <property name="use_action_appearance">False</property>
71                <property name="use_stock">True</property>
72              </object>
73              <packing>
74                <property name="expand">False</property>
75                <property name="fill">False</property>
76                <property name="position">1</property>
77              </packing>
78            </child>
79            <child>
80              <object class="GtkButton" id="okbutton">
81                <property name="label">gtk-ok</property>
82                <property name="use_action_appearance">False</property>
83                <property name="visible">True</property>
84                <property name="can_focus">True</property>
85                <property name="can_default">True</property>
86                <property name="has_default">True</property>
87                <property name="receives_default">False</property>
88                <property name="use_action_appearance">False</property>
89                <property name="use_stock">True</property>
90              </object>
91              <packing>
92                <property name="expand">False</property>
93                <property name="fill">False</property>
94                <property name="position">2</property>
95              </packing>
96            </child>
97          </object>
98          <packing>
99            <property name="expand">False</property>
100            <property name="fill">True</property>
101            <property name="pack_type">end</property>
102            <property name="position">0</property>
103          </packing>
104        </child>
105        <child>
106          <object class="GtkBox" id="vbox2">
107            <property name="visible">True</property>
108            <property name="can_focus">False</property>
109            <property name="orientation">vertical</property>
110            <child>
111              <object class="GtkNotebook" id="notebook1">
112                <property name="visible">True</property>
113                <property name="can_focus">True</property>
114                <property name="border_width">5</property>
115                <child>
116                  <object class="GtkGrid" id="input-grid">
117                    <property name="visible">True</property>
118                    <property name="can_focus">False</property>
119                    <property name="border_width">12</property>
120                    <property name="row_spacing">6</property>
121                    <property name="column_spacing">12</property>
122                    <child>
123                      <object class="GtkLabel" id="var1-label">
124                        <property name="visible">True</property>
125                        <property name="can_focus">False</property>
126                        <property name="xalign">0</property>
127                        <property name="label" translatable="yes">_Input range:</property>
128                        <property name="use_underline">True</property>
129                      </object>
130                      <packing>
131                        <property name="left_attach">0</property>
132                        <property name="top_attach">0</property>
133                        <property name="width">1</property>
134                        <property name="height">1</property>
135                      </packing>
136                    </child>
137                    <child>
138                      <object class="GtkLabel" id="label1">
139                        <property name="visible">True</property>
140                        <property name="can_focus">False</property>
141                        <property name="xalign">0</property>
142                        <property name="label" translatable="yes">Grouped by:</property>
143                      </object>
144                      <packing>
145                        <property name="left_attach">0</property>
146                        <property name="top_attach">1</property>
147                        <property name="width">1</property>
148                        <property name="height">1</property>
149                      </packing>
150                    </child>
151                    <child>
152                      <object class="GtkRadioButton" id="grouped_by_col">
153                        <property name="label" translatable="yes" context="groupby" comments="Group by Columns">C_olumns</property>
154                        <property name="use_action_appearance">False</property>
155                        <property name="visible">True</property>
156                        <property name="can_focus">True</property>
157                        <property name="receives_default">False</property>
158                        <property name="use_action_appearance">False</property>
159                        <property name="use_underline">True</property>
160                        <property name="xalign">0</property>
161                        <property name="active">True</property>
162                        <property name="draw_indicator">True</property>
163                      </object>
164                      <packing>
165                        <property name="left_attach">1</property>
166                        <property name="top_attach">1</property>
167                        <property name="width">1</property>
168                        <property name="height">1</property>
169                      </packing>
170                    </child>
171                    <child>
172                      <object class="GtkRadioButton" id="grouped_by_row">
173                        <property name="label" translatable="yes" context="groupby" comments="Group by Rows">_Rows</property>
174                        <property name="use_action_appearance">False</property>
175                        <property name="visible">True</property>
176                        <property name="can_focus">True</property>
177                        <property name="receives_default">False</property>
178                        <property name="use_action_appearance">False</property>
179                        <property name="use_underline">True</property>
180                        <property name="xalign">0</property>
181                        <property name="draw_indicator">True</property>
182                        <property name="group">grouped_by_col</property>
183                      </object>
184                      <packing>
185                        <property name="left_attach">2</property>
186                        <property name="top_attach">1</property>
187                        <property name="width">1</property>
188                        <property name="height">1</property>
189                      </packing>
190                    </child>
191                    <child>
192                      <object class="GtkCheckButton" id="labels_button">
193                        <property name="label" translatable="yes">_Labels</property>
194                        <property name="use_action_appearance">False</property>
195                        <property name="visible">True</property>
196                        <property name="can_focus">True</property>
197                        <property name="receives_default">False</property>
198                        <property name="use_action_appearance">False</property>
199                        <property name="use_underline">True</property>
200                        <property name="xalign">0</property>
201                        <property name="draw_indicator">True</property>
202                      </object>
203                      <packing>
204                        <property name="left_attach">0</property>
205                        <property name="top_attach">2</property>
206                        <property name="width">3</property>
207                        <property name="height">1</property>
208                      </packing>
209                    </child>
210                    <child>
211                      <object class="GtkSeparator" id="hseparator1">
212                        <property name="visible">True</property>
213                        <property name="can_focus">False</property>
214                      </object>
215                      <packing>
216                        <property name="left_attach">0</property>
217                        <property name="top_attach">3</property>
218                        <property name="width">3</property>
219                        <property name="height">1</property>
220                      </packing>
221                    </child>
222                    <child>
223                      <object class="GtkRadioButton" id="ses-h-button">
224                        <property name="label" translatable="yes">Simple exponential smoothing (Hunter, 1986)</property>
225                        <property name="use_action_appearance">False</property>
226                        <property name="visible">True</property>
227                        <property name="can_focus">True</property>
228                        <property name="receives_default">False</property>
229                        <property name="use_action_appearance">False</property>
230                        <property name="xalign">0</property>
231                        <property name="active">True</property>
232                        <property name="draw_indicator">True</property>
233                      </object>
234                      <packing>
235                        <property name="left_attach">0</property>
236                        <property name="top_attach">4</property>
237                        <property name="width">3</property>
238                        <property name="height">1</property>
239                      </packing>
240                    </child>
241                    <child>
242                      <object class="GtkRadioButton" id="ses-r-button">
243                        <property name="label" translatable="yes">Simple exponential smoothing (Roberts, 1959)</property>
244                        <property name="use_action_appearance">False</property>
245                        <property name="visible">True</property>
246                        <property name="can_focus">True</property>
247                        <property name="receives_default">False</property>
248                        <property name="use_action_appearance">False</property>
249                        <property name="xalign">0</property>
250                        <property name="draw_indicator">True</property>
251                        <property name="group">ses-h-button</property>
252                      </object>
253                      <packing>
254                        <property name="left_attach">0</property>
255                        <property name="top_attach">5</property>
256                        <property name="width">3</property>
257                        <property name="height">1</property>
258                      </packing>
259                    </child>
260                    <child>
261                      <object class="GtkRadioButton" id="des-button">
262                        <property name="label" translatable="yes">Holt's trend corrected exponential smoothing</property>
263                        <property name="use_action_appearance">False</property>
264                        <property name="visible">True</property>
265                        <property name="can_focus">True</property>
266                        <property name="receives_default">False</property>
267                        <property name="use_action_appearance">False</property>
268                        <property name="xalign">0</property>
269                        <property name="draw_indicator">True</property>
270                        <property name="group">ses-h-button</property>
271                      </object>
272                      <packing>
273                        <property name="left_attach">0</property>
274                        <property name="top_attach">6</property>
275                        <property name="width">3</property>
276                        <property name="height">1</property>
277                      </packing>
278                    </child>
279                    <child>
280                      <object class="GtkRadioButton" id="ates-button">
281                        <property name="label" translatable="yes">Additive Holt-Winters exponential smoothing</property>
282                        <property name="use_action_appearance">False</property>
283                        <property name="visible">True</property>
284                        <property name="can_focus">True</property>
285                        <property name="receives_default">False</property>
286                        <property name="use_action_appearance">False</property>
287                        <property name="xalign">0</property>
288                        <property name="draw_indicator">True</property>
289                        <property name="group">ses-h-button</property>
290                      </object>
291                      <packing>
292                        <property name="left_attach">0</property>
293                        <property name="top_attach">7</property>
294                        <property name="width">3</property>
295                        <property name="height">1</property>
296                      </packing>
297                    </child>
298                    <child>
299                      <object class="GtkRadioButton" id="mtes-button">
300                        <property name="label" translatable="yes">Multiplicative Holt-Winters exponential smoothing</property>
301                        <property name="use_action_appearance">False</property>
302                        <property name="visible">True</property>
303                        <property name="can_focus">True</property>
304                        <property name="receives_default">False</property>
305                        <property name="use_action_appearance">False</property>
306                        <property name="xalign">0</property>
307                        <property name="draw_indicator">True</property>
308                        <property name="group">ses-h-button</property>
309                      </object>
310                      <packing>
311                        <property name="left_attach">0</property>
312                        <property name="top_attach">8</property>
313                        <property name="width">3</property>
314                        <property name="height">1</property>
315                      </packing>
316                    </child>
317                    <child>
318                      <placeholder/>
319                    </child>
320                    <child>
321                      <placeholder/>
322                    </child>
323                  </object>
324                </child>
325                <child type="tab">
326                  <object class="GtkLabel" id="label2">
327                    <property name="visible">True</property>
328                    <property name="can_focus">False</property>
329                    <property name="label" translatable="yes">Input</property>
330                    <property name="use_underline">True</property>
331                  </object>
332                  <packing>
333                    <property name="tab_fill">False</property>
334                  </packing>
335                </child>
336                <child>
337                  <object class="GtkGrid" id="options-grid">
338                    <property name="visible">True</property>
339                    <property name="can_focus">False</property>
340                    <property name="border_width">12</property>
341                    <property name="row_spacing">6</property>
342                    <property name="column_spacing">12</property>
343                    <child>
344                      <object class="GtkLabel" id="label3">
345                        <property name="visible">True</property>
346                        <property name="can_focus">False</property>
347                        <property name="xalign">0</property>
348                        <property name="label" translatable="yes">_Damping factor (α):</property>
349                        <property name="use_underline">True</property>
350                      </object>
351                      <packing>
352                        <property name="left_attach">0</property>
353                        <property name="top_attach">0</property>
354                        <property name="width">1</property>
355                        <property name="height">1</property>
356                      </packing>
357                    </child>
358                    <child>
359                      <object class="GtkLabel" id="label6">
360                        <property name="visible">True</property>
361                        <property name="can_focus">False</property>
362                        <property name="xalign">0</property>
363                        <property name="label" translatable="yes">Growth damping factor (γ):</property>
364                        <property name="use_underline">True</property>
365                      </object>
366                      <packing>
367                        <property name="left_attach">0</property>
368                        <property name="top_attach">1</property>
369                        <property name="width">1</property>
370                        <property name="height">1</property>
371                      </packing>
372                    </child>
373                    <child>
374                      <object class="GtkLabel" id="label8">
375                        <property name="visible">True</property>
376                        <property name="can_focus">False</property>
377                        <property name="xalign">0</property>
378                        <property name="label" translatable="yes">Seasonal damping factor (δ):</property>
379                        <property name="use_underline">True</property>
380                      </object>
381                      <packing>
382                        <property name="left_attach">0</property>
383                        <property name="top_attach">2</property>
384                        <property name="width">1</property>
385                        <property name="height">1</property>
386                      </packing>
387                    </child>
388                    <child>
389                      <object class="GtkLabel" id="label9">
390                        <property name="visible">True</property>
391                        <property name="can_focus">False</property>
392                        <property name="xalign">0</property>
393                        <property name="label" translatable="yes">Seasonal period:</property>
394                        <property name="use_underline">True</property>
395                      </object>
396                      <packing>
397                        <property name="left_attach">0</property>
398                        <property name="top_attach">3</property>
399                        <property name="width">1</property>
400                        <property name="height">1</property>
401                      </packing>
402                    </child>
403                    <child>
404                      <object class="GtkSpinButton" id="s-damping-fact-spin">
405                        <property name="visible">True</property>
406                        <property name="can_focus">True</property>
407                        <property name="invisible_char">•</property>
408                        <property name="xalign">1</property>
409                        <property name="invisible_char_set">True</property>
410                        <property name="adjustment">adjustment1</property>
411                        <property name="digits">3</property>
412                        <property name="numeric">True</property>
413                      </object>
414                      <packing>
415                        <property name="left_attach">1</property>
416                        <property name="top_attach">2</property>
417                        <property name="width">1</property>
418                        <property name="height">1</property>
419                      </packing>
420                    </child>
421                    <child>
422                      <object class="GtkSpinButton" id="g-damping-fact-spin">
423                        <property name="visible">True</property>
424                        <property name="can_focus">True</property>
425                        <property name="invisible_char">•</property>
426                        <property name="xalign">1</property>
427                        <property name="invisible_char_set">True</property>
428                        <property name="adjustment">adjustment2</property>
429                        <property name="digits">3</property>
430                        <property name="numeric">True</property>
431                      </object>
432                      <packing>
433                        <property name="left_attach">1</property>
434                        <property name="top_attach">1</property>
435                        <property name="width">1</property>
436                        <property name="height">1</property>
437                      </packing>
438                    </child>
439                    <child>
440                      <object class="GtkSpinButton" id="damping-fact-spin">
441                        <property name="visible">True</property>
442                        <property name="can_focus">True</property>
443                        <property name="invisible_char">•</property>
444                        <property name="xalign">1</property>
445                        <property name="invisible_char_set">True</property>
446                        <property name="adjustment">adjustment3</property>
447                        <property name="digits">3</property>
448                        <property name="numeric">True</property>
449                      </object>
450                      <packing>
451                        <property name="left_attach">1</property>
452                        <property name="top_attach">0</property>
453                        <property name="width">1</property>
454                        <property name="height">1</property>
455                      </packing>
456                    </child>
457                    <child>
458                      <object class="GtkSpinButton" id="s-period-spin">
459                        <property name="visible">True</property>
460                        <property name="can_focus">True</property>
461                        <property name="invisible_char">•</property>
462                        <property name="xalign">1</property>
463                        <property name="invisible_char_set">True</property>
464                        <property name="adjustment">adjustment4</property>
465                        <property name="snap_to_ticks">True</property>
466                        <property name="numeric">True</property>
467                      </object>
468                      <packing>
469                        <property name="left_attach">1</property>
470                        <property name="top_attach">3</property>
471                        <property name="width">1</property>
472                        <property name="height">1</property>
473                      </packing>
474                    </child>
475                    <child>
476                      <object class="GtkSeparator" id="hseparator3">
477                        <property name="visible">True</property>
478                        <property name="can_focus">False</property>
479                        <property name="hexpand">True</property>
480                      </object>
481                      <packing>
482                        <property name="left_attach">0</property>
483                        <property name="top_attach">4</property>
484                        <property name="width">3</property>
485                        <property name="height">1</property>
486                      </packing>
487                    </child>
488                    <child>
489                      <object class="GtkSeparator" id="hseparator2">
490                        <property name="visible">True</property>
491                        <property name="can_focus">False</property>
492                      </object>
493                      <packing>
494                        <property name="left_attach">0</property>
495                        <property name="top_attach">7</property>
496                        <property name="width">3</property>
497                        <property name="height">1</property>
498                      </packing>
499                    </child>
500                    <child>
501                      <object class="GtkCheckButton" id="graph-check">
502                        <property name="label" translatable="yes">Include chart</property>
503                        <property name="use_action_appearance">False</property>
504                        <property name="visible">True</property>
505                        <property name="can_focus">True</property>
506                        <property name="receives_default">False</property>
507                        <property name="use_action_appearance">False</property>
508                        <property name="xalign">0</property>
509                        <property name="draw_indicator">True</property>
510                      </object>
511                      <packing>
512                        <property name="left_attach">0</property>
513                        <property name="top_attach">8</property>
514                        <property name="width">2</property>
515                        <property name="height">1</property>
516                      </packing>
517                    </child>
518                    <child>
519                      <object class="GtkCheckButton" id="std-errors-button">
520                        <property name="label" translatable="yes">_Standard errors</property>
521                        <property name="use_action_appearance">False</property>
522                        <property name="visible">True</property>
523                        <property name="can_focus">True</property>
524                        <property name="receives_default">False</property>
525                        <property name="use_action_appearance">False</property>
526                        <property name="use_underline">True</property>
527                        <property name="xalign">0</property>
528                        <property name="draw_indicator">True</property>
529                      </object>
530                      <packing>
531                        <property name="left_attach">0</property>
532                        <property name="top_attach">5</property>
533                        <property name="width">2</property>
534                        <property name="height">1</property>
535                      </packing>
536                    </child>
537                    <child>
538                      <object class="GtkGrid" id="denom-grid">
539                        <property name="visible">True</property>
540                        <property name="can_focus">False</property>
541                        <property name="row_spacing">6</property>
542                        <property name="column_spacing">12</property>
543                        <child>
544                          <object class="GtkLabel" id="label7">
545                            <property name="visible">True</property>
546                            <property name="can_focus">False</property>
547                            <property name="xalign">0</property>
548                            <property name="label" translatable="yes">Denominator:</property>
549                          </object>
550                          <packing>
551                            <property name="left_attach">0</property>
552                            <property name="top_attach">0</property>
553                            <property name="width">1</property>
554                            <property name="height">1</property>
555                          </packing>
556                        </child>
557                        <child>
558                          <object class="GtkRadioButton" id="n-button">
559                            <property name="label" translatable="yes">n</property>
560                            <property name="use_action_appearance">False</property>
561                            <property name="visible">True</property>
562                            <property name="can_focus">True</property>
563                            <property name="receives_default">False</property>
564                            <property name="use_action_appearance">False</property>
565                            <property name="xalign">0</property>
566                            <property name="active">True</property>
567                            <property name="draw_indicator">True</property>
568                          </object>
569                          <packing>
570                            <property name="left_attach">1</property>
571                            <property name="top_attach">0</property>
572                            <property name="width">1</property>
573                            <property name="height">1</property>
574                          </packing>
575                        </child>
576                        <child>
577                          <object class="GtkRadioButton" id="nm1-button">
578                            <property name="label" translatable="yes">n−1</property>
579                            <property name="use_action_appearance">False</property>
580                            <property name="visible">True</property>
581                            <property name="can_focus">True</property>
582                            <property name="receives_default">False</property>
583                            <property name="use_action_appearance">False</property>
584                            <property name="xalign">0</property>
585                            <property name="draw_indicator">True</property>
586                            <property name="group">n-button</property>
587                          </object>
588                          <packing>
589                            <property name="left_attach">2</property>
590                            <property name="top_attach">0</property>
591                            <property name="width">1</property>
592                            <property name="height">1</property>
593                          </packing>
594                        </child>
595                        <child>
596                          <object class="GtkRadioButton" id="nm2-button">
597                            <property name="label" translatable="yes">n−2</property>
598                            <property name="use_action_appearance">False</property>
599                            <property name="visible">True</property>
600                            <property name="can_focus">True</property>
601                            <property name="receives_default">False</property>
602                            <property name="use_action_appearance">False</property>
603                            <property name="xalign">0</property>
604                            <property name="draw_indicator">True</property>
605                            <property name="group">n-button</property>
606                          </object>
607                          <packing>
608                            <property name="left_attach">3</property>
609                            <property name="top_attach">0</property>
610                            <property name="width">1</property>
611                            <property name="height">1</property>
612                          </packing>
613                        </child>
614                        <child>
615                          <object class="GtkRadioButton" id="nm3-button">
616                            <property name="label" translatable="yes">n−3</property>
617                            <property name="use_action_appearance">False</property>
618                            <property name="visible">True</property>
619                            <property name="can_focus">True</property>
620                            <property name="receives_default">False</property>
621                            <property name="use_action_appearance">False</property>
622                            <property name="xalign">0</property>
623                            <property name="draw_indicator">True</property>
624                            <property name="group">n-button</property>
625                          </object>
626                          <packing>
627                            <property name="left_attach">4</property>
628                            <property name="top_attach">0</property>
629                            <property name="width">1</property>
630                            <property name="height">1</property>
631                          </packing>
632                        </child>
633                      </object>
634                      <packing>
635                        <property name="left_attach">0</property>
636                        <property name="top_attach">6</property>
637                        <property name="width">2</property>
638                        <property name="height">1</property>
639                      </packing>
640                    </child>
641                    <child>
642                      <placeholder/>
643                    </child>
644                    <child>
645                      <placeholder/>
646                    </child>
647                    <child>
648                      <placeholder/>
649                    </child>
650                    <child>
651                      <placeholder/>
652                    </child>
653                    <child>
654                      <placeholder/>
655                    </child>
656                    <child>
657                      <placeholder/>
658                    </child>
659                    <child>
660                      <object class="GtkLabel" id="label10">
661                        <property name="visible">True</property>
662                        <property name="can_focus">False</property>
663                        <property name="hexpand">True</property>
664                      </object>
665                      <packing>
666                        <property name="left_attach">2</property>
667                        <property name="top_attach">0</property>
668                        <property name="width">1</property>
669                        <property name="height">1</property>
670                      </packing>
671                    </child>
672                  </object>
673                  <packing>
674                    <property name="position">1</property>
675                  </packing>
676                </child>
677                <child type="tab">
678                  <object class="GtkLabel" id="label4">
679                    <property name="visible">True</property>
680                    <property name="can_focus">False</property>
681                    <property name="label" translatable="yes">Options</property>
682                    <property name="use_underline">True</property>
683                  </object>
684                  <packing>
685                    <property name="position">1</property>
686                    <property name="tab_fill">False</property>
687                  </packing>
688                </child>
689                <child>
690                  <object class="GtkBox" id="dao">
691                    <property name="visible">True</property>
692                    <property name="can_focus">False</property>
693                    <property name="orientation">vertical</property>
694                    <child>
695                      <placeholder/>
696                    </child>
697                  </object>
698                  <packing>
699                    <property name="position">2</property>
700                  </packing>
701                </child>
702                <child type="tab">
703                  <object class="GtkLabel" id="label5">
704                    <property name="visible">True</property>
705                    <property name="can_focus">False</property>
706                    <property name="label" translatable="yes">Output</property>
707                    <property name="use_underline">True</property>
708                  </object>
709                  <packing>
710                    <property name="position">2</property>
711                    <property name="tab_fill">False</property>
712                  </packing>
713                </child>
714              </object>
715              <packing>
716                <property name="expand">True</property>
717                <property name="fill">True</property>
718                <property name="position">0</property>
719              </packing>
720            </child>
721            <child>
722              <object class="GtkLabel" id="warnings">
723                <property name="visible">True</property>
724                <property name="can_focus">False</property>
725              </object>
726              <packing>
727                <property name="expand">True</property>
728                <property name="fill">True</property>
729                <property name="position">1</property>
730              </packing>
731            </child>
732          </object>
733          <packing>
734            <property name="expand">False</property>
735            <property name="fill">True</property>
736            <property name="position">1</property>
737          </packing>
738        </child>
739      </object>
740    </child>
741    <action-widgets>
742      <action-widget response="0">helpbutton</action-widget>
743      <action-widget response="0">cancelbutton</action-widget>
744      <action-widget response="0">okbutton</action-widget>
745    </action-widgets>
746  </object>
747</interface>
748