IA: More integral improvements and image properties dialog
[pyplotsuite.git] / pyplotsuite / imageanalyzer / image_analyzer.glade
blobdf8d83e5cf19c3890210a6414bc6115f449c7c00
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
4 <glade-interface>
6 <widget class="GtkWindow" id="ImageWindow">
7 <property name="visible">True</property>
8 <property name="title" translatable="yes">Image Analyzer 0.1</property>
9 <property name="type">GTK_WINDOW_TOPLEVEL</property>
10 <property name="window_position">GTK_WIN_POS_NONE</property>
11 <property name="modal">False</property>
12 <property name="default_width">735</property>
13 <property name="default_height">620</property>
14 <property name="resizable">True</property>
15 <property name="destroy_with_parent">False</property>
16 <property name="decorated">True</property>
17 <property name="skip_taskbar_hint">False</property>
18 <property name="skip_pager_hint">False</property>
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21 <property name="focus_on_map">True</property>
22 <property name="urgency_hint">False</property>
23 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 11:26:48 GMT"/>
24 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 11:26:54 GMT"/>
26 <child>
27 <widget class="GtkVBox" id="vbox1">
28 <property name="visible">True</property>
29 <property name="homogeneous">False</property>
30 <property name="spacing">0</property>
32 <child>
33 <widget class="GtkMenuBar" id="menubar">
34 <property name="visible">True</property>
35 <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
36 <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
38 <child>
39 <widget class="GtkMenuItem" id="menuFile">
40 <property name="visible">True</property>
41 <property name="label" translatable="yes">_File</property>
42 <property name="use_underline">True</property>
44 <child>
45 <widget class="GtkMenu" id="menuFile_menu">
47 <child>
48 <widget class="GtkImageMenuItem" id="openfile">
49 <property name="visible">True</property>
50 <property name="tooltip" translatable="yes">Apri una immagine</property>
51 <property name="label">gtk-open</property>
52 <property name="use_stock">True</property>
53 <signal name="activate" handler="on_openfile_activate" last_modification_time="Mon, 25 Dec 2006 19:47:07 GMT"/>
54 </widget>
55 </child>
57 <child>
58 <widget class="GtkImageMenuItem" id="save">
59 <property name="visible">True</property>
60 <property name="label">gtk-save</property>
61 <property name="use_stock">True</property>
62 <signal name="activate" handler="on_savefile_activate" last_modification_time="Thu, 11 Oct 2007 21:15:17 GMT"/>
63 </widget>
64 </child>
66 <child>
67 <widget class="GtkSeparatorMenuItem" id="separator2">
68 <property name="visible">True</property>
69 </widget>
70 </child>
72 <child>
73 <widget class="GtkImageMenuItem" id="reload">
74 <property name="visible">True</property>
75 <property name="tooltip" translatable="yes">Ricarica l'immagine originale</property>
76 <property name="label">gtk-revert-to-saved</property>
77 <property name="use_stock">True</property>
78 <signal name="activate" handler="on_reload_activate" last_modification_time="Tue, 16 Jan 2007 11:02:16 GMT"/>
79 </widget>
80 </child>
82 <child>
83 <widget class="GtkImageMenuItem" id="close">
84 <property name="visible">True</property>
85 <property name="label">gtk-close</property>
86 <property name="use_stock">True</property>
87 <signal name="activate" handler="on_close_activate" last_modification_time="Mon, 25 Dec 2006 22:05:47 GMT"/>
88 </widget>
89 </child>
91 <child>
92 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
93 <property name="visible">True</property>
94 </widget>
95 </child>
97 <child>
98 <widget class="GtkImageMenuItem" id="quit">
99 <property name="visible">True</property>
100 <property name="label">gtk-quit</property>
101 <property name="use_stock">True</property>
102 <signal name="activate" handler="on_quit_activate" last_modification_time="Tue, 26 Dec 2006 12:21:40 GMT"/>
103 </widget>
104 </child>
105 </widget>
106 </child>
107 </widget>
108 </child>
110 <child>
111 <widget class="GtkImageMenuItem" id="menuEdit">
112 <property name="visible">True</property>
113 <property name="label">gtk-edit</property>
114 <property name="use_stock">True</property>
116 <child>
117 <widget class="GtkMenu" id="menuEdit_menu">
119 <child>
120 <widget class="GtkImageMenuItem" id="scrollingmean">
121 <property name="visible">True</property>
122 <property name="tooltip" translatable="yes">Applly a moving average spatial filter to the image.</property>
123 <property name="label" translatable="yes">Moving average filter</property>
124 <property name="use_underline">True</property>
125 <signal name="activate" handler="on_scrollingmean_activate" last_modification_time="Tue, 16 Jan 2007 17:57:44 GMT"/>
127 <child internal-child="image">
128 <widget class="GtkImage" id="image266">
129 <property name="visible">True</property>
130 <property name="stock">gtk-media-stop</property>
131 <property name="icon_size">1</property>
132 <property name="xalign">0.5</property>
133 <property name="yalign">0.5</property>
134 <property name="xpad">0</property>
135 <property name="ypad">0</property>
136 </widget>
137 </child>
138 </widget>
139 </child>
141 <child>
142 <widget class="GtkImageMenuItem" id="gaussianFilter">
143 <property name="visible">True</property>
144 <property name="tooltip" translatable="yes">Appy a gaussian spatial filter to the image</property>
145 <property name="label" translatable="yes">Gaussian filter ...</property>
146 <property name="use_underline">True</property>
147 <signal name="activate" handler="on_gaussianFilter_activate" last_modification_time="Tue, 16 Jan 2007 10:43:13 GMT"/>
149 <child internal-child="image">
150 <widget class="GtkImage" id="image267">
151 <property name="visible">True</property>
152 <property name="stock">gtk-media-record</property>
153 <property name="icon_size">1</property>
154 <property name="xalign">0.5</property>
155 <property name="yalign">0.5</property>
156 <property name="xpad">0</property>
157 <property name="ypad">0</property>
158 </widget>
159 </child>
160 </widget>
161 </child>
163 <child>
164 <widget class="GtkImageMenuItem" id="binning">
165 <property name="visible">True</property>
166 <property name="label" translatable="yes">Binning ...</property>
167 <property name="use_underline">True</property>
168 <signal name="activate" handler="on_binning_activate" last_modification_time="Thu, 11 Oct 2007 22:58:18 GMT"/>
170 <child internal-child="image">
171 <widget class="GtkImage" id="image268">
172 <property name="visible">True</property>
173 <property name="stock">gtk-leave-fullscreen</property>
174 <property name="icon_size">1</property>
175 <property name="xalign">0.5</property>
176 <property name="yalign">0.5</property>
177 <property name="xpad">0</property>
178 <property name="ypad">0</property>
179 </widget>
180 </child>
181 </widget>
182 </child>
184 <child>
185 <widget class="GtkSeparatorMenuItem" id="separator1">
186 <property name="visible">True</property>
187 </widget>
188 </child>
190 <child>
191 <widget class="GtkImageMenuItem" id="clearsegments">
192 <property name="visible">True</property>
193 <property name="tooltip" translatable="yes">Delete the sections marked on the image</property>
194 <property name="label" translatable="yes">Delete Sections</property>
195 <property name="use_underline">True</property>
196 <signal name="activate" handler="on_clearsegments_activate" last_modification_time="Tue, 02 Jan 2007 15:37:31 GMT"/>
198 <child internal-child="image">
199 <widget class="GtkImage" id="image269">
200 <property name="visible">True</property>
201 <property name="stock">gtk-delete</property>
202 <property name="icon_size">1</property>
203 <property name="xalign">0.5</property>
204 <property name="yalign">0.5</property>
205 <property name="xpad">0</property>
206 <property name="ypad">0</property>
207 </widget>
208 </child>
209 </widget>
210 </child>
212 <child>
213 <widget class="GtkImageMenuItem" id="resetrange">
214 <property name="visible">True</property>
215 <property name="tooltip" translatable="yes">Reset the initial range for the image.</property>
216 <property name="label" translatable="yes">Reset range</property>
217 <property name="use_underline">True</property>
218 <signal name="activate" handler="on_resetrange_activate" last_modification_time="Wed, 03 Jan 2007 19:56:13 GMT"/>
220 <child internal-child="image">
221 <widget class="GtkImage" id="image270">
222 <property name="visible">True</property>
223 <property name="stock">gtk-undo</property>
224 <property name="icon_size">1</property>
225 <property name="xalign">0.5</property>
226 <property name="yalign">0.5</property>
227 <property name="xpad">0</property>
228 <property name="ypad">0</property>
229 </widget>
230 </child>
231 </widget>
232 </child>
234 <child>
235 <widget class="GtkSeparatorMenuItem" id="separatore1">
236 <property name="visible">True</property>
237 </widget>
238 </child>
240 <child>
241 <widget class="GtkImageMenuItem" id="pixelDimension">
242 <property name="visible">True</property>
243 <property name="label" translatable="yes">Pixel Dimension ...</property>
244 <property name="use_underline">True</property>
245 <signal name="activate" handler="on_pixelDimension_activate" last_modification_time="Thu, 28 Dec 2006 20:57:01 GMT"/>
247 <child internal-child="image">
248 <widget class="GtkImage" id="image271">
249 <property name="visible">True</property>
250 <property name="stock">gtk-select-color</property>
251 <property name="icon_size">1</property>
252 <property name="xalign">0.5</property>
253 <property name="yalign">0.5</property>
254 <property name="xpad">0</property>
255 <property name="ypad">0</property>
256 </widget>
257 </child>
258 </widget>
259 </child>
261 <child>
262 <widget class="GtkImageMenuItem" id="title_and_axis">
263 <property name="visible">True</property>
264 <property name="label" translatable="yes">Title and axes labels ...</property>
265 <property name="use_underline">True</property>
266 <signal name="activate" handler="on_title_and_axes_labels_activate" last_modification_time="Wed, 04 Apr 2007 12:19:17 GMT"/>
268 <child internal-child="image">
269 <widget class="GtkImage" id="image272">
270 <property name="visible">True</property>
271 <property name="stock">gtk-edit</property>
272 <property name="icon_size">1</property>
273 <property name="xalign">0.5</property>
274 <property name="yalign">0.5</property>
275 <property name="xpad">0</property>
276 <property name="ypad">0</property>
277 </widget>
278 </child>
279 </widget>
280 </child>
281 </widget>
282 </child>
283 </widget>
284 </child>
286 <child>
287 <widget class="GtkImageMenuItem" id="menuView">
288 <property name="visible">True</property>
289 <property name="label" translatable="yes">_View</property>
290 <property name="use_underline">True</property>
292 <child internal-child="image">
293 <widget class="GtkImage" id="image273">
294 <property name="visible">True</property>
295 <property name="stock">gtk-print-preview</property>
296 <property name="icon_size">1</property>
297 <property name="xalign">0.5</property>
298 <property name="yalign">0.5</property>
299 <property name="xpad">0</property>
300 <property name="ypad">0</property>
301 </widget>
302 </child>
304 <child>
305 <widget class="GtkMenu" id="menuView_menu">
307 <child>
308 <widget class="GtkCheckMenuItem" id="downup">
309 <property name="visible">True</property>
310 <property name="tooltip" translatable="yes">Mirrors horizontally the image</property>
311 <property name="label" translatable="yes">Up-down</property>
312 <property name="use_underline">True</property>
313 <property name="active">False</property>
314 <signal name="activate" handler="on_downup_activate" last_modification_time="Tue, 02 Jan 2007 15:52:44 GMT"/>
315 </widget>
316 </child>
318 <child>
319 <widget class="GtkSeparatorMenuItem" id="separatore3">
320 <property name="visible">True</property>
321 </widget>
322 </child>
324 <child>
325 <widget class="GtkCheckMenuItem" id="grid">
326 <property name="visible">True</property>
327 <property name="tooltip" translatable="yes">Enable / Disable the grid</property>
328 <property name="label" translatable="yes">Grid Visibile</property>
329 <property name="use_underline">True</property>
330 <property name="active">True</property>
331 <signal name="activate" handler="on_grid_activate" last_modification_time="Sun, 07 Jan 2007 10:56:10 GMT"/>
332 </widget>
333 </child>
335 <child>
336 <widget class="GtkCheckMenuItem" id="whitegrid">
337 <property name="visible">True</property>
338 <property name="tooltip" translatable="yes">Select grid color: black or white</property>
339 <property name="label" translatable="yes">White Grid</property>
340 <property name="use_underline">True</property>
341 <property name="active">True</property>
342 <signal name="activate" handler="on_whitegrid_activate" last_modification_time="Tue, 26 Dec 2006 20:07:34 GMT"/>
343 </widget>
344 </child>
346 <child>
347 <widget class="GtkSeparatorMenuItem" id="separatore2">
348 <property name="visible">True</property>
349 </widget>
350 </child>
352 <child>
353 <widget class="GtkImageMenuItem" id="sectionlist">
354 <property name="visible">True</property>
355 <property name="tooltip" translatable="yes">Show a textual list of the sections</property>
356 <property name="label" translatable="yes">Section list ...</property>
357 <property name="use_underline">True</property>
358 <signal name="activate" handler="on_sectionlist_activate" last_modification_time="Sat, 06 Jan 2007 21:55:30 GMT"/>
360 <child internal-child="image">
361 <widget class="GtkImage" id="image274">
362 <property name="visible">True</property>
363 <property name="stock">gtk-justify-fill</property>
364 <property name="icon_size">1</property>
365 <property name="xalign">0.5</property>
366 <property name="yalign">0.5</property>
367 <property name="xpad">0</property>
368 <property name="ypad">0</property>
369 </widget>
370 </child>
371 </widget>
372 </child>
374 <child>
375 <widget class="GtkMenuItem" id="sections">
376 <property name="visible">True</property>
377 <property name="tooltip" translatable="yes">Plot sections profile</property>
378 <property name="label" translatable="yes">Section plot ...</property>
379 <property name="use_underline">True</property>
380 <signal name="activate" handler="on_sections_activate" last_modification_time="Sun, 31 Dec 2006 17:03:48 GMT"/>
381 </widget>
382 </child>
383 </widget>
384 </child>
385 </widget>
386 </child>
388 <child>
389 <widget class="GtkImageMenuItem" id="calculate">
390 <property name="visible">True</property>
391 <property name="label" translatable="yes">Calculate</property>
392 <property name="use_underline">True</property>
394 <child internal-child="image">
395 <widget class="GtkImage" id="image275">
396 <property name="visible">True</property>
397 <property name="stock">gtk-execute</property>
398 <property name="icon_size">1</property>
399 <property name="xalign">0.5</property>
400 <property name="yalign">0.5</property>
401 <property name="xpad">0</property>
402 <property name="ypad">0</property>
403 </widget>
404 </child>
406 <child>
407 <widget class="GtkMenu" id="calculate_menu">
409 <child>
410 <widget class="GtkImageMenuItem" id="peakintegral">
411 <property name="visible">True</property>
412 <property name="label" translatable="yes">Peak integral...</property>
413 <property name="use_underline">True</property>
414 <signal name="activate" handler="on_peakintegral_activate" last_modification_time="Sat, 13 Oct 2007 14:49:48 GMT"/>
416 <child internal-child="image">
417 <widget class="GtkImage" id="image276">
418 <property name="visible">True</property>
419 <property name="stock">gtk-color-picker</property>
420 <property name="icon_size">1</property>
421 <property name="xalign">0.5</property>
422 <property name="yalign">0.5</property>
423 <property name="xpad">0</property>
424 <property name="ypad">0</property>
425 </widget>
426 </child>
427 </widget>
428 </child>
430 <child>
431 <widget class="GtkMenuItem" id="all">
432 <property name="visible">True</property>
433 <property name="label" translatable="yes">All...</property>
434 <property name="use_underline">True</property>
435 <signal name="activate" handler="on_all_activate" last_modification_time="Tue, 23 Oct 2007 13:03:28 GMT"/>
436 </widget>
437 </child>
438 </widget>
439 </child>
440 </widget>
441 </child>
443 <child>
444 <widget class="GtkImageMenuItem" id="menuHelp">
445 <property name="visible">True</property>
446 <property name="label">gtk-help</property>
447 <property name="use_stock">True</property>
449 <child>
450 <widget class="GtkMenu" id="menuHelp_menu">
452 <child>
453 <widget class="GtkImageMenuItem" id="information">
454 <property name="visible">True</property>
455 <property name="label">gtk-info</property>
456 <property name="use_stock">True</property>
457 <signal name="activate" handler="on_information_activate" last_modification_time="Tue, 26 Dec 2006 20:11:29 GMT"/>
458 </widget>
459 </child>
460 </widget>
461 </child>
462 </widget>
463 </child>
464 </widget>
465 <packing>
466 <property name="padding">0</property>
467 <property name="expand">False</property>
468 <property name="fill">False</property>
469 </packing>
470 </child>
472 <child>
473 <widget class="GtkAlignment" id="MyToolbarAlignment">
474 <property name="visible">True</property>
475 <property name="xalign">0</property>
476 <property name="yalign">0</property>
477 <property name="xscale">1</property>
478 <property name="yscale">1</property>
479 <property name="top_padding">0</property>
480 <property name="bottom_padding">0</property>
481 <property name="left_padding">0</property>
482 <property name="right_padding">0</property>
484 <child>
485 <placeholder/>
486 </child>
487 </widget>
488 <packing>
489 <property name="padding">0</property>
490 <property name="expand">False</property>
491 <property name="fill">False</property>
492 </packing>
493 </child>
495 <child>
496 <widget class="GtkAlignment" id="CanvasAlignment">
497 <property name="visible">True</property>
498 <property name="xalign">0.5</property>
499 <property name="yalign">0.5</property>
500 <property name="xscale">1</property>
501 <property name="yscale">1</property>
502 <property name="top_padding">0</property>
503 <property name="bottom_padding">0</property>
504 <property name="left_padding">0</property>
505 <property name="right_padding">0</property>
507 <child>
508 <placeholder/>
509 </child>
510 </widget>
511 <packing>
512 <property name="padding">0</property>
513 <property name="expand">True</property>
514 <property name="fill">True</property>
515 </packing>
516 </child>
518 <child>
519 <widget class="GtkToolbar" id="gtk_toolbar">
520 <property name="visible">True</property>
521 <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
522 <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
523 <property name="tooltips">True</property>
524 <property name="show_arrow">True</property>
526 <child>
527 <widget class="GtkToolItem" id="toolitemHist">
528 <property name="visible">True</property>
529 <property name="visible_horizontal">True</property>
530 <property name="visible_vertical">True</property>
531 <property name="is_important">False</property>
533 <child>
534 <widget class="GtkButton" id="histogramButton">
535 <property name="visible">True</property>
536 <property name="tooltip" translatable="yes">Visualizza istogramma immagine</property>
537 <property name="can_focus">True</property>
538 <property name="label" translatable="yes">Histogram</property>
539 <property name="use_underline">True</property>
540 <property name="relief">GTK_RELIEF_NORMAL</property>
541 <property name="focus_on_click">True</property>
542 <signal name="clicked" handler="on_histogramButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:20:51 GMT"/>
543 </widget>
544 </child>
545 </widget>
546 <packing>
547 <property name="expand">False</property>
548 <property name="homogeneous">False</property>
549 </packing>
550 </child>
552 <child>
553 <widget class="GtkToolItem" id="toolitemInterp">
554 <property name="visible">True</property>
555 <property name="visible_horizontal">True</property>
556 <property name="visible_vertical">True</property>
557 <property name="is_important">False</property>
559 <child>
560 <widget class="GtkHBox" id="interpGroup">
561 <property name="visible">True</property>
562 <property name="homogeneous">False</property>
563 <property name="spacing">0</property>
565 <child>
566 <widget class="GtkLabel" id="interpLabel">
567 <property name="visible">True</property>
568 <property name="label" translatable="yes">Interpolation:</property>
569 <property name="use_underline">False</property>
570 <property name="use_markup">False</property>
571 <property name="justify">GTK_JUSTIFY_LEFT</property>
572 <property name="wrap">False</property>
573 <property name="selectable">False</property>
574 <property name="xalign">0.5</property>
575 <property name="yalign">0.5</property>
576 <property name="xpad">0</property>
577 <property name="ypad">0</property>
578 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
579 <property name="width_chars">-1</property>
580 <property name="single_line_mode">False</property>
581 <property name="angle">0</property>
582 </widget>
583 <packing>
584 <property name="padding">3</property>
585 <property name="expand">False</property>
586 <property name="fill">False</property>
587 </packing>
588 </child>
590 <child>
591 <widget class="GtkComboBox" id="interpComboBox">
592 <property name="visible">True</property>
593 <property name="items" translatable="yes">Bessel
594 Bicubic
595 Bilinear
596 Blackman
597 Catrom
598 Gaussian
599 Hamming
600 Hanning
601 Hermite
602 Kaiser
603 Lanczos
604 Mitchell
605 Nearest
606 Quadric
607 Sinc
608 Spline16
609 Spline36</property>
610 <property name="add_tearoffs">False</property>
611 <property name="focus_on_click">True</property>
612 <signal name="changed" handler="on_interpComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:44 GMT"/>
613 </widget>
614 <packing>
615 <property name="padding">0</property>
616 <property name="expand">True</property>
617 <property name="fill">True</property>
618 </packing>
619 </child>
620 </widget>
621 </child>
622 </widget>
623 <packing>
624 <property name="expand">False</property>
625 <property name="homogeneous">False</property>
626 </packing>
627 </child>
629 <child>
630 <widget class="GtkToolItem" id="toolitemCmap">
631 <property name="visible">True</property>
632 <property name="visible_horizontal">True</property>
633 <property name="visible_vertical">True</property>
634 <property name="is_important">False</property>
636 <child>
637 <widget class="GtkHBox" id="cmapGroup">
638 <property name="visible">True</property>
639 <property name="homogeneous">False</property>
640 <property name="spacing">0</property>
642 <child>
643 <widget class="GtkLabel" id="cmapLabel">
644 <property name="visible">True</property>
645 <property name="label" translatable="yes">Colormap:</property>
646 <property name="use_underline">False</property>
647 <property name="use_markup">False</property>
648 <property name="justify">GTK_JUSTIFY_RIGHT</property>
649 <property name="wrap">False</property>
650 <property name="selectable">False</property>
651 <property name="xalign">0.5</property>
652 <property name="yalign">0.5</property>
653 <property name="xpad">0</property>
654 <property name="ypad">0</property>
655 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
656 <property name="width_chars">-1</property>
657 <property name="single_line_mode">False</property>
658 <property name="angle">0</property>
659 </widget>
660 <packing>
661 <property name="padding">3</property>
662 <property name="expand">False</property>
663 <property name="fill">False</property>
664 </packing>
665 </child>
667 <child>
668 <widget class="GtkComboBox" id="cmapComboBox">
669 <property name="visible">True</property>
670 <property name="can_default">True</property>
671 <property name="has_default">True</property>
672 <property name="items" translatable="yes">Autumn
673 Bone
674 Cool
675 Copper
676 Flag
677 Gray
681 Pink
682 Prism
683 Spring
684 Summer
685 Winter</property>
686 <property name="add_tearoffs">False</property>
687 <property name="focus_on_click">True</property>
688 <signal name="changed" handler="on_cmapComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:22 GMT"/>
689 </widget>
690 <packing>
691 <property name="padding">0</property>
692 <property name="expand">True</property>
693 <property name="fill">True</property>
694 </packing>
695 </child>
696 </widget>
697 </child>
698 </widget>
699 <packing>
700 <property name="expand">False</property>
701 <property name="homogeneous">False</property>
702 </packing>
703 </child>
705 <child>
706 <widget class="GtkToolItem" id="toolitemMinMax">
707 <property name="visible">True</property>
708 <property name="visible_horizontal">True</property>
709 <property name="visible_vertical">True</property>
710 <property name="is_important">False</property>
712 <child>
713 <widget class="GtkHBox" id="minmaxGroup">
714 <property name="visible">True</property>
715 <property name="homogeneous">False</property>
716 <property name="spacing">0</property>
718 <child>
719 <widget class="GtkLabel" id="minLabel">
720 <property name="visible">True</property>
721 <property name="label" translatable="yes">Min</property>
722 <property name="use_underline">False</property>
723 <property name="use_markup">False</property>
724 <property name="justify">GTK_JUSTIFY_LEFT</property>
725 <property name="wrap">False</property>
726 <property name="selectable">False</property>
727 <property name="xalign">0.5</property>
728 <property name="yalign">0.5</property>
729 <property name="xpad">0</property>
730 <property name="ypad">0</property>
731 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
732 <property name="width_chars">-1</property>
733 <property name="single_line_mode">False</property>
734 <property name="angle">0</property>
735 </widget>
736 <packing>
737 <property name="padding">3</property>
738 <property name="expand">False</property>
739 <property name="fill">False</property>
740 </packing>
741 </child>
743 <child>
744 <widget class="GtkSpinButton" id="minSpinButton">
745 <property name="visible">True</property>
746 <property name="tooltip" translatable="yes">Minimo valore visualizzato</property>
747 <property name="can_focus">True</property>
748 <property name="climb_rate">10</property>
749 <property name="digits">1</property>
750 <property name="numeric">True</property>
751 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
752 <property name="snap_to_ticks">False</property>
753 <property name="wrap">False</property>
754 <property name="adjustment">0 0 100000 1 10 10</property>
755 </widget>
756 <packing>
757 <property name="padding">0</property>
758 <property name="expand">True</property>
759 <property name="fill">True</property>
760 </packing>
761 </child>
763 <child>
764 <widget class="GtkLabel" id="maxLabel">
765 <property name="visible">True</property>
766 <property name="label" translatable="yes">Max</property>
767 <property name="use_underline">False</property>
768 <property name="use_markup">False</property>
769 <property name="justify">GTK_JUSTIFY_LEFT</property>
770 <property name="wrap">False</property>
771 <property name="selectable">False</property>
772 <property name="xalign">0.5</property>
773 <property name="yalign">0.5</property>
774 <property name="xpad">0</property>
775 <property name="ypad">0</property>
776 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
777 <property name="width_chars">-1</property>
778 <property name="single_line_mode">False</property>
779 <property name="angle">0</property>
780 </widget>
781 <packing>
782 <property name="padding">3</property>
783 <property name="expand">False</property>
784 <property name="fill">False</property>
785 </packing>
786 </child>
788 <child>
789 <widget class="GtkSpinButton" id="maxSpinButton">
790 <property name="visible">True</property>
791 <property name="tooltip" translatable="yes">Massimo valore visualizzato</property>
792 <property name="can_focus">True</property>
793 <property name="climb_rate">10</property>
794 <property name="digits">1</property>
795 <property name="numeric">True</property>
796 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
797 <property name="snap_to_ticks">False</property>
798 <property name="wrap">False</property>
799 <property name="adjustment">1 0.10000000149 100000 1 10 10</property>
800 </widget>
801 <packing>
802 <property name="padding">0</property>
803 <property name="expand">True</property>
804 <property name="fill">True</property>
805 </packing>
806 </child>
808 <child>
809 <widget class="GtkButton" id="applyButton">
810 <property name="visible">True</property>
811 <property name="tooltip" translatable="yes">Applica le modifiche per Min e Max</property>
812 <property name="can_focus">True</property>
813 <property name="label">gtk-apply</property>
814 <property name="use_stock">True</property>
815 <property name="relief">GTK_RELIEF_NORMAL</property>
816 <property name="focus_on_click">True</property>
817 <signal name="clicked" handler="on_applyButton_clicked" last_modification_time="Tue, 26 Dec 2006 12:43:55 GMT"/>
818 </widget>
819 <packing>
820 <property name="padding">0</property>
821 <property name="expand">False</property>
822 <property name="fill">False</property>
823 </packing>
824 </child>
825 </widget>
826 </child>
827 </widget>
828 <packing>
829 <property name="expand">False</property>
830 <property name="homogeneous">False</property>
831 </packing>
832 </child>
833 </widget>
834 <packing>
835 <property name="padding">2</property>
836 <property name="expand">False</property>
837 <property name="fill">False</property>
838 </packing>
839 </child>
841 <child>
842 <widget class="GtkStatusbar" id="statusbar">
843 <property name="visible">True</property>
844 <property name="has_resize_grip">True</property>
845 </widget>
846 <packing>
847 <property name="padding">0</property>
848 <property name="expand">False</property>
849 <property name="fill">False</property>
850 </packing>
851 </child>
852 </widget>
853 </child>
854 </widget>
856 <widget class="GtkWindow" id="HistogramWindow">
857 <property name="visible">True</property>
858 <property name="title" translatable="yes">Histogram</property>
859 <property name="type">GTK_WINDOW_TOPLEVEL</property>
860 <property name="window_position">GTK_WIN_POS_NONE</property>
861 <property name="modal">False</property>
862 <property name="default_width">900</property>
863 <property name="default_height">300</property>
864 <property name="resizable">True</property>
865 <property name="destroy_with_parent">False</property>
866 <property name="decorated">True</property>
867 <property name="skip_taskbar_hint">False</property>
868 <property name="skip_pager_hint">False</property>
869 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
870 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
871 <property name="focus_on_map">True</property>
872 <property name="urgency_hint">False</property>
873 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 10:09:16 GMT"/>
874 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 10:09:22 GMT"/>
876 <child>
877 <widget class="GtkVBox" id="globalVbox">
878 <property name="visible">True</property>
879 <property name="homogeneous">False</property>
880 <property name="spacing">0</property>
882 <child>
883 <widget class="GtkAlignment" id="ToolbarAlignment">
884 <property name="visible">True</property>
885 <property name="xalign">0.5</property>
886 <property name="yalign">0.5</property>
887 <property name="xscale">1</property>
888 <property name="yscale">1</property>
889 <property name="top_padding">0</property>
890 <property name="bottom_padding">0</property>
891 <property name="left_padding">0</property>
892 <property name="right_padding">0</property>
894 <child>
895 <placeholder/>
896 </child>
897 </widget>
898 <packing>
899 <property name="padding">0</property>
900 <property name="expand">False</property>
901 <property name="fill">False</property>
902 </packing>
903 </child>
905 <child>
906 <widget class="GtkAlignment" id="CanvasAlignment">
907 <property name="visible">True</property>
908 <property name="xalign">0</property>
909 <property name="yalign">0</property>
910 <property name="xscale">1</property>
911 <property name="yscale">1</property>
912 <property name="top_padding">0</property>
913 <property name="bottom_padding">0</property>
914 <property name="left_padding">0</property>
915 <property name="right_padding">0</property>
917 <child>
918 <placeholder/>
919 </child>
920 </widget>
921 <packing>
922 <property name="padding">0</property>
923 <property name="expand">True</property>
924 <property name="fill">True</property>
925 </packing>
926 </child>
928 <child>
929 <widget class="GtkHBox" id="toolsHbox">
930 <property name="visible">True</property>
931 <property name="homogeneous">False</property>
932 <property name="spacing">5</property>
934 <child>
935 <widget class="GtkCheckButton" id="yscaleCheckButton">
936 <property name="visible">True</property>
937 <property name="tooltip" translatable="yes">Non ti sembra già autosplicativo?</property>
938 <property name="can_focus">True</property>
939 <property name="label" translatable="yes">Log Y axis</property>
940 <property name="use_underline">True</property>
941 <property name="relief">GTK_RELIEF_NORMAL</property>
942 <property name="focus_on_click">True</property>
943 <property name="active">False</property>
944 <property name="inconsistent">False</property>
945 <property name="draw_indicator">True</property>
946 <signal name="toggled" handler="on_yscale_toggled" last_modification_time="Mon, 25 Dec 2006 00:58:54 GMT"/>
947 </widget>
948 <packing>
949 <property name="padding">5</property>
950 <property name="expand">False</property>
951 <property name="fill">False</property>
952 </packing>
953 </child>
955 <child>
956 <widget class="GtkButton" id="closeButton">
957 <property name="visible">True</property>
958 <property name="tooltip" translatable="yes">Nasconde la finestra</property>
959 <property name="can_focus">True</property>
960 <property name="label" translatable="yes">Close</property>
961 <property name="use_underline">True</property>
962 <property name="relief">GTK_RELIEF_NORMAL</property>
963 <property name="focus_on_click">True</property>
964 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Mon, 25 Dec 2006 21:46:34 GMT"/>
965 </widget>
966 <packing>
967 <property name="padding">0</property>
968 <property name="expand">False</property>
969 <property name="fill">False</property>
970 <property name="pack_type">GTK_PACK_END</property>
971 </packing>
972 </child>
974 <child>
975 <widget class="GtkCheckButton" id="pointsCheckButton">
976 <property name="visible">True</property>
977 <property name="tooltip" translatable="yes">Attiva/Disattiva la visualizzazione dei punti sul grafico</property>
978 <property name="can_focus">True</property>
979 <property name="label" translatable="yes">Points</property>
980 <property name="use_underline">True</property>
981 <property name="relief">GTK_RELIEF_NORMAL</property>
982 <property name="focus_on_click">True</property>
983 <property name="active">False</property>
984 <property name="inconsistent">False</property>
985 <property name="draw_indicator">True</property>
986 <signal name="toggled" handler="on_pointsCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:48 GMT"/>
987 </widget>
988 <packing>
989 <property name="padding">0</property>
990 <property name="expand">False</property>
991 <property name="fill">False</property>
992 </packing>
993 </child>
995 <child>
996 <widget class="GtkCheckButton" id="linesCheckButton">
997 <property name="visible">True</property>
998 <property name="tooltip" translatable="yes">Attiva/Disattiva le linee sul grafico</property>
999 <property name="can_focus">True</property>
1000 <property name="label" translatable="yes">Lines</property>
1001 <property name="use_underline">True</property>
1002 <property name="relief">GTK_RELIEF_NORMAL</property>
1003 <property name="focus_on_click">True</property>
1004 <property name="active">True</property>
1005 <property name="inconsistent">False</property>
1006 <property name="draw_indicator">True</property>
1007 <signal name="toggled" handler="on_linesCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:56 GMT"/>
1008 </widget>
1009 <packing>
1010 <property name="padding">0</property>
1011 <property name="expand">False</property>
1012 <property name="fill">False</property>
1013 </packing>
1014 </child>
1016 <child>
1017 <widget class="GtkToggleButton" id="rangeselectTButton">
1018 <property name="visible">True</property>
1019 <property name="tooltip" translatable="yes">Attiva/Disattiva la selezione del range tramite mouse</property>
1020 <property name="can_focus">True</property>
1021 <property name="label" translatable="yes">Select range</property>
1022 <property name="use_underline">True</property>
1023 <property name="relief">GTK_RELIEF_NORMAL</property>
1024 <property name="focus_on_click">True</property>
1025 <property name="active">False</property>
1026 <property name="inconsistent">False</property>
1027 <signal name="toggled" handler="on_rangeselectTButton_toggled" last_modification_time="Thu, 04 Jan 2007 23:40:14 GMT"/>
1028 </widget>
1029 <packing>
1030 <property name="padding">0</property>
1031 <property name="expand">False</property>
1032 <property name="fill">False</property>
1033 <property name="pack_type">GTK_PACK_END</property>
1034 </packing>
1035 </child>
1037 <child>
1038 <widget class="GtkButton" id="applyRangeButton">
1039 <property name="visible">True</property>
1040 <property name="tooltip" translatable="yes">Applica all'immagine il range selezionato</property>
1041 <property name="can_focus">True</property>
1042 <property name="label" translatable="yes">Apply range</property>
1043 <property name="use_underline">True</property>
1044 <property name="relief">GTK_RELIEF_NORMAL</property>
1045 <property name="focus_on_click">True</property>
1046 <signal name="clicked" handler="on_applyRangeButton_clicked" last_modification_time="Fri, 05 Jan 2007 13:46:22 GMT"/>
1047 </widget>
1048 <packing>
1049 <property name="padding">0</property>
1050 <property name="expand">False</property>
1051 <property name="fill">False</property>
1052 <property name="pack_type">GTK_PACK_END</property>
1053 </packing>
1054 </child>
1056 <child>
1057 <widget class="GtkHBox" id="widthHBox">
1058 <property name="visible">True</property>
1059 <property name="homogeneous">False</property>
1060 <property name="spacing">0</property>
1062 <child>
1063 <widget class="GtkSpinButton" id="widthSpinButt">
1064 <property name="visible">True</property>
1065 <property name="tooltip" translatable="yes">Larghezza del rettangolo che indica il range</property>
1066 <property name="can_focus">True</property>
1067 <property name="climb_rate">50</property>
1068 <property name="digits">0</property>
1069 <property name="numeric">True</property>
1070 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1071 <property name="snap_to_ticks">False</property>
1072 <property name="wrap">False</property>
1073 <property name="adjustment">1 0 16000 10 10 10</property>
1074 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:10:41 GMT"/>
1075 </widget>
1076 <packing>
1077 <property name="padding">0</property>
1078 <property name="expand">False</property>
1079 <property name="fill">True</property>
1080 <property name="pack_type">GTK_PACK_END</property>
1081 </packing>
1082 </child>
1084 <child>
1085 <widget class="GtkLabel" id="widthLabel">
1086 <property name="visible">True</property>
1087 <property name="label" translatable="yes">Width:</property>
1088 <property name="use_underline">False</property>
1089 <property name="use_markup">False</property>
1090 <property name="justify">GTK_JUSTIFY_LEFT</property>
1091 <property name="wrap">False</property>
1092 <property name="selectable">False</property>
1093 <property name="xalign">0.5</property>
1094 <property name="yalign">0.5</property>
1095 <property name="xpad">0</property>
1096 <property name="ypad">0</property>
1097 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1098 <property name="width_chars">-1</property>
1099 <property name="single_line_mode">False</property>
1100 <property name="angle">0</property>
1101 </widget>
1102 <packing>
1103 <property name="padding">0</property>
1104 <property name="expand">False</property>
1105 <property name="fill">False</property>
1106 <property name="pack_type">GTK_PACK_END</property>
1107 </packing>
1108 </child>
1109 </widget>
1110 <packing>
1111 <property name="padding">0</property>
1112 <property name="expand">True</property>
1113 <property name="fill">True</property>
1114 <property name="pack_type">GTK_PACK_END</property>
1115 </packing>
1116 </child>
1118 <child>
1119 <widget class="GtkHBox" id="positionHBox">
1120 <property name="visible">True</property>
1121 <property name="homogeneous">False</property>
1122 <property name="spacing">0</property>
1124 <child>
1125 <widget class="GtkSpinButton" id="positionSpinButt">
1126 <property name="visible">True</property>
1127 <property name="tooltip" translatable="yes">Posizione del rettangolo che indica il range</property>
1128 <property name="can_focus">True</property>
1129 <property name="climb_rate">50</property>
1130 <property name="digits">0</property>
1131 <property name="numeric">True</property>
1132 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1133 <property name="snap_to_ticks">False</property>
1134 <property name="wrap">False</property>
1135 <property name="adjustment">1 0 16000 10 10 10</property>
1136 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:09:20 GMT"/>
1137 </widget>
1138 <packing>
1139 <property name="padding">0</property>
1140 <property name="expand">False</property>
1141 <property name="fill">True</property>
1142 <property name="pack_type">GTK_PACK_END</property>
1143 </packing>
1144 </child>
1146 <child>
1147 <widget class="GtkLabel" id="positionLabel">
1148 <property name="visible">True</property>
1149 <property name="label" translatable="yes">Position:</property>
1150 <property name="use_underline">False</property>
1151 <property name="use_markup">False</property>
1152 <property name="justify">GTK_JUSTIFY_LEFT</property>
1153 <property name="wrap">False</property>
1154 <property name="selectable">False</property>
1155 <property name="xalign">0.5</property>
1156 <property name="yalign">0.5</property>
1157 <property name="xpad">0</property>
1158 <property name="ypad">0</property>
1159 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1160 <property name="width_chars">-1</property>
1161 <property name="single_line_mode">False</property>
1162 <property name="angle">0</property>
1163 </widget>
1164 <packing>
1165 <property name="padding">0</property>
1166 <property name="expand">False</property>
1167 <property name="fill">False</property>
1168 <property name="pack_type">GTK_PACK_END</property>
1169 </packing>
1170 </child>
1171 </widget>
1172 <packing>
1173 <property name="padding">0</property>
1174 <property name="expand">True</property>
1175 <property name="fill">True</property>
1176 <property name="pack_type">GTK_PACK_END</property>
1177 </packing>
1178 </child>
1180 <child>
1181 <widget class="GtkCheckButton" id="barsCheckButton">
1182 <property name="visible">True</property>
1183 <property name="can_focus">True</property>
1184 <property name="label" translatable="yes">Bars</property>
1185 <property name="use_underline">True</property>
1186 <property name="relief">GTK_RELIEF_NORMAL</property>
1187 <property name="focus_on_click">True</property>
1188 <property name="active">False</property>
1189 <property name="inconsistent">False</property>
1190 <property name="draw_indicator">True</property>
1191 <signal name="toggled" handler="on_barsCheckButton_toggled" last_modification_time="Fri, 06 Apr 2007 17:26:10 GMT"/>
1192 </widget>
1193 <packing>
1194 <property name="padding">0</property>
1195 <property name="expand">False</property>
1196 <property name="fill">False</property>
1197 </packing>
1198 </child>
1200 <child>
1201 <widget class="GtkHBox" id="binsHBox">
1202 <property name="visible">True</property>
1203 <property name="homogeneous">False</property>
1204 <property name="spacing">0</property>
1206 <child>
1207 <widget class="GtkSpinButton" id="binsSpinButt">
1208 <property name="visible">True</property>
1209 <property name="tooltip" translatable="yes">Larghezza del rettangolo che indica il range</property>
1210 <property name="can_focus">True</property>
1211 <property name="climb_rate">50</property>
1212 <property name="digits">0</property>
1213 <property name="numeric">True</property>
1214 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1215 <property name="snap_to_ticks">False</property>
1216 <property name="wrap">False</property>
1217 <property name="adjustment">1 5 16000 10 10 10</property>
1218 <signal name="value_changed" handler="on_binsSpinButt_value_changed" last_modification_time="Mon, 15 Oct 2007 21:48:20 GMT"/>
1219 </widget>
1220 <packing>
1221 <property name="padding">0</property>
1222 <property name="expand">False</property>
1223 <property name="fill">True</property>
1224 <property name="pack_type">GTK_PACK_END</property>
1225 </packing>
1226 </child>
1228 <child>
1229 <widget class="GtkLabel" id="binsLabel">
1230 <property name="visible">True</property>
1231 <property name="label" translatable="yes">Bins:</property>
1232 <property name="use_underline">False</property>
1233 <property name="use_markup">False</property>
1234 <property name="justify">GTK_JUSTIFY_LEFT</property>
1235 <property name="wrap">False</property>
1236 <property name="selectable">False</property>
1237 <property name="xalign">0.5</property>
1238 <property name="yalign">0.5</property>
1239 <property name="xpad">0</property>
1240 <property name="ypad">0</property>
1241 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1242 <property name="width_chars">-1</property>
1243 <property name="single_line_mode">False</property>
1244 <property name="angle">0</property>
1245 </widget>
1246 <packing>
1247 <property name="padding">0</property>
1248 <property name="expand">False</property>
1249 <property name="fill">False</property>
1250 <property name="pack_type">GTK_PACK_END</property>
1251 </packing>
1252 </child>
1253 </widget>
1254 <packing>
1255 <property name="padding">0</property>
1256 <property name="expand">True</property>
1257 <property name="fill">True</property>
1258 </packing>
1259 </child>
1260 </widget>
1261 <packing>
1262 <property name="padding">0</property>
1263 <property name="expand">False</property>
1264 <property name="fill">False</property>
1265 </packing>
1266 </child>
1268 <child>
1269 <widget class="GtkStatusbar" id="statusbar">
1270 <property name="visible">True</property>
1271 <property name="has_resize_grip">True</property>
1272 </widget>
1273 <packing>
1274 <property name="padding">0</property>
1275 <property name="expand">False</property>
1276 <property name="fill">False</property>
1277 </packing>
1278 </child>
1279 </widget>
1280 </child>
1281 </widget>
1283 <widget class="GtkFileChooserDialog" id="openfileDialog">
1284 <property name="visible">True</property>
1285 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
1286 <property name="local_only">True</property>
1287 <property name="select_multiple">False</property>
1288 <property name="show_hidden">False</property>
1289 <property name="do_overwrite_confirmation">False</property>
1290 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1291 <property name="window_position">GTK_WIN_POS_NONE</property>
1292 <property name="modal">False</property>
1293 <property name="resizable">True</property>
1294 <property name="destroy_with_parent">False</property>
1295 <property name="icon_name">gtk-open</property>
1296 <property name="decorated">True</property>
1297 <property name="skip_taskbar_hint">False</property>
1298 <property name="skip_pager_hint">False</property>
1299 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1300 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1301 <property name="focus_on_map">True</property>
1302 <property name="urgency_hint">False</property>
1303 <signal name="file_activated" handler="on_openfileDialog_file_activated" last_modification_time="Mon, 25 Dec 2006 19:51:45 GMT"/>
1304 <signal name="close" handler="on_openfileDialog_close" last_modification_time="Mon, 25 Dec 2006 20:14:22 GMT"/>
1305 <signal name="response" handler="on_openfileDialog_response" last_modification_time="Mon, 25 Dec 2006 20:14:38 GMT"/>
1306 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:46:03 GMT"/>
1307 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:12:16 GMT"/>
1309 <child internal-child="vbox">
1310 <widget class="GtkVBox" id="dialog-vbox1">
1311 <property name="visible">True</property>
1312 <property name="homogeneous">False</property>
1313 <property name="spacing">24</property>
1315 <child internal-child="action_area">
1316 <widget class="GtkHButtonBox" id="dialog-action_area1">
1317 <property name="visible">True</property>
1318 <property name="layout_style">GTK_BUTTONBOX_END</property>
1320 <child>
1321 <widget class="GtkButton" id="cancelButton">
1322 <property name="visible">True</property>
1323 <property name="can_default">True</property>
1324 <property name="can_focus">True</property>
1325 <property name="label">gtk-cancel</property>
1326 <property name="use_stock">True</property>
1327 <property name="relief">GTK_RELIEF_NORMAL</property>
1328 <property name="focus_on_click">True</property>
1329 <property name="response_id">-6</property>
1330 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:21:15 GMT"/>
1331 </widget>
1332 </child>
1334 <child>
1335 <widget class="GtkButton" id="openButton">
1336 <property name="visible">True</property>
1337 <property name="can_default">True</property>
1338 <property name="has_default">True</property>
1339 <property name="can_focus">True</property>
1340 <property name="label">gtk-open</property>
1341 <property name="use_stock">True</property>
1342 <property name="relief">GTK_RELIEF_NORMAL</property>
1343 <property name="focus_on_click">True</property>
1344 <property name="response_id">-5</property>
1345 <signal name="clicked" handler="on_openButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:13:48 GMT"/>
1346 </widget>
1347 </child>
1348 </widget>
1349 <packing>
1350 <property name="padding">0</property>
1351 <property name="expand">False</property>
1352 <property name="fill">True</property>
1353 <property name="pack_type">GTK_PACK_END</property>
1354 </packing>
1355 </child>
1356 </widget>
1357 </child>
1358 </widget>
1360 <widget class="GtkAboutDialog" id="aboutDialog">
1361 <property name="visible">True</property>
1362 <property name="destroy_with_parent">False</property>
1363 <property name="name" translatable="yes">Image Analyzer</property>
1364 <property name="copyright" translatable="yes">Copyright (C) 2006 - 2007 Antonino Ingargiola </property>
1365 <property name="comments" translatable="yes">A tool for analyzing scientific images.</property>
1366 <property name="license" translatable="yes"> GNU GENERAL PUBLIC LICENSE
1367 Version 2, June 1991
1369 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
1370 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1371 Everyone is permitted to copy and distribute verbatim copies
1372 of this license document, but changing it is not allowed.
1374 Preamble
1376 The licenses for most software are designed to take away your
1377 freedom to share and change it. By contrast, the GNU General Public
1378 License is intended to guarantee your freedom to share and change free
1379 software--to make sure the software is free for all its users. This
1380 General Public License applies to most of the Free Software
1381 Foundation's software and to any other program whose authors commit to
1382 using it. (Some other Free Software Foundation software is covered by
1383 the GNU Lesser General Public License instead.) You can apply it to
1384 your programs, too.
1386 When we speak of free software, we are referring to freedom, not
1387 price. Our General Public Licenses are designed to make sure that you
1388 have the freedom to distribute copies of free software (and charge for
1389 this service if you wish), that you receive source code or can get it
1390 if you want it, that you can change the software or use pieces of it
1391 in new free programs; and that you know you can do these things.
1393 To protect your rights, we need to make restrictions that forbid
1394 anyone to deny you these rights or to ask you to surrender the rights.
1395 These restrictions translate to certain responsibilities for you if you
1396 distribute copies of the software, or if you modify it.
1398 For example, if you distribute copies of such a program, whether
1399 gratis or for a fee, you must give the recipients all the rights that
1400 you have. You must make sure that they, too, receive or can get the
1401 source code. And you must show them these terms so they know their
1402 rights.
1404 We protect your rights with two steps: (1) copyright the software, and
1405 (2) offer you this license which gives you legal permission to copy,
1406 distribute and/or modify the software.
1408 Also, for each author's protection and ours, we want to make certain
1409 that everyone understands that there is no warranty for this free
1410 software. If the software is modified by someone else and passed on, we
1411 want its recipients to know that what they have is not the original, so
1412 that any problems introduced by others will not reflect on the original
1413 authors' reputations.
1415 Finally, any free program is threatened constantly by software
1416 patents. We wish to avoid the danger that redistributors of a free
1417 program will individually obtain patent licenses, in effect making the
1418 program proprietary. To prevent this, we have made it clear that any
1419 patent must be licensed for everyone's free use or not licensed at all.
1421 The precise terms and conditions for copying, distribution and
1422 modification follow.
1424 GNU GENERAL PUBLIC LICENSE
1425 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1427 0. This License applies to any program or other work which contains
1428 a notice placed by the copyright holder saying it may be distributed
1429 under the terms of this General Public License. The &quot;Program&quot;, below,
1430 refers to any such program or work, and a &quot;work based on the Program&quot;
1431 means either the Program or any derivative work under copyright law:
1432 that is to say, a work containing the Program or a portion of it,
1433 either verbatim or with modifications and/or translated into another
1434 language. (Hereinafter, translation is included without limitation in
1435 the term &quot;modification&quot;.) Each licensee is addressed as &quot;you&quot;.
1437 Activities other than copying, distribution and modification are not
1438 covered by this License; they are outside its scope. The act of
1439 running the Program is not restricted, and the output from the Program
1440 is covered only if its contents constitute a work based on the
1441 Program (independent of having been made by running the Program).
1442 Whether that is true depends on what the Program does.
1444 1. You may copy and distribute verbatim copies of the Program's
1445 source code as you receive it, in any medium, provided that you
1446 conspicuously and appropriately publish on each copy an appropriate
1447 copyright notice and disclaimer of warranty; keep intact all the
1448 notices that refer to this License and to the absence of any warranty;
1449 and give any other recipients of the Program a copy of this License
1450 along with the Program.
1452 You may charge a fee for the physical act of transferring a copy, and
1453 you may at your option offer warranty protection in exchange for a fee.
1455 2. You may modify your copy or copies of the Program or any portion
1456 of it, thus forming a work based on the Program, and copy and
1457 distribute such modifications or work under the terms of Section 1
1458 above, provided that you also meet all of these conditions:
1460 a) You must cause the modified files to carry prominent notices
1461 stating that you changed the files and the date of any change.
1463 b) You must cause any work that you distribute or publish, that in
1464 whole or in part contains or is derived from the Program or any
1465 part thereof, to be licensed as a whole at no charge to all third
1466 parties under the terms of this License.
1468 c) If the modified program normally reads commands interactively
1469 when run, you must cause it, when started running for such
1470 interactive use in the most ordinary way, to print or display an
1471 announcement including an appropriate copyright notice and a
1472 notice that there is no warranty (or else, saying that you provide
1473 a warranty) and that users may redistribute the program under
1474 these conditions, and telling the user how to view a copy of this
1475 License. (Exception: if the Program itself is interactive but
1476 does not normally print such an announcement, your work based on
1477 the Program is not required to print an announcement.)
1479 These requirements apply to the modified work as a whole. If
1480 identifiable sections of that work are not derived from the Program,
1481 and can be reasonably considered independent and separate works in
1482 themselves, then this License, and its terms, do not apply to those
1483 sections when you distribute them as separate works. But when you
1484 distribute the same sections as part of a whole which is a work based
1485 on the Program, the distribution of the whole must be on the terms of
1486 this License, whose permissions for other licensees extend to the
1487 entire whole, and thus to each and every part regardless of who wrote it.
1489 Thus, it is not the intent of this section to claim rights or contest
1490 your rights to work written entirely by you; rather, the intent is to
1491 exercise the right to control the distribution of derivative or
1492 collective works based on the Program.
1494 In addition, mere aggregation of another work not based on the Program
1495 with the Program (or with a work based on the Program) on a volume of
1496 a storage or distribution medium does not bring the other work under
1497 the scope of this License.
1499 3. You may copy and distribute the Program (or a work based on it,
1500 under Section 2) in object code or executable form under the terms of
1501 Sections 1 and 2 above provided that you also do one of the following:
1503 a) Accompany it with the complete corresponding machine-readable
1504 source code, which must be distributed under the terms of Sections
1505 1 and 2 above on a medium customarily used for software interchange; or,
1507 b) Accompany it with a written offer, valid for at least three
1508 years, to give any third party, for a charge no more than your
1509 cost of physically performing source distribution, a complete
1510 machine-readable copy of the corresponding source code, to be
1511 distributed under the terms of Sections 1 and 2 above on a medium
1512 customarily used for software interchange; or,
1514 c) Accompany it with the information you received as to the offer
1515 to distribute corresponding source code. (This alternative is
1516 allowed only for noncommercial distribution and only if you
1517 received the program in object code or executable form with such
1518 an offer, in accord with Subsection b above.)
1520 The source code for a work means the preferred form of the work for
1521 making modifications to it. For an executable work, complete source
1522 code means all the source code for all modules it contains, plus any
1523 associated interface definition files, plus the scripts used to
1524 control compilation and installation of the executable. However, as a
1525 special exception, the source code distributed need not include
1526 anything that is normally distributed (in either source or binary
1527 form) with the major components (compiler, kernel, and so on) of the
1528 operating system on which the executable runs, unless that component
1529 itself accompanies the executable.
1531 If distribution of executable or object code is made by offering
1532 access to copy from a designated place, then offering equivalent
1533 access to copy the source code from the same place counts as
1534 distribution of the source code, even though third parties are not
1535 compelled to copy the source along with the object code.
1537 4. You may not copy, modify, sublicense, or distribute the Program
1538 except as expressly provided under this License. Any attempt
1539 otherwise to copy, modify, sublicense or distribute the Program is
1540 void, and will automatically terminate your rights under this License.
1541 However, parties who have received copies, or rights, from you under
1542 this License will not have their licenses terminated so long as such
1543 parties remain in full compliance.
1545 5. You are not required to accept this License, since you have not
1546 signed it. However, nothing else grants you permission to modify or
1547 distribute the Program or its derivative works. These actions are
1548 prohibited by law if you do not accept this License. Therefore, by
1549 modifying or distributing the Program (or any work based on the
1550 Program), you indicate your acceptance of this License to do so, and
1551 all its terms and conditions for copying, distributing or modifying
1552 the Program or works based on it.
1554 6. Each time you redistribute the Program (or any work based on the
1555 Program), the recipient automatically receives a license from the
1556 original licensor to copy, distribute or modify the Program subject to
1557 these terms and conditions. You may not impose any further
1558 restrictions on the recipients' exercise of the rights granted herein.
1559 You are not responsible for enforcing compliance by third parties to
1560 this License.
1562 7. If, as a consequence of a court judgment or allegation of patent
1563 infringement or for any other reason (not limited to patent issues),
1564 conditions are imposed on you (whether by court order, agreement or
1565 otherwise) that contradict the conditions of this License, they do not
1566 excuse you from the conditions of this License. If you cannot
1567 distribute so as to satisfy simultaneously your obligations under this
1568 License and any other pertinent obligations, then as a consequence you
1569 may not distribute the Program at all. For example, if a patent
1570 license would not permit royalty-free redistribution of the Program by
1571 all those who receive copies directly or indirectly through you, then
1572 the only way you could satisfy both it and this License would be to
1573 refrain entirely from distribution of the Program.
1575 If any portion of this section is held invalid or unenforceable under
1576 any particular circumstance, the balance of the section is intended to
1577 apply and the section as a whole is intended to apply in other
1578 circumstances.
1580 It is not the purpose of this section to induce you to infringe any
1581 patents or other property right claims or to contest validity of any
1582 such claims; this section has the sole purpose of protecting the
1583 integrity of the free software distribution system, which is
1584 implemented by public license practices. Many people have made
1585 generous contributions to the wide range of software distributed
1586 through that system in reliance on consistent application of that
1587 system; it is up to the author/donor to decide if he or she is willing
1588 to distribute software through any other system and a licensee cannot
1589 impose that choice.
1591 This section is intended to make thoroughly clear what is believed to
1592 be a consequence of the rest of this License.
1594 8. If the distribution and/or use of the Program is restricted in
1595 certain countries either by patents or by copyrighted interfaces, the
1596 original copyright holder who places the Program under this License
1597 may add an explicit geographical distribution limitation excluding
1598 those countries, so that distribution is permitted only in or among
1599 countries not thus excluded. In such case, this License incorporates
1600 the limitation as if written in the body of this License.
1602 9. The Free Software Foundation may publish revised and/or new versions
1603 of the General Public License from time to time. Such new versions will
1604 be similar in spirit to the present version, but may differ in detail to
1605 address new problems or concerns.
1607 Each version is given a distinguishing version number. If the Program
1608 specifies a version number of this License which applies to it and &quot;any
1609 later version&quot;, you have the option of following the terms and conditions
1610 either of that version or of any later version published by the Free
1611 Software Foundation. If the Program does not specify a version number of
1612 this License, you may choose any version ever published by the Free Software
1613 Foundation.
1615 10. If you wish to incorporate parts of the Program into other free
1616 programs whose distribution conditions are different, write to the author
1617 to ask for permission. For software which is copyrighted by the Free
1618 Software Foundation, write to the Free Software Foundation; we sometimes
1619 make exceptions for this. Our decision will be guided by the two goals
1620 of preserving the free status of all derivatives of our free software and
1621 of promoting the sharing and reuse of software generally.
1623 NO WARRANTY
1625 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1626 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1627 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1628 PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1629 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1630 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
1631 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1632 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1633 REPAIR OR CORRECTION.
1635 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1636 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1637 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1638 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1639 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1640 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1641 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1642 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1643 POSSIBILITY OF SUCH DAMAGES.
1645 END OF TERMS AND CONDITIONS</property>
1646 <property name="wrap_license">False</property>
1647 <property name="website">tritemio@gmail.com</property>
1648 <property name="website_label" translatable="yes">tritemio@gmail.com</property>
1649 <property name="authors">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1650 <property name="documenters">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1651 <property name="artists">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1652 <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
1653 <property name="logo">logo.png</property>
1654 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 12:55:26 GMT"/>
1655 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 12:55:36 GMT"/>
1656 </widget>
1658 <widget class="GtkWindow" id="SectionWindow">
1659 <property name="visible">True</property>
1660 <property name="title" translatable="yes">Image Sections</property>
1661 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1662 <property name="window_position">GTK_WIN_POS_NONE</property>
1663 <property name="modal">False</property>
1664 <property name="default_width">450</property>
1665 <property name="default_height">400</property>
1666 <property name="resizable">True</property>
1667 <property name="destroy_with_parent">False</property>
1668 <property name="decorated">True</property>
1669 <property name="skip_taskbar_hint">False</property>
1670 <property name="skip_pager_hint">False</property>
1671 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1672 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1673 <property name="focus_on_map">True</property>
1674 <property name="urgency_hint">False</property>
1675 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sun, 31 Dec 2006 17:32:36 GMT"/>
1676 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 31 Dec 2006 17:38:31 GMT"/>
1678 <child>
1679 <widget class="GtkVBox" id="globalVbox">
1680 <property name="visible">True</property>
1681 <property name="homogeneous">False</property>
1682 <property name="spacing">0</property>
1684 <child>
1685 <widget class="GtkAlignment" id="ToolbarAlignment">
1686 <property name="visible">True</property>
1687 <property name="xalign">0.5</property>
1688 <property name="yalign">0.5</property>
1689 <property name="xscale">1</property>
1690 <property name="yscale">1</property>
1691 <property name="top_padding">0</property>
1692 <property name="bottom_padding">0</property>
1693 <property name="left_padding">0</property>
1694 <property name="right_padding">0</property>
1696 <child>
1697 <placeholder/>
1698 </child>
1699 </widget>
1700 <packing>
1701 <property name="padding">0</property>
1702 <property name="expand">False</property>
1703 <property name="fill">True</property>
1704 </packing>
1705 </child>
1707 <child>
1708 <widget class="GtkAlignment" id="CanvasAlignment">
1709 <property name="visible">True</property>
1710 <property name="xalign">0.5</property>
1711 <property name="yalign">0.5</property>
1712 <property name="xscale">1</property>
1713 <property name="yscale">1</property>
1714 <property name="top_padding">0</property>
1715 <property name="bottom_padding">0</property>
1716 <property name="left_padding">0</property>
1717 <property name="right_padding">0</property>
1719 <child>
1720 <placeholder/>
1721 </child>
1722 </widget>
1723 <packing>
1724 <property name="padding">0</property>
1725 <property name="expand">True</property>
1726 <property name="fill">True</property>
1727 </packing>
1728 </child>
1730 <child>
1731 <widget class="GtkHBox" id="toolbarHBox">
1732 <property name="visible">True</property>
1733 <property name="homogeneous">False</property>
1734 <property name="spacing">0</property>
1736 <child>
1737 <widget class="GtkCheckButton" id="gridCheckButton">
1738 <property name="visible">True</property>
1739 <property name="can_focus">True</property>
1740 <property name="label" translatable="yes">Grid</property>
1741 <property name="use_underline">True</property>
1742 <property name="relief">GTK_RELIEF_NORMAL</property>
1743 <property name="focus_on_click">True</property>
1744 <property name="active">True</property>
1745 <property name="inconsistent">False</property>
1746 <property name="draw_indicator">True</property>
1747 <signal name="toggled" handler="on_gridCheckButton_toggled" last_modification_time="Sun, 31 Dec 2006 16:46:09 GMT"/>
1748 </widget>
1749 <packing>
1750 <property name="padding">0</property>
1751 <property name="expand">False</property>
1752 <property name="fill">False</property>
1753 </packing>
1754 </child>
1756 <child>
1757 <widget class="GtkButton" id="closeButton">
1758 <property name="visible">True</property>
1759 <property name="can_focus">True</property>
1760 <property name="label" translatable="yes">Close</property>
1761 <property name="use_underline">True</property>
1762 <property name="relief">GTK_RELIEF_NORMAL</property>
1763 <property name="focus_on_click">True</property>
1764 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:25:59 GMT"/>
1765 </widget>
1766 <packing>
1767 <property name="padding">0</property>
1768 <property name="expand">False</property>
1769 <property name="fill">False</property>
1770 <property name="pack_type">GTK_PACK_END</property>
1771 </packing>
1772 </child>
1774 <child>
1775 <widget class="GtkCheckButton" id="pointCheckButton">
1776 <property name="visible">True</property>
1777 <property name="can_focus">True</property>
1778 <property name="label" translatable="yes">Points</property>
1779 <property name="use_underline">True</property>
1780 <property name="relief">GTK_RELIEF_NORMAL</property>
1781 <property name="focus_on_click">True</property>
1782 <property name="active">False</property>
1783 <property name="inconsistent">False</property>
1784 <property name="draw_indicator">True</property>
1785 <signal name="toggled" handler="on_pointCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:32:10 GMT"/>
1786 </widget>
1787 <packing>
1788 <property name="padding">0</property>
1789 <property name="expand">False</property>
1790 <property name="fill">False</property>
1791 </packing>
1792 </child>
1793 </widget>
1794 <packing>
1795 <property name="padding">0</property>
1796 <property name="expand">False</property>
1797 <property name="fill">True</property>
1798 </packing>
1799 </child>
1801 <child>
1802 <widget class="GtkStatusbar" id="statusbar">
1803 <property name="visible">True</property>
1804 <property name="has_resize_grip">True</property>
1805 </widget>
1806 <packing>
1807 <property name="padding">0</property>
1808 <property name="expand">False</property>
1809 <property name="fill">False</property>
1810 </packing>
1811 </child>
1812 </widget>
1813 </child>
1814 </widget>
1816 <widget class="GtkDialog" id="TitleAndAxesWindow">
1817 <property name="visible">True</property>
1818 <property name="title" translatable="yes">Title and Labels</property>
1819 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1820 <property name="window_position">GTK_WIN_POS_NONE</property>
1821 <property name="modal">False</property>
1822 <property name="resizable">True</property>
1823 <property name="destroy_with_parent">False</property>
1824 <property name="icon_name">gtk-preferences</property>
1825 <property name="decorated">True</property>
1826 <property name="skip_taskbar_hint">False</property>
1827 <property name="skip_pager_hint">False</property>
1828 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1829 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1830 <property name="focus_on_map">True</property>
1831 <property name="urgency_hint">False</property>
1832 <property name="has_separator">True</property>
1833 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:47:13 GMT"/>
1834 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:32 GMT"/>
1836 <child internal-child="vbox">
1837 <widget class="GtkVBox" id="dialog-vbox">
1838 <property name="visible">True</property>
1839 <property name="homogeneous">False</property>
1840 <property name="spacing">0</property>
1842 <child internal-child="action_area">
1843 <widget class="GtkHButtonBox" id="dialog-action_area">
1844 <property name="visible">True</property>
1845 <property name="layout_style">GTK_BUTTONBOX_END</property>
1847 <child>
1848 <widget class="GtkButton" id="cancelButton">
1849 <property name="visible">True</property>
1850 <property name="can_default">True</property>
1851 <property name="can_focus">True</property>
1852 <property name="label">gtk-cancel</property>
1853 <property name="use_stock">True</property>
1854 <property name="relief">GTK_RELIEF_NORMAL</property>
1855 <property name="focus_on_click">True</property>
1856 <property name="response_id">-6</property>
1857 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:28 GMT"/>
1858 </widget>
1859 </child>
1861 <child>
1862 <widget class="GtkButton" id="okButton">
1863 <property name="visible">True</property>
1864 <property name="can_default">True</property>
1865 <property name="can_focus">True</property>
1866 <property name="label">gtk-ok</property>
1867 <property name="use_stock">True</property>
1868 <property name="relief">GTK_RELIEF_NORMAL</property>
1869 <property name="focus_on_click">True</property>
1870 <property name="response_id">-5</property>
1871 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:19 GMT"/>
1872 </widget>
1873 </child>
1874 </widget>
1875 <packing>
1876 <property name="padding">0</property>
1877 <property name="expand">False</property>
1878 <property name="fill">True</property>
1879 <property name="pack_type">GTK_PACK_END</property>
1880 </packing>
1881 </child>
1883 <child>
1884 <widget class="GtkVBox" id="globalVbox">
1885 <property name="visible">True</property>
1886 <property name="homogeneous">False</property>
1887 <property name="spacing">0</property>
1889 <child>
1890 <widget class="GtkLabel" id="descriptionLabel">
1891 <property name="visible">True</property>
1892 <property name="label" translatable="yes">Set the Title string, and the labels for X and Y axis:</property>
1893 <property name="use_underline">False</property>
1894 <property name="use_markup">False</property>
1895 <property name="justify">GTK_JUSTIFY_LEFT</property>
1896 <property name="wrap">True</property>
1897 <property name="selectable">False</property>
1898 <property name="xalign">0.5</property>
1899 <property name="yalign">0.5</property>
1900 <property name="xpad">10</property>
1901 <property name="ypad">10</property>
1902 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1903 <property name="width_chars">-1</property>
1904 <property name="single_line_mode">False</property>
1905 <property name="angle">0</property>
1906 </widget>
1907 <packing>
1908 <property name="padding">10</property>
1909 <property name="expand">False</property>
1910 <property name="fill">False</property>
1911 </packing>
1912 </child>
1914 <child>
1915 <widget class="GtkHBox" id="titleHbox">
1916 <property name="visible">True</property>
1917 <property name="homogeneous">False</property>
1918 <property name="spacing">0</property>
1920 <child>
1921 <widget class="GtkLabel" id="TitleLabel">
1922 <property name="visible">True</property>
1923 <property name="label" translatable="yes">Title:</property>
1924 <property name="use_underline">False</property>
1925 <property name="use_markup">False</property>
1926 <property name="justify">GTK_JUSTIFY_LEFT</property>
1927 <property name="wrap">False</property>
1928 <property name="selectable">False</property>
1929 <property name="xalign">0.5</property>
1930 <property name="yalign">0.5</property>
1931 <property name="xpad">10</property>
1932 <property name="ypad">0</property>
1933 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1934 <property name="width_chars">10</property>
1935 <property name="single_line_mode">True</property>
1936 <property name="angle">0</property>
1937 </widget>
1938 <packing>
1939 <property name="padding">5</property>
1940 <property name="expand">False</property>
1941 <property name="fill">False</property>
1942 </packing>
1943 </child>
1945 <child>
1946 <widget class="GtkEntry" id="titleEntry">
1947 <property name="visible">True</property>
1948 <property name="can_focus">True</property>
1949 <property name="editable">True</property>
1950 <property name="visibility">True</property>
1951 <property name="max_length">0</property>
1952 <property name="text" translatable="yes"></property>
1953 <property name="has_frame">True</property>
1954 <property name="invisible_char">*</property>
1955 <property name="activates_default">False</property>
1956 </widget>
1957 <packing>
1958 <property name="padding">5</property>
1959 <property name="expand">True</property>
1960 <property name="fill">True</property>
1961 </packing>
1962 </child>
1963 </widget>
1964 <packing>
1965 <property name="padding">5</property>
1966 <property name="expand">True</property>
1967 <property name="fill">True</property>
1968 </packing>
1969 </child>
1971 <child>
1972 <widget class="GtkHBox" id="xlabelHbox">
1973 <property name="visible">True</property>
1974 <property name="homogeneous">False</property>
1975 <property name="spacing">0</property>
1977 <child>
1978 <widget class="GtkLabel" id="label13">
1979 <property name="visible">True</property>
1980 <property name="label" translatable="yes">X Axis label:</property>
1981 <property name="use_underline">False</property>
1982 <property name="use_markup">False</property>
1983 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1984 <property name="wrap">False</property>
1985 <property name="selectable">False</property>
1986 <property name="xalign">0.5</property>
1987 <property name="yalign">0.5</property>
1988 <property name="xpad">10</property>
1989 <property name="ypad">0</property>
1990 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1991 <property name="width_chars">10</property>
1992 <property name="single_line_mode">False</property>
1993 <property name="angle">0</property>
1994 </widget>
1995 <packing>
1996 <property name="padding">5</property>
1997 <property name="expand">False</property>
1998 <property name="fill">False</property>
1999 </packing>
2000 </child>
2002 <child>
2003 <widget class="GtkEntry" id="xlabelEntry">
2004 <property name="visible">True</property>
2005 <property name="can_focus">True</property>
2006 <property name="editable">True</property>
2007 <property name="visibility">True</property>
2008 <property name="max_length">0</property>
2009 <property name="text" translatable="yes"></property>
2010 <property name="has_frame">True</property>
2011 <property name="invisible_char">*</property>
2012 <property name="activates_default">False</property>
2013 </widget>
2014 <packing>
2015 <property name="padding">5</property>
2016 <property name="expand">True</property>
2017 <property name="fill">True</property>
2018 </packing>
2019 </child>
2020 </widget>
2021 <packing>
2022 <property name="padding">5</property>
2023 <property name="expand">True</property>
2024 <property name="fill">True</property>
2025 </packing>
2026 </child>
2028 <child>
2029 <widget class="GtkHBox" id="ylabelHbox">
2030 <property name="visible">True</property>
2031 <property name="homogeneous">False</property>
2032 <property name="spacing">0</property>
2034 <child>
2035 <widget class="GtkLabel" id="label14">
2036 <property name="visible">True</property>
2037 <property name="label" translatable="yes">Y Axis Label:</property>
2038 <property name="use_underline">False</property>
2039 <property name="use_markup">False</property>
2040 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2041 <property name="wrap">False</property>
2042 <property name="selectable">False</property>
2043 <property name="xalign">0.5</property>
2044 <property name="yalign">0.5</property>
2045 <property name="xpad">10</property>
2046 <property name="ypad">0</property>
2047 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2048 <property name="width_chars">10</property>
2049 <property name="single_line_mode">False</property>
2050 <property name="angle">0</property>
2051 </widget>
2052 <packing>
2053 <property name="padding">5</property>
2054 <property name="expand">False</property>
2055 <property name="fill">False</property>
2056 </packing>
2057 </child>
2059 <child>
2060 <widget class="GtkEntry" id="ylabelEntry">
2061 <property name="visible">True</property>
2062 <property name="can_focus">True</property>
2063 <property name="editable">True</property>
2064 <property name="visibility">True</property>
2065 <property name="max_length">0</property>
2066 <property name="text" translatable="yes"></property>
2067 <property name="has_frame">True</property>
2068 <property name="invisible_char">*</property>
2069 <property name="activates_default">False</property>
2070 </widget>
2071 <packing>
2072 <property name="padding">5</property>
2073 <property name="expand">True</property>
2074 <property name="fill">True</property>
2075 </packing>
2076 </child>
2077 </widget>
2078 <packing>
2079 <property name="padding">5</property>
2080 <property name="expand">True</property>
2081 <property name="fill">True</property>
2082 </packing>
2083 </child>
2084 </widget>
2085 <packing>
2086 <property name="padding">0</property>
2087 <property name="expand">True</property>
2088 <property name="fill">True</property>
2089 </packing>
2090 </child>
2091 </widget>
2092 </child>
2093 </widget>
2095 <widget class="GtkDialog" id="GaussianFilterWindow">
2096 <property name="visible">True</property>
2097 <property name="title" translatable="yes">Gaussian Filter</property>
2098 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2099 <property name="window_position">GTK_WIN_POS_NONE</property>
2100 <property name="modal">False</property>
2101 <property name="default_height">180</property>
2102 <property name="resizable">True</property>
2103 <property name="destroy_with_parent">False</property>
2104 <property name="decorated">True</property>
2105 <property name="skip_taskbar_hint">False</property>
2106 <property name="skip_pager_hint">False</property>
2107 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2108 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2109 <property name="focus_on_map">True</property>
2110 <property name="urgency_hint">False</property>
2111 <property name="has_separator">True</property>
2112 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:51 GMT"/>
2113 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:00 GMT"/>
2115 <child internal-child="vbox">
2116 <widget class="GtkVBox" id="dialog-vbox">
2117 <property name="visible">True</property>
2118 <property name="homogeneous">False</property>
2119 <property name="spacing">0</property>
2121 <child internal-child="action_area">
2122 <widget class="GtkHButtonBox" id="dialog-action_area3">
2123 <property name="visible">True</property>
2124 <property name="layout_style">GTK_BUTTONBOX_END</property>
2126 <child>
2127 <widget class="GtkButton" id="cancelButton">
2128 <property name="visible">True</property>
2129 <property name="can_default">True</property>
2130 <property name="can_focus">True</property>
2131 <property name="label">gtk-cancel</property>
2132 <property name="use_stock">True</property>
2133 <property name="relief">GTK_RELIEF_NORMAL</property>
2134 <property name="focus_on_click">True</property>
2135 <property name="response_id">-6</property>
2136 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:40 GMT"/>
2137 </widget>
2138 </child>
2140 <child>
2141 <widget class="GtkButton" id="okButton">
2142 <property name="visible">True</property>
2143 <property name="can_default">True</property>
2144 <property name="can_focus">True</property>
2145 <property name="label">gtk-ok</property>
2146 <property name="use_stock">True</property>
2147 <property name="relief">GTK_RELIEF_NORMAL</property>
2148 <property name="focus_on_click">True</property>
2149 <property name="response_id">-5</property>
2150 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:31 GMT"/>
2151 </widget>
2152 </child>
2153 </widget>
2154 <packing>
2155 <property name="padding">0</property>
2156 <property name="expand">False</property>
2157 <property name="fill">True</property>
2158 <property name="pack_type">GTK_PACK_END</property>
2159 </packing>
2160 </child>
2162 <child>
2163 <widget class="GtkVBox" id="globalVbox">
2164 <property name="visible">True</property>
2165 <property name="homogeneous">False</property>
2166 <property name="spacing">0</property>
2168 <child>
2169 <widget class="GtkLabel" id="descriptionLabel">
2170 <property name="visible">True</property>
2171 <property name="label" translatable="yes">Select the standard deviation for the gaussian filter (in pixel):</property>
2172 <property name="use_underline">False</property>
2173 <property name="use_markup">False</property>
2174 <property name="justify">GTK_JUSTIFY_LEFT</property>
2175 <property name="wrap">False</property>
2176 <property name="selectable">False</property>
2177 <property name="xalign">0.5</property>
2178 <property name="yalign">0.5</property>
2179 <property name="xpad">10</property>
2180 <property name="ypad">0</property>
2181 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2182 <property name="width_chars">-1</property>
2183 <property name="single_line_mode">False</property>
2184 <property name="angle">0</property>
2185 </widget>
2186 <packing>
2187 <property name="padding">5</property>
2188 <property name="expand">True</property>
2189 <property name="fill">True</property>
2190 </packing>
2191 </child>
2193 <child>
2194 <widget class="GtkHBox" id="standardDevHbox">
2195 <property name="visible">True</property>
2196 <property name="homogeneous">False</property>
2197 <property name="spacing">0</property>
2199 <child>
2200 <widget class="GtkLabel" id="label">
2201 <property name="visible">True</property>
2202 <property name="label" translatable="yes">Standard Deviation:</property>
2203 <property name="use_underline">False</property>
2204 <property name="use_markup">False</property>
2205 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2206 <property name="wrap">False</property>
2207 <property name="selectable">False</property>
2208 <property name="xalign">0.5</property>
2209 <property name="yalign">0.5</property>
2210 <property name="xpad">10</property>
2211 <property name="ypad">0</property>
2212 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2213 <property name="width_chars">-1</property>
2214 <property name="single_line_mode">False</property>
2215 <property name="angle">0</property>
2216 </widget>
2217 <packing>
2218 <property name="padding">0</property>
2219 <property name="expand">False</property>
2220 <property name="fill">False</property>
2221 </packing>
2222 </child>
2224 <child>
2225 <widget class="GtkSpinButton" id="sigmaSpinButton">
2226 <property name="visible">True</property>
2227 <property name="can_focus">True</property>
2228 <property name="climb_rate">1</property>
2229 <property name="digits">2</property>
2230 <property name="numeric">True</property>
2231 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2232 <property name="snap_to_ticks">False</property>
2233 <property name="wrap">False</property>
2234 <property name="adjustment">1 0 1000 1 10 10</property>
2235 </widget>
2236 <packing>
2237 <property name="padding">10</property>
2238 <property name="expand">True</property>
2239 <property name="fill">True</property>
2240 </packing>
2241 </child>
2242 </widget>
2243 <packing>
2244 <property name="padding">10</property>
2245 <property name="expand">True</property>
2246 <property name="fill">True</property>
2247 </packing>
2248 </child>
2249 </widget>
2250 <packing>
2251 <property name="padding">10</property>
2252 <property name="expand">True</property>
2253 <property name="fill">True</property>
2254 </packing>
2255 </child>
2256 </widget>
2257 </child>
2258 </widget>
2260 <widget class="GtkDialog" id="PixelDimensionWindow">
2261 <property name="visible">True</property>
2262 <property name="title" translatable="yes">Pixel Dimension</property>
2263 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2264 <property name="window_position">GTK_WIN_POS_NONE</property>
2265 <property name="modal">False</property>
2266 <property name="resizable">True</property>
2267 <property name="destroy_with_parent">False</property>
2268 <property name="decorated">True</property>
2269 <property name="skip_taskbar_hint">False</property>
2270 <property name="skip_pager_hint">False</property>
2271 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2272 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2273 <property name="focus_on_map">True</property>
2274 <property name="urgency_hint">False</property>
2275 <property name="has_separator">True</property>
2276 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:11 GMT"/>
2277 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:48:21 GMT"/>
2279 <child internal-child="vbox">
2280 <widget class="GtkVBox" id="dialog-vbox">
2281 <property name="visible">True</property>
2282 <property name="homogeneous">False</property>
2283 <property name="spacing">0</property>
2285 <child internal-child="action_area">
2286 <widget class="GtkHButtonBox" id="dialog-action_area4">
2287 <property name="visible">True</property>
2288 <property name="layout_style">GTK_BUTTONBOX_END</property>
2290 <child>
2291 <widget class="GtkButton" id="cancelButton">
2292 <property name="visible">True</property>
2293 <property name="can_default">True</property>
2294 <property name="can_focus">True</property>
2295 <property name="label">gtk-cancel</property>
2296 <property name="use_stock">True</property>
2297 <property name="relief">GTK_RELIEF_NORMAL</property>
2298 <property name="focus_on_click">True</property>
2299 <property name="response_id">-6</property>
2300 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:21 GMT"/>
2301 </widget>
2302 </child>
2304 <child>
2305 <widget class="GtkButton" id="okButton">
2306 <property name="visible">True</property>
2307 <property name="can_default">True</property>
2308 <property name="can_focus">True</property>
2309 <property name="label">gtk-ok</property>
2310 <property name="use_stock">True</property>
2311 <property name="relief">GTK_RELIEF_NORMAL</property>
2312 <property name="focus_on_click">True</property>
2313 <property name="response_id">-5</property>
2314 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:27 GMT"/>
2315 </widget>
2316 </child>
2317 </widget>
2318 <packing>
2319 <property name="padding">0</property>
2320 <property name="expand">False</property>
2321 <property name="fill">True</property>
2322 <property name="pack_type">GTK_PACK_END</property>
2323 </packing>
2324 </child>
2326 <child>
2327 <widget class="GtkVBox" id="globalVbox">
2328 <property name="visible">True</property>
2329 <property name="homogeneous">False</property>
2330 <property name="spacing">0</property>
2332 <child>
2333 <widget class="GtkLabel" id="descriptionLabel">
2334 <property name="visible">True</property>
2335 <property name="label" translatable="yes">Select the pixel dimension:</property>
2336 <property name="use_underline">False</property>
2337 <property name="use_markup">False</property>
2338 <property name="justify">GTK_JUSTIFY_LEFT</property>
2339 <property name="wrap">False</property>
2340 <property name="selectable">False</property>
2341 <property name="xalign">0.5</property>
2342 <property name="yalign">0.5</property>
2343 <property name="xpad">0</property>
2344 <property name="ypad">5</property>
2345 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2346 <property name="width_chars">-1</property>
2347 <property name="single_line_mode">False</property>
2348 <property name="angle">0</property>
2349 </widget>
2350 <packing>
2351 <property name="padding">5</property>
2352 <property name="expand">False</property>
2353 <property name="fill">False</property>
2354 </packing>
2355 </child>
2357 <child>
2358 <widget class="GtkHBox" id="xdimensionHbox">
2359 <property name="visible">True</property>
2360 <property name="homogeneous">True</property>
2361 <property name="spacing">0</property>
2363 <child>
2364 <widget class="GtkLabel" id="pixXdimLabel">
2365 <property name="visible">True</property>
2366 <property name="label" translatable="yes">Pixel X dimension:</property>
2367 <property name="use_underline">False</property>
2368 <property name="use_markup">False</property>
2369 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2370 <property name="wrap">False</property>
2371 <property name="selectable">False</property>
2372 <property name="xalign">0.5</property>
2373 <property name="yalign">0.5</property>
2374 <property name="xpad">10</property>
2375 <property name="ypad">0</property>
2376 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2377 <property name="width_chars">-1</property>
2378 <property name="single_line_mode">False</property>
2379 <property name="angle">0</property>
2380 </widget>
2381 <packing>
2382 <property name="padding">0</property>
2383 <property name="expand">True</property>
2384 <property name="fill">False</property>
2385 </packing>
2386 </child>
2388 <child>
2389 <widget class="GtkSpinButton" id="xPixDimSpinButt">
2390 <property name="visible">True</property>
2391 <property name="can_focus">True</property>
2392 <property name="climb_rate">10</property>
2393 <property name="digits">2</property>
2394 <property name="numeric">True</property>
2395 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2396 <property name="snap_to_ticks">False</property>
2397 <property name="wrap">False</property>
2398 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2399 </widget>
2400 <packing>
2401 <property name="padding">10</property>
2402 <property name="expand">True</property>
2403 <property name="fill">False</property>
2404 </packing>
2405 </child>
2406 </widget>
2407 <packing>
2408 <property name="padding">10</property>
2409 <property name="expand">True</property>
2410 <property name="fill">True</property>
2411 </packing>
2412 </child>
2414 <child>
2415 <widget class="GtkHBox" id="ydimensionHbox">
2416 <property name="visible">True</property>
2417 <property name="homogeneous">True</property>
2418 <property name="spacing">0</property>
2420 <child>
2421 <widget class="GtkLabel" id="pixYdimLabel">
2422 <property name="visible">True</property>
2423 <property name="label" translatable="yes">PIxel Y dimension:</property>
2424 <property name="use_underline">False</property>
2425 <property name="use_markup">False</property>
2426 <property name="justify">GTK_JUSTIFY_LEFT</property>
2427 <property name="wrap">False</property>
2428 <property name="selectable">False</property>
2429 <property name="xalign">0.5</property>
2430 <property name="yalign">0.5</property>
2431 <property name="xpad">10</property>
2432 <property name="ypad">0</property>
2433 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2434 <property name="width_chars">-1</property>
2435 <property name="single_line_mode">False</property>
2436 <property name="angle">0</property>
2437 </widget>
2438 <packing>
2439 <property name="padding">0</property>
2440 <property name="expand">True</property>
2441 <property name="fill">False</property>
2442 </packing>
2443 </child>
2445 <child>
2446 <widget class="GtkSpinButton" id="yPixDimSpinButt">
2447 <property name="visible">True</property>
2448 <property name="can_focus">True</property>
2449 <property name="climb_rate">10</property>
2450 <property name="digits">2</property>
2451 <property name="numeric">True</property>
2452 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2453 <property name="snap_to_ticks">False</property>
2454 <property name="wrap">False</property>
2455 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2456 </widget>
2457 <packing>
2458 <property name="padding">10</property>
2459 <property name="expand">True</property>
2460 <property name="fill">False</property>
2461 </packing>
2462 </child>
2463 </widget>
2464 <packing>
2465 <property name="padding">10</property>
2466 <property name="expand">True</property>
2467 <property name="fill">True</property>
2468 </packing>
2469 </child>
2471 <child>
2472 <widget class="GtkHBox" id="hbox1">
2473 <property name="visible">True</property>
2474 <property name="homogeneous">True</property>
2475 <property name="spacing">0</property>
2477 <child>
2478 <widget class="GtkLabel" id="label15">
2479 <property name="visible">True</property>
2480 <property name="label" translatable="yes">Visualized aspect ratio:</property>
2481 <property name="use_underline">False</property>
2482 <property name="use_markup">False</property>
2483 <property name="justify">GTK_JUSTIFY_LEFT</property>
2484 <property name="wrap">False</property>
2485 <property name="selectable">False</property>
2486 <property name="xalign">0.5</property>
2487 <property name="yalign">0.5</property>
2488 <property name="xpad">10</property>
2489 <property name="ypad">0</property>
2490 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2491 <property name="width_chars">-1</property>
2492 <property name="single_line_mode">False</property>
2493 <property name="angle">0</property>
2494 </widget>
2495 <packing>
2496 <property name="padding">0</property>
2497 <property name="expand">True</property>
2498 <property name="fill">False</property>
2499 </packing>
2500 </child>
2502 <child>
2503 <widget class="GtkSpinButton" id="aspectSpinButt">
2504 <property name="visible">True</property>
2505 <property name="can_focus">True</property>
2506 <property name="climb_rate">10</property>
2507 <property name="digits">2</property>
2508 <property name="numeric">True</property>
2509 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2510 <property name="snap_to_ticks">False</property>
2511 <property name="wrap">False</property>
2512 <property name="adjustment">1 0.0010000000475 1000 1 10 10</property>
2513 </widget>
2514 <packing>
2515 <property name="padding">10</property>
2516 <property name="expand">True</property>
2517 <property name="fill">False</property>
2518 </packing>
2519 </child>
2520 </widget>
2521 <packing>
2522 <property name="padding">10</property>
2523 <property name="expand">True</property>
2524 <property name="fill">True</property>
2525 </packing>
2526 </child>
2527 </widget>
2528 <packing>
2529 <property name="padding">0</property>
2530 <property name="expand">True</property>
2531 <property name="fill">True</property>
2532 </packing>
2533 </child>
2534 </widget>
2535 </child>
2536 </widget>
2538 <widget class="GtkDialog" id="SectionListWindow">
2539 <property name="visible">True</property>
2540 <property name="title" translatable="yes">Sections</property>
2541 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2542 <property name="window_position">GTK_WIN_POS_NONE</property>
2543 <property name="modal">False</property>
2544 <property name="default_width">380</property>
2545 <property name="default_height">380</property>
2546 <property name="resizable">True</property>
2547 <property name="destroy_with_parent">False</property>
2548 <property name="decorated">True</property>
2549 <property name="skip_taskbar_hint">False</property>
2550 <property name="skip_pager_hint">False</property>
2551 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2552 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2553 <property name="focus_on_map">True</property>
2554 <property name="urgency_hint">False</property>
2555 <property name="has_separator">True</property>
2556 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 14:56:38 GMT"/>
2557 <signal name="close" handler="on_close" last_modification_time="Wed, 11 Apr 2007 14:57:03 GMT"/>
2558 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 14:57:18 GMT"/>
2560 <child internal-child="vbox">
2561 <widget class="GtkVBox" id="dialog-vbox">
2562 <property name="visible">True</property>
2563 <property name="homogeneous">False</property>
2564 <property name="spacing">0</property>
2566 <child internal-child="action_area">
2567 <widget class="GtkHButtonBox" id="dialog-action_area5">
2568 <property name="visible">True</property>
2569 <property name="layout_style">GTK_BUTTONBOX_END</property>
2571 <child>
2572 <widget class="GtkButton" id="closeButton">
2573 <property name="visible">True</property>
2574 <property name="can_default">True</property>
2575 <property name="can_focus">True</property>
2576 <property name="label">gtk-close</property>
2577 <property name="use_stock">True</property>
2578 <property name="relief">GTK_RELIEF_NORMAL</property>
2579 <property name="focus_on_click">True</property>
2580 <property name="response_id">-7</property>
2581 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Wed, 11 Apr 2007 15:06:17 GMT"/>
2582 </widget>
2583 </child>
2584 </widget>
2585 <packing>
2586 <property name="padding">0</property>
2587 <property name="expand">False</property>
2588 <property name="fill">True</property>
2589 <property name="pack_type">GTK_PACK_END</property>
2590 </packing>
2591 </child>
2593 <child>
2594 <widget class="GtkVBox" id="globalVbox">
2595 <property name="visible">True</property>
2596 <property name="homogeneous">False</property>
2597 <property name="spacing">0</property>
2599 <child>
2600 <widget class="GtkLabel" id="sectionListLabel">
2601 <property name="visible">True</property>
2602 <property name="can_focus">True</property>
2603 <property name="label" translatable="yes">Sections List:</property>
2604 <property name="use_underline">False</property>
2605 <property name="use_markup">False</property>
2606 <property name="justify">GTK_JUSTIFY_LEFT</property>
2607 <property name="wrap">False</property>
2608 <property name="selectable">True</property>
2609 <property name="xalign">0.5</property>
2610 <property name="yalign">0.5</property>
2611 <property name="xpad">0</property>
2612 <property name="ypad">0</property>
2613 <property name="mnemonic_widget">sectionsTextView</property>
2614 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2615 <property name="width_chars">-1</property>
2616 <property name="single_line_mode">False</property>
2617 <property name="angle">0</property>
2618 </widget>
2619 <packing>
2620 <property name="padding">4</property>
2621 <property name="expand">False</property>
2622 <property name="fill">False</property>
2623 </packing>
2624 </child>
2626 <child>
2627 <widget class="GtkScrolledWindow" id="scrolledwindow">
2628 <property name="visible">True</property>
2629 <property name="can_focus">True</property>
2630 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
2631 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
2632 <property name="shadow_type">GTK_SHADOW_IN</property>
2633 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2635 <child>
2636 <widget class="GtkTextView" id="sectionsTextView">
2637 <property name="visible">True</property>
2638 <property name="can_focus">True</property>
2639 <property name="editable">True</property>
2640 <property name="overwrite">False</property>
2641 <property name="accepts_tab">True</property>
2642 <property name="justification">GTK_JUSTIFY_LEFT</property>
2643 <property name="wrap_mode">GTK_WRAP_NONE</property>
2644 <property name="cursor_visible">True</property>
2645 <property name="pixels_above_lines">0</property>
2646 <property name="pixels_below_lines">0</property>
2647 <property name="pixels_inside_wrap">0</property>
2648 <property name="left_margin">0</property>
2649 <property name="right_margin">0</property>
2650 <property name="indent">0</property>
2651 <property name="text" translatable="yes"></property>
2652 </widget>
2653 </child>
2654 </widget>
2655 <packing>
2656 <property name="padding">0</property>
2657 <property name="expand">True</property>
2658 <property name="fill">True</property>
2659 </packing>
2660 </child>
2661 </widget>
2662 <packing>
2663 <property name="padding">0</property>
2664 <property name="expand">True</property>
2665 <property name="fill">True</property>
2666 </packing>
2667 </child>
2668 </widget>
2669 </child>
2670 </widget>
2672 <widget class="GtkFileChooserDialog" id="savefileDialog">
2673 <property name="visible">True</property>
2674 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
2675 <property name="local_only">True</property>
2676 <property name="select_multiple">False</property>
2677 <property name="show_hidden">False</property>
2678 <property name="do_overwrite_confirmation">False</property>
2679 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2680 <property name="window_position">GTK_WIN_POS_NONE</property>
2681 <property name="modal">False</property>
2682 <property name="resizable">True</property>
2683 <property name="destroy_with_parent">False</property>
2684 <property name="decorated">True</property>
2685 <property name="skip_taskbar_hint">False</property>
2686 <property name="skip_pager_hint">False</property>
2687 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2688 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2689 <property name="focus_on_map">True</property>
2690 <property name="urgency_hint">False</property>
2692 <child internal-child="vbox">
2693 <widget class="GtkVBox" id="dialog-vbox">
2694 <property name="visible">True</property>
2695 <property name="homogeneous">False</property>
2696 <property name="spacing">24</property>
2698 <child internal-child="action_area">
2699 <widget class="GtkHButtonBox" id="dialog-action_area">
2700 <property name="visible">True</property>
2701 <property name="layout_style">GTK_BUTTONBOX_END</property>
2703 <child>
2704 <widget class="GtkButton" id="cancelButton">
2705 <property name="visible">True</property>
2706 <property name="can_default">True</property>
2707 <property name="can_focus">True</property>
2708 <property name="label">gtk-cancel</property>
2709 <property name="use_stock">True</property>
2710 <property name="relief">GTK_RELIEF_NORMAL</property>
2711 <property name="focus_on_click">True</property>
2712 <property name="response_id">-6</property>
2713 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 11 Oct 2007 21:25:23 GMT"/>
2714 </widget>
2715 </child>
2717 <child>
2718 <widget class="GtkButton" id="saveButton">
2719 <property name="visible">True</property>
2720 <property name="can_default">True</property>
2721 <property name="has_default">True</property>
2722 <property name="can_focus">True</property>
2723 <property name="label">gtk-save</property>
2724 <property name="use_stock">True</property>
2725 <property name="relief">GTK_RELIEF_NORMAL</property>
2726 <property name="focus_on_click">True</property>
2727 <property name="response_id">-5</property>
2728 <signal name="clicked" handler="on_saveButton_clicked" last_modification_time="Thu, 11 Oct 2007 21:25:06 GMT"/>
2729 </widget>
2730 </child>
2731 </widget>
2732 <packing>
2733 <property name="padding">0</property>
2734 <property name="expand">False</property>
2735 <property name="fill">True</property>
2736 <property name="pack_type">GTK_PACK_END</property>
2737 </packing>
2738 </child>
2739 </widget>
2740 </child>
2741 </widget>
2743 <widget class="GtkDialog" id="BinningDialog">
2744 <property name="visible">True</property>
2745 <property name="title" translatable="yes">Binning Parameters</property>
2746 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2747 <property name="window_position">GTK_WIN_POS_NONE</property>
2748 <property name="modal">False</property>
2749 <property name="resizable">True</property>
2750 <property name="destroy_with_parent">False</property>
2751 <property name="decorated">True</property>
2752 <property name="skip_taskbar_hint">False</property>
2753 <property name="skip_pager_hint">False</property>
2754 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2755 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2756 <property name="focus_on_map">True</property>
2757 <property name="urgency_hint">False</property>
2758 <property name="has_separator">True</property>
2759 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:11 GMT"/>
2760 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:48:21 GMT"/>
2762 <child internal-child="vbox">
2763 <widget class="GtkVBox" id="vbox">
2764 <property name="visible">True</property>
2765 <property name="homogeneous">False</property>
2766 <property name="spacing">0</property>
2768 <child internal-child="action_area">
2769 <widget class="GtkHButtonBox" id="hbuttonbox1">
2770 <property name="visible">True</property>
2771 <property name="layout_style">GTK_BUTTONBOX_END</property>
2773 <child>
2774 <widget class="GtkButton" id="cancelButton">
2775 <property name="visible">True</property>
2776 <property name="can_default">True</property>
2777 <property name="can_focus">True</property>
2778 <property name="label">gtk-cancel</property>
2779 <property name="use_stock">True</property>
2780 <property name="relief">GTK_RELIEF_NORMAL</property>
2781 <property name="focus_on_click">True</property>
2782 <property name="response_id">-6</property>
2783 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:21 GMT"/>
2784 </widget>
2785 </child>
2787 <child>
2788 <widget class="GtkButton" id="okButton">
2789 <property name="visible">True</property>
2790 <property name="can_default">True</property>
2791 <property name="can_focus">True</property>
2792 <property name="label">gtk-ok</property>
2793 <property name="use_stock">True</property>
2794 <property name="relief">GTK_RELIEF_NORMAL</property>
2795 <property name="focus_on_click">True</property>
2796 <property name="response_id">-5</property>
2797 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:27 GMT"/>
2798 </widget>
2799 </child>
2800 </widget>
2801 <packing>
2802 <property name="padding">0</property>
2803 <property name="expand">False</property>
2804 <property name="fill">True</property>
2805 <property name="pack_type">GTK_PACK_END</property>
2806 </packing>
2807 </child>
2809 <child>
2810 <widget class="GtkVBox" id="vbox3">
2811 <property name="visible">True</property>
2812 <property name="homogeneous">True</property>
2813 <property name="spacing">0</property>
2815 <child>
2816 <widget class="GtkLabel" id="label16">
2817 <property name="visible">True</property>
2818 <property name="label" translatable="yes">Select the binning parameters:</property>
2819 <property name="use_underline">False</property>
2820 <property name="use_markup">False</property>
2821 <property name="justify">GTK_JUSTIFY_LEFT</property>
2822 <property name="wrap">False</property>
2823 <property name="selectable">False</property>
2824 <property name="xalign">0.5</property>
2825 <property name="yalign">0.5</property>
2826 <property name="xpad">0</property>
2827 <property name="ypad">5</property>
2828 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2829 <property name="width_chars">-1</property>
2830 <property name="single_line_mode">False</property>
2831 <property name="angle">0</property>
2832 </widget>
2833 <packing>
2834 <property name="padding">5</property>
2835 <property name="expand">False</property>
2836 <property name="fill">False</property>
2837 </packing>
2838 </child>
2840 <child>
2841 <widget class="GtkHBox" id="hbox2">
2842 <property name="visible">True</property>
2843 <property name="homogeneous">True</property>
2844 <property name="spacing">0</property>
2846 <child>
2847 <widget class="GtkLabel" id="label17">
2848 <property name="visible">True</property>
2849 <property name="label" translatable="yes">Binning X factor:</property>
2850 <property name="use_underline">False</property>
2851 <property name="use_markup">False</property>
2852 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2853 <property name="wrap">False</property>
2854 <property name="selectable">False</property>
2855 <property name="xalign">0.5</property>
2856 <property name="yalign">0.5</property>
2857 <property name="xpad">10</property>
2858 <property name="ypad">0</property>
2859 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2860 <property name="width_chars">-1</property>
2861 <property name="single_line_mode">False</property>
2862 <property name="angle">0</property>
2863 </widget>
2864 <packing>
2865 <property name="padding">0</property>
2866 <property name="expand">True</property>
2867 <property name="fill">False</property>
2868 </packing>
2869 </child>
2871 <child>
2872 <widget class="GtkSpinButton" id="xBinSpinButt">
2873 <property name="visible">True</property>
2874 <property name="can_focus">True</property>
2875 <property name="climb_rate">10</property>
2876 <property name="digits">2</property>
2877 <property name="numeric">True</property>
2878 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2879 <property name="snap_to_ticks">False</property>
2880 <property name="wrap">False</property>
2881 <property name="adjustment">2 2 200 1 10 10</property>
2882 </widget>
2883 <packing>
2884 <property name="padding">10</property>
2885 <property name="expand">True</property>
2886 <property name="fill">False</property>
2887 </packing>
2888 </child>
2889 </widget>
2890 <packing>
2891 <property name="padding">10</property>
2892 <property name="expand">True</property>
2893 <property name="fill">True</property>
2894 </packing>
2895 </child>
2897 <child>
2898 <widget class="GtkHBox" id="hbox3">
2899 <property name="visible">True</property>
2900 <property name="homogeneous">True</property>
2901 <property name="spacing">0</property>
2903 <child>
2904 <widget class="GtkLabel" id="label18">
2905 <property name="visible">True</property>
2906 <property name="label" translatable="yes">Binning Y factor:</property>
2907 <property name="use_underline">False</property>
2908 <property name="use_markup">False</property>
2909 <property name="justify">GTK_JUSTIFY_LEFT</property>
2910 <property name="wrap">False</property>
2911 <property name="selectable">False</property>
2912 <property name="xalign">0.5</property>
2913 <property name="yalign">0.5</property>
2914 <property name="xpad">10</property>
2915 <property name="ypad">0</property>
2916 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2917 <property name="width_chars">-1</property>
2918 <property name="single_line_mode">False</property>
2919 <property name="angle">0</property>
2920 </widget>
2921 <packing>
2922 <property name="padding">0</property>
2923 <property name="expand">True</property>
2924 <property name="fill">False</property>
2925 </packing>
2926 </child>
2928 <child>
2929 <widget class="GtkSpinButton" id="yBinSpinButt">
2930 <property name="visible">True</property>
2931 <property name="can_focus">True</property>
2932 <property name="climb_rate">10</property>
2933 <property name="digits">2</property>
2934 <property name="numeric">True</property>
2935 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2936 <property name="snap_to_ticks">False</property>
2937 <property name="wrap">False</property>
2938 <property name="adjustment">2 2 200 1 10 10</property>
2939 </widget>
2940 <packing>
2941 <property name="padding">10</property>
2942 <property name="expand">True</property>
2943 <property name="fill">False</property>
2944 </packing>
2945 </child>
2946 </widget>
2947 <packing>
2948 <property name="padding">10</property>
2949 <property name="expand">True</property>
2950 <property name="fill">True</property>
2951 </packing>
2952 </child>
2953 </widget>
2954 <packing>
2955 <property name="padding">0</property>
2956 <property name="expand">True</property>
2957 <property name="fill">True</property>
2958 </packing>
2959 </child>
2960 </widget>
2961 </child>
2962 </widget>
2964 <widget class="GtkDialog" id="OutputDialog">
2965 <property name="visible">True</property>
2966 <property name="title" translatable="yes">Calculations Results</property>
2967 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2968 <property name="window_position">GTK_WIN_POS_NONE</property>
2969 <property name="modal">False</property>
2970 <property name="default_width">400</property>
2971 <property name="default_height">500</property>
2972 <property name="resizable">True</property>
2973 <property name="destroy_with_parent">False</property>
2974 <property name="decorated">True</property>
2975 <property name="skip_taskbar_hint">False</property>
2976 <property name="skip_pager_hint">False</property>
2977 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2978 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2979 <property name="focus_on_map">True</property>
2980 <property name="urgency_hint">False</property>
2981 <property name="has_separator">True</property>
2982 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 14 Oct 2007 08:51:24 GMT"/>
2983 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sun, 14 Oct 2007 10:01:16 GMT"/>
2985 <child internal-child="vbox">
2986 <widget class="GtkVBox" id="dialog-vbox">
2987 <property name="visible">True</property>
2988 <property name="homogeneous">False</property>
2989 <property name="spacing">0</property>
2991 <child internal-child="action_area">
2992 <widget class="GtkHButtonBox" id="dialog-action_area">
2993 <property name="visible">True</property>
2994 <property name="layout_style">GTK_BUTTONBOX_END</property>
2996 <child>
2997 <widget class="GtkButton" id="saveButton">
2998 <property name="visible">True</property>
2999 <property name="can_default">True</property>
3000 <property name="can_focus">True</property>
3001 <property name="label">gtk-save</property>
3002 <property name="use_stock">True</property>
3003 <property name="relief">GTK_RELIEF_NORMAL</property>
3004 <property name="focus_on_click">True</property>
3005 <property name="response_id">0</property>
3006 <signal name="clicked" handler="on_saveButton_clicked" last_modification_time="Sat, 13 Oct 2007 20:06:57 GMT"/>
3007 </widget>
3008 </child>
3010 <child>
3011 <widget class="GtkButton" id="closeButton">
3012 <property name="visible">True</property>
3013 <property name="can_default">True</property>
3014 <property name="can_focus">True</property>
3015 <property name="label">gtk-close</property>
3016 <property name="use_stock">True</property>
3017 <property name="relief">GTK_RELIEF_NORMAL</property>
3018 <property name="focus_on_click">True</property>
3019 <property name="response_id">-7</property>
3020 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Sat, 13 Oct 2007 20:10:11 GMT"/>
3021 </widget>
3022 </child>
3024 <child>
3025 <widget class="GtkButton" id="clearButton">
3026 <property name="visible">True</property>
3027 <property name="can_default">True</property>
3028 <property name="can_focus">True</property>
3029 <property name="label">gtk-clear</property>
3030 <property name="use_stock">True</property>
3031 <property name="relief">GTK_RELIEF_NORMAL</property>
3032 <property name="focus_on_click">True</property>
3033 <property name="response_id">0</property>
3034 <signal name="clicked" handler="on_clearButton_clicked" last_modification_time="Sun, 14 Oct 2007 09:38:35 GMT"/>
3035 </widget>
3036 </child>
3037 </widget>
3038 <packing>
3039 <property name="padding">0</property>
3040 <property name="expand">False</property>
3041 <property name="fill">True</property>
3042 <property name="pack_type">GTK_PACK_END</property>
3043 </packing>
3044 </child>
3046 <child>
3047 <widget class="GtkScrolledWindow" id="scrolledwindow">
3048 <property name="visible">True</property>
3049 <property name="can_focus">True</property>
3050 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3051 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3052 <property name="shadow_type">GTK_SHADOW_IN</property>
3053 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3055 <child>
3056 <widget class="GtkTextView" id="textview">
3057 <property name="visible">True</property>
3058 <property name="can_focus">True</property>
3059 <property name="editable">True</property>
3060 <property name="overwrite">False</property>
3061 <property name="accepts_tab">True</property>
3062 <property name="justification">GTK_JUSTIFY_LEFT</property>
3063 <property name="wrap_mode">GTK_WRAP_NONE</property>
3064 <property name="cursor_visible">True</property>
3065 <property name="pixels_above_lines">0</property>
3066 <property name="pixels_below_lines">0</property>
3067 <property name="pixels_inside_wrap">0</property>
3068 <property name="left_margin">0</property>
3069 <property name="right_margin">0</property>
3070 <property name="indent">0</property>
3071 <property name="text" translatable="yes"></property>
3072 </widget>
3073 </child>
3074 </widget>
3075 <packing>
3076 <property name="padding">0</property>
3077 <property name="expand">True</property>
3078 <property name="fill">True</property>
3079 </packing>
3080 </child>
3081 </widget>
3082 </child>
3083 </widget>
3085 <widget class="GtkDialog" id="PeakIntegralDialog">
3086 <property name="visible">True</property>
3087 <property name="title" translatable="yes">Peak Integral</property>
3088 <property name="type">GTK_WINDOW_TOPLEVEL</property>
3089 <property name="window_position">GTK_WIN_POS_NONE</property>
3090 <property name="modal">False</property>
3091 <property name="default_width">350</property>
3092 <property name="default_height">300</property>
3093 <property name="resizable">True</property>
3094 <property name="destroy_with_parent">False</property>
3095 <property name="decorated">True</property>
3096 <property name="skip_taskbar_hint">False</property>
3097 <property name="skip_pager_hint">False</property>
3098 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3099 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
3100 <property name="focus_on_map">True</property>
3101 <property name="urgency_hint">False</property>
3102 <property name="has_separator">True</property>
3103 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 14 Oct 2007 08:37:33 GMT"/>
3105 <child internal-child="vbox">
3106 <widget class="GtkVBox" id="dialog-vbox4">
3107 <property name="visible">True</property>
3108 <property name="homogeneous">False</property>
3109 <property name="spacing">0</property>
3111 <child internal-child="action_area">
3112 <widget class="GtkHButtonBox" id="dialog-action_area8">
3113 <property name="visible">True</property>
3114 <property name="layout_style">GTK_BUTTONBOX_END</property>
3116 <child>
3117 <widget class="GtkButton" id="calculateButton">
3118 <property name="visible">True</property>
3119 <property name="can_default">True</property>
3120 <property name="can_focus">True</property>
3121 <property name="relief">GTK_RELIEF_NORMAL</property>
3122 <property name="focus_on_click">True</property>
3123 <property name="response_id">-10</property>
3124 <signal name="clicked" handler="on_calculateButton_clicked" last_modification_time="Sun, 14 Oct 2007 08:42:25 GMT"/>
3126 <child>
3127 <widget class="GtkAlignment" id="alignment1">
3128 <property name="visible">True</property>
3129 <property name="xalign">0.5</property>
3130 <property name="yalign">0.5</property>
3131 <property name="xscale">0</property>
3132 <property name="yscale">0</property>
3133 <property name="top_padding">0</property>
3134 <property name="bottom_padding">0</property>
3135 <property name="left_padding">0</property>
3136 <property name="right_padding">0</property>
3138 <child>
3139 <widget class="GtkHBox" id="hbox6">
3140 <property name="visible">True</property>
3141 <property name="homogeneous">False</property>
3142 <property name="spacing">2</property>
3144 <child>
3145 <widget class="GtkImage" id="image238">
3146 <property name="visible">True</property>
3147 <property name="stock">gtk-execute</property>
3148 <property name="icon_size">4</property>
3149 <property name="xalign">0.5</property>
3150 <property name="yalign">0.5</property>
3151 <property name="xpad">0</property>
3152 <property name="ypad">0</property>
3153 </widget>
3154 <packing>
3155 <property name="padding">0</property>
3156 <property name="expand">False</property>
3157 <property name="fill">False</property>
3158 </packing>
3159 </child>
3161 <child>
3162 <widget class="GtkLabel" id="label22">
3163 <property name="visible">True</property>
3164 <property name="label" translatable="yes">Calculate</property>
3165 <property name="use_underline">True</property>
3166 <property name="use_markup">False</property>
3167 <property name="justify">GTK_JUSTIFY_LEFT</property>
3168 <property name="wrap">False</property>
3169 <property name="selectable">False</property>
3170 <property name="xalign">0.5</property>
3171 <property name="yalign">0.5</property>
3172 <property name="xpad">0</property>
3173 <property name="ypad">0</property>
3174 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3175 <property name="width_chars">-1</property>
3176 <property name="single_line_mode">False</property>
3177 <property name="angle">0</property>
3178 </widget>
3179 <packing>
3180 <property name="padding">0</property>
3181 <property name="expand">False</property>
3182 <property name="fill">False</property>
3183 </packing>
3184 </child>
3185 </widget>
3186 </child>
3187 </widget>
3188 </child>
3189 </widget>
3190 </child>
3192 <child>
3193 <widget class="GtkButton" id="cancelButton">
3194 <property name="visible">True</property>
3195 <property name="can_default">True</property>
3196 <property name="can_focus">True</property>
3197 <property name="label">gtk-cancel</property>
3198 <property name="use_stock">True</property>
3199 <property name="relief">GTK_RELIEF_NORMAL</property>
3200 <property name="focus_on_click">True</property>
3201 <property name="response_id">-6</property>
3202 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Sat, 13 Oct 2007 21:10:44 GMT"/>
3203 </widget>
3204 </child>
3206 <child>
3207 <widget class="GtkButton" id="okButton">
3208 <property name="visible">True</property>
3209 <property name="can_default">True</property>
3210 <property name="can_focus">True</property>
3211 <property name="label">gtk-ok</property>
3212 <property name="use_stock">True</property>
3213 <property name="relief">GTK_RELIEF_NORMAL</property>
3214 <property name="focus_on_click">True</property>
3215 <property name="response_id">-5</property>
3216 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Sat, 13 Oct 2007 21:10:59 GMT"/>
3217 </widget>
3218 </child>
3219 </widget>
3220 <packing>
3221 <property name="padding">0</property>
3222 <property name="expand">False</property>
3223 <property name="fill">True</property>
3224 <property name="pack_type">GTK_PACK_END</property>
3225 </packing>
3226 </child>
3228 <child>
3229 <widget class="GtkVBox" id="vbox6">
3230 <property name="visible">True</property>
3231 <property name="homogeneous">False</property>
3232 <property name="spacing">0</property>
3234 <child>
3235 <widget class="GtkLabel" id="Description">
3236 <property name="visible">True</property>
3237 <property name="label" translatable="yes">Select peak integral domain parameters:</property>
3238 <property name="use_underline">False</property>
3239 <property name="use_markup">False</property>
3240 <property name="justify">GTK_JUSTIFY_LEFT</property>
3241 <property name="wrap">False</property>
3242 <property name="selectable">False</property>
3243 <property name="xalign">0.5</property>
3244 <property name="yalign">0.5</property>
3245 <property name="xpad">0</property>
3246 <property name="ypad">5</property>
3247 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3248 <property name="width_chars">-1</property>
3249 <property name="single_line_mode">False</property>
3250 <property name="angle">0</property>
3251 </widget>
3252 <packing>
3253 <property name="padding">0</property>
3254 <property name="expand">False</property>
3255 <property name="fill">False</property>
3256 </packing>
3257 </child>
3259 <child>
3260 <widget class="GtkAspectFrame" id="aspectframe2">
3261 <property name="visible">True</property>
3262 <property name="label_xalign">0</property>
3263 <property name="label_yalign">0.5</property>
3264 <property name="shadow_type">GTK_SHADOW_NONE</property>
3265 <property name="xalign">0.5</property>
3266 <property name="yalign">0.5</property>
3267 <property name="ratio">1</property>
3268 <property name="obey_child">True</property>
3270 <child>
3271 <widget class="GtkAlignment" id="alignment3">
3272 <property name="visible">True</property>
3273 <property name="xalign">0.5</property>
3274 <property name="yalign">0.5</property>
3275 <property name="xscale">1</property>
3276 <property name="yscale">1</property>
3277 <property name="top_padding">5</property>
3278 <property name="bottom_padding">5</property>
3279 <property name="left_padding">12</property>
3280 <property name="right_padding">0</property>
3282 <child>
3283 <widget class="GtkVBox" id="vbox7">
3284 <property name="visible">True</property>
3285 <property name="homogeneous">False</property>
3286 <property name="spacing">0</property>
3288 <child>
3289 <widget class="GtkHBox" id="theresholdHBox">
3290 <property name="visible">True</property>
3291 <property name="homogeneous">True</property>
3292 <property name="spacing">0</property>
3294 <child>
3295 <widget class="GtkLabel" id="theresholdLabel">
3296 <property name="visible">True</property>
3297 <property name="label" translatable="yes">Integral threshold value:</property>
3298 <property name="use_underline">False</property>
3299 <property name="use_markup">False</property>
3300 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3301 <property name="wrap">False</property>
3302 <property name="selectable">False</property>
3303 <property name="xalign">0.5</property>
3304 <property name="yalign">0.5</property>
3305 <property name="xpad">10</property>
3306 <property name="ypad">0</property>
3307 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3308 <property name="width_chars">-1</property>
3309 <property name="single_line_mode">False</property>
3310 <property name="angle">0</property>
3311 </widget>
3312 <packing>
3313 <property name="padding">0</property>
3314 <property name="expand">True</property>
3315 <property name="fill">True</property>
3316 </packing>
3317 </child>
3319 <child>
3320 <widget class="GtkSpinButton" id="thresholdSpinButt">
3321 <property name="visible">True</property>
3322 <property name="tooltip" translatable="yes">Min value a pixel must have to be integrated</property>
3323 <property name="can_focus">True</property>
3324 <property name="climb_rate">10</property>
3325 <property name="digits">2</property>
3326 <property name="numeric">True</property>
3327 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3328 <property name="snap_to_ticks">False</property>
3329 <property name="wrap">False</property>
3330 <property name="adjustment">0 0 1000000 1 10 10</property>
3331 <signal name="value_changed" handler="on_thresholdSpinButt_value_changed" last_modification_time="Sun, 14 Oct 2007 10:45:14 GMT"/>
3332 </widget>
3333 <packing>
3334 <property name="padding">10</property>
3335 <property name="expand">True</property>
3336 <property name="fill">True</property>
3337 </packing>
3338 </child>
3339 </widget>
3340 <packing>
3341 <property name="padding">0</property>
3342 <property name="expand">True</property>
3343 <property name="fill">True</property>
3344 </packing>
3345 </child>
3347 <child>
3348 <widget class="GtkHBox" id="hbox7">
3349 <property name="visible">True</property>
3350 <property name="homogeneous">True</property>
3351 <property name="spacing">0</property>
3353 <child>
3354 <widget class="GtkLabel" id="rThresholdLabel">
3355 <property name="visible">True</property>
3356 <property name="label" translatable="yes">Residual threshold value:</property>
3357 <property name="use_underline">False</property>
3358 <property name="use_markup">False</property>
3359 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3360 <property name="wrap">False</property>
3361 <property name="selectable">False</property>
3362 <property name="xalign">0.5</property>
3363 <property name="yalign">0.5</property>
3364 <property name="xpad">10</property>
3365 <property name="ypad">0</property>
3366 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3367 <property name="width_chars">-1</property>
3368 <property name="single_line_mode">False</property>
3369 <property name="angle">0</property>
3370 </widget>
3371 <packing>
3372 <property name="padding">0</property>
3373 <property name="expand">True</property>
3374 <property name="fill">True</property>
3375 </packing>
3376 </child>
3378 <child>
3379 <widget class="GtkSpinButton" id="rThresholdSpinButt">
3380 <property name="visible">True</property>
3381 <property name="tooltip" translatable="yes">Min value a pixel must have to be integrated</property>
3382 <property name="can_focus">True</property>
3383 <property name="climb_rate">10</property>
3384 <property name="digits">2</property>
3385 <property name="numeric">True</property>
3386 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3387 <property name="snap_to_ticks">False</property>
3388 <property name="wrap">False</property>
3389 <property name="adjustment">0 0 1000000 1 10 10</property>
3390 <signal name="value_changed" handler="on_rThresholdSpinButt_value_changed" last_modification_time="Fri, 19 Oct 2007 09:57:36 GMT"/>
3391 </widget>
3392 <packing>
3393 <property name="padding">10</property>
3394 <property name="expand">True</property>
3395 <property name="fill">True</property>
3396 </packing>
3397 </child>
3398 </widget>
3399 <packing>
3400 <property name="padding">0</property>
3401 <property name="expand">True</property>
3402 <property name="fill">True</property>
3403 </packing>
3404 </child>
3405 </widget>
3406 </child>
3407 </widget>
3408 </child>
3410 <child>
3411 <widget class="GtkLabel" id="label26">
3412 <property name="visible">True</property>
3413 <property name="label" translatable="yes">&lt;b&gt;Threshold domain&lt;/b&gt;</property>
3414 <property name="use_underline">False</property>
3415 <property name="use_markup">True</property>
3416 <property name="justify">GTK_JUSTIFY_LEFT</property>
3417 <property name="wrap">False</property>
3418 <property name="selectable">False</property>
3419 <property name="xalign">0.5</property>
3420 <property name="yalign">0.5</property>
3421 <property name="xpad">0</property>
3422 <property name="ypad">0</property>
3423 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3424 <property name="width_chars">-1</property>
3425 <property name="single_line_mode">False</property>
3426 <property name="angle">0</property>
3427 </widget>
3428 <packing>
3429 <property name="type">label_item</property>
3430 </packing>
3431 </child>
3432 </widget>
3433 <packing>
3434 <property name="padding">0</property>
3435 <property name="expand">True</property>
3436 <property name="fill">True</property>
3437 </packing>
3438 </child>
3440 <child>
3441 <widget class="GtkAspectFrame" id="aspectframe3">
3442 <property name="visible">True</property>
3443 <property name="label_xalign">0</property>
3444 <property name="label_yalign">0.5</property>
3445 <property name="shadow_type">GTK_SHADOW_NONE</property>
3446 <property name="xalign">0.5</property>
3447 <property name="yalign">0.5</property>
3448 <property name="ratio">1</property>
3449 <property name="obey_child">True</property>
3451 <child>
3452 <widget class="GtkAlignment" id="alignment4">
3453 <property name="visible">True</property>
3454 <property name="xalign">0.5</property>
3455 <property name="yalign">0.5</property>
3456 <property name="xscale">1</property>
3457 <property name="yscale">1</property>
3458 <property name="top_padding">5</property>
3459 <property name="bottom_padding">5</property>
3460 <property name="left_padding">12</property>
3461 <property name="right_padding">0</property>
3463 <child>
3464 <widget class="GtkVBox" id="vbox8">
3465 <property name="visible">True</property>
3466 <property name="homogeneous">False</property>
3467 <property name="spacing">0</property>
3469 <child>
3470 <widget class="GtkHBox" id="maxRadiousHBox">
3471 <property name="visible">True</property>
3472 <property name="homogeneous">True</property>
3473 <property name="spacing">0</property>
3475 <child>
3476 <widget class="GtkLabel" id="maxRadiousLabel">
3477 <property name="visible">True</property>
3478 <property name="label" translatable="yes">Max radius:</property>
3479 <property name="use_underline">False</property>
3480 <property name="use_markup">False</property>
3481 <property name="justify">GTK_JUSTIFY_LEFT</property>
3482 <property name="wrap">False</property>
3483 <property name="selectable">False</property>
3484 <property name="xalign">0.5</property>
3485 <property name="yalign">0.5</property>
3486 <property name="xpad">10</property>
3487 <property name="ypad">0</property>
3488 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3489 <property name="width_chars">-1</property>
3490 <property name="single_line_mode">False</property>
3491 <property name="angle">0</property>
3492 </widget>
3493 <packing>
3494 <property name="padding">0</property>
3495 <property name="expand">True</property>
3496 <property name="fill">True</property>
3497 </packing>
3498 </child>
3500 <child>
3501 <widget class="GtkSpinButton" id="maxRadiousSpinButt">
3502 <property name="visible">True</property>
3503 <property name="tooltip" translatable="yes">Radius of the circle inside which the integration take place</property>
3504 <property name="can_focus">True</property>
3505 <property name="climb_rate">10</property>
3506 <property name="digits">0</property>
3507 <property name="numeric">True</property>
3508 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3509 <property name="snap_to_ticks">False</property>
3510 <property name="wrap">False</property>
3511 <property name="adjustment">0 0 1000000 1 10 10</property>
3512 <signal name="value_changed" handler="on_maxRadiousSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 16:47:30 GMT"/>
3513 </widget>
3514 <packing>
3515 <property name="padding">10</property>
3516 <property name="expand">True</property>
3517 <property name="fill">True</property>
3518 </packing>
3519 </child>
3520 </widget>
3521 <packing>
3522 <property name="padding">0</property>
3523 <property name="expand">True</property>
3524 <property name="fill">True</property>
3525 </packing>
3526 </child>
3528 <child>
3529 <widget class="GtkHBox" id="xCircleHBox">
3530 <property name="visible">True</property>
3531 <property name="homogeneous">True</property>
3532 <property name="spacing">0</property>
3534 <child>
3535 <widget class="GtkLabel" id="label23">
3536 <property name="visible">True</property>
3537 <property name="label" translatable="yes">Peak X coordinate:</property>
3538 <property name="use_underline">False</property>
3539 <property name="use_markup">False</property>
3540 <property name="justify">GTK_JUSTIFY_LEFT</property>
3541 <property name="wrap">False</property>
3542 <property name="selectable">False</property>
3543 <property name="xalign">0.5</property>
3544 <property name="yalign">0.5</property>
3545 <property name="xpad">10</property>
3546 <property name="ypad">0</property>
3547 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3548 <property name="width_chars">-1</property>
3549 <property name="single_line_mode">False</property>
3550 <property name="angle">0</property>
3551 </widget>
3552 <packing>
3553 <property name="padding">0</property>
3554 <property name="expand">True</property>
3555 <property name="fill">True</property>
3556 </packing>
3557 </child>
3559 <child>
3560 <widget class="GtkSpinButton" id="xCircleSpinButt">
3561 <property name="visible">True</property>
3562 <property name="can_focus">True</property>
3563 <property name="climb_rate">10</property>
3564 <property name="digits">0</property>
3565 <property name="numeric">True</property>
3566 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3567 <property name="snap_to_ticks">False</property>
3568 <property name="wrap">False</property>
3569 <property name="adjustment">0 0 1000000 1 10 10</property>
3570 <signal name="value_changed" handler="on_xCircleSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 21:46:12 GMT"/>
3571 </widget>
3572 <packing>
3573 <property name="padding">10</property>
3574 <property name="expand">True</property>
3575 <property name="fill">True</property>
3576 </packing>
3577 </child>
3578 </widget>
3579 <packing>
3580 <property name="padding">0</property>
3581 <property name="expand">True</property>
3582 <property name="fill">True</property>
3583 </packing>
3584 </child>
3586 <child>
3587 <widget class="GtkHBox" id="yCircleHBox">
3588 <property name="visible">True</property>
3589 <property name="homogeneous">True</property>
3590 <property name="spacing">0</property>
3592 <child>
3593 <widget class="GtkLabel" id="label24">
3594 <property name="visible">True</property>
3595 <property name="label" translatable="yes">Peak Y coordinate:</property>
3596 <property name="use_underline">False</property>
3597 <property name="use_markup">False</property>
3598 <property name="justify">GTK_JUSTIFY_LEFT</property>
3599 <property name="wrap">False</property>
3600 <property name="selectable">False</property>
3601 <property name="xalign">0.5</property>
3602 <property name="yalign">0.5</property>
3603 <property name="xpad">10</property>
3604 <property name="ypad">0</property>
3605 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3606 <property name="width_chars">-1</property>
3607 <property name="single_line_mode">False</property>
3608 <property name="angle">0</property>
3609 </widget>
3610 <packing>
3611 <property name="padding">0</property>
3612 <property name="expand">True</property>
3613 <property name="fill">True</property>
3614 </packing>
3615 </child>
3617 <child>
3618 <widget class="GtkSpinButton" id="yCircleSpinButt">
3619 <property name="visible">True</property>
3620 <property name="can_focus">True</property>
3621 <property name="climb_rate">10</property>
3622 <property name="digits">0</property>
3623 <property name="numeric">True</property>
3624 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3625 <property name="snap_to_ticks">False</property>
3626 <property name="wrap">False</property>
3627 <property name="adjustment">0 0 1000000 1 10 10</property>
3628 <signal name="value_changed" handler="on_yCircleSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 21:46:24 GMT"/>
3629 </widget>
3630 <packing>
3631 <property name="padding">10</property>
3632 <property name="expand">True</property>
3633 <property name="fill">True</property>
3634 </packing>
3635 </child>
3636 </widget>
3637 <packing>
3638 <property name="padding">0</property>
3639 <property name="expand">True</property>
3640 <property name="fill">True</property>
3641 </packing>
3642 </child>
3643 </widget>
3644 </child>
3645 </widget>
3646 </child>
3648 <child>
3649 <widget class="GtkLabel" id="label27">
3650 <property name="visible">True</property>
3651 <property name="label" translatable="yes">&lt;b&gt;Circle domain&lt;/b&gt;</property>
3652 <property name="use_underline">False</property>
3653 <property name="use_markup">True</property>
3654 <property name="justify">GTK_JUSTIFY_LEFT</property>
3655 <property name="wrap">False</property>
3656 <property name="selectable">False</property>
3657 <property name="xalign">0.5</property>
3658 <property name="yalign">0.5</property>
3659 <property name="xpad">0</property>
3660 <property name="ypad">0</property>
3661 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3662 <property name="width_chars">-1</property>
3663 <property name="single_line_mode">False</property>
3664 <property name="angle">0</property>
3665 </widget>
3666 <packing>
3667 <property name="type">label_item</property>
3668 </packing>
3669 </child>
3670 </widget>
3671 <packing>
3672 <property name="padding">0</property>
3673 <property name="expand">True</property>
3674 <property name="fill">True</property>
3675 </packing>
3676 </child>
3677 </widget>
3678 <packing>
3679 <property name="padding">0</property>
3680 <property name="expand">True</property>
3681 <property name="fill">True</property>
3682 </packing>
3683 </child>
3684 </widget>
3685 </child>
3686 </widget>
3688 <widget class="GtkDialog" id="ImageParametersDialog">
3689 <property name="visible">True</property>
3690 <property name="title" translatable="yes">Image Properties</property>
3691 <property name="type">GTK_WINDOW_TOPLEVEL</property>
3692 <property name="window_position">GTK_WIN_POS_NONE</property>
3693 <property name="modal">False</property>
3694 <property name="resizable">True</property>
3695 <property name="destroy_with_parent">False</property>
3696 <property name="decorated">True</property>
3697 <property name="skip_taskbar_hint">False</property>
3698 <property name="skip_pager_hint">False</property>
3699 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3700 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
3701 <property name="focus_on_map">True</property>
3702 <property name="urgency_hint">False</property>
3703 <property name="has_separator">True</property>
3705 <child internal-child="vbox">
3706 <widget class="GtkVBox" id="dialog-vbox">
3707 <property name="visible">True</property>
3708 <property name="homogeneous">False</property>
3709 <property name="spacing">0</property>
3711 <child internal-child="action_area">
3712 <widget class="GtkHButtonBox" id="dialog-action_area9">
3713 <property name="visible">True</property>
3714 <property name="layout_style">GTK_BUTTONBOX_END</property>
3716 <child>
3717 <widget class="GtkButton" id="closeButton">
3718 <property name="visible">True</property>
3719 <property name="can_default">True</property>
3720 <property name="can_focus">True</property>
3721 <property name="label">gtk-close</property>
3722 <property name="use_stock">True</property>
3723 <property name="relief">GTK_RELIEF_NORMAL</property>
3724 <property name="focus_on_click">True</property>
3725 <property name="response_id">-7</property>
3726 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Tue, 23 Oct 2007 13:41:09 GMT"/>
3727 </widget>
3728 </child>
3729 </widget>
3730 <packing>
3731 <property name="padding">0</property>
3732 <property name="expand">False</property>
3733 <property name="fill">True</property>
3734 <property name="pack_type">GTK_PACK_END</property>
3735 </packing>
3736 </child>
3738 <child>
3739 <widget class="GtkVBox" id="vbox">
3740 <property name="visible">True</property>
3741 <property name="homogeneous">True</property>
3742 <property name="spacing">5</property>
3744 <child>
3745 <widget class="GtkHBox" id="minHBox">
3746 <property name="visible">True</property>
3747 <property name="homogeneous">True</property>
3748 <property name="spacing">0</property>
3750 <child>
3751 <widget class="GtkLabel" id="minLabel">
3752 <property name="visible">True</property>
3753 <property name="label" translatable="yes">Min:</property>
3754 <property name="use_underline">False</property>
3755 <property name="use_markup">False</property>
3756 <property name="justify">GTK_JUSTIFY_LEFT</property>
3757 <property name="wrap">False</property>
3758 <property name="selectable">False</property>
3759 <property name="xalign">0</property>
3760 <property name="yalign">0.5</property>
3761 <property name="xpad">0</property>
3762 <property name="ypad">0</property>
3763 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3764 <property name="width_chars">-1</property>
3765 <property name="single_line_mode">False</property>
3766 <property name="angle">0</property>
3767 </widget>
3768 <packing>
3769 <property name="padding">10</property>
3770 <property name="expand">True</property>
3771 <property name="fill">True</property>
3772 </packing>
3773 </child>
3775 <child>
3776 <widget class="GtkEntry" id="minEntry">
3777 <property name="visible">True</property>
3778 <property name="can_focus">True</property>
3779 <property name="editable">True</property>
3780 <property name="visibility">True</property>
3781 <property name="max_length">0</property>
3782 <property name="text" translatable="yes"></property>
3783 <property name="has_frame">True</property>
3784 <property name="invisible_char"></property>
3785 <property name="activates_default">False</property>
3786 </widget>
3787 <packing>
3788 <property name="padding">10</property>
3789 <property name="expand">True</property>
3790 <property name="fill">True</property>
3791 </packing>
3792 </child>
3793 </widget>
3794 <packing>
3795 <property name="padding">0</property>
3796 <property name="expand">True</property>
3797 <property name="fill">True</property>
3798 </packing>
3799 </child>
3801 <child>
3802 <widget class="GtkHBox" id="maxHBox">
3803 <property name="visible">True</property>
3804 <property name="homogeneous">True</property>
3805 <property name="spacing">0</property>
3807 <child>
3808 <widget class="GtkLabel" id="maxLabel">
3809 <property name="visible">True</property>
3810 <property name="label" translatable="yes">Max:</property>
3811 <property name="use_underline">False</property>
3812 <property name="use_markup">False</property>
3813 <property name="justify">GTK_JUSTIFY_LEFT</property>
3814 <property name="wrap">False</property>
3815 <property name="selectable">False</property>
3816 <property name="xalign">0</property>
3817 <property name="yalign">0.5</property>
3818 <property name="xpad">0</property>
3819 <property name="ypad">0</property>
3820 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3821 <property name="width_chars">-1</property>
3822 <property name="single_line_mode">False</property>
3823 <property name="angle">0</property>
3824 </widget>
3825 <packing>
3826 <property name="padding">10</property>
3827 <property name="expand">True</property>
3828 <property name="fill">True</property>
3829 </packing>
3830 </child>
3832 <child>
3833 <widget class="GtkEntry" id="maxEntry">
3834 <property name="visible">True</property>
3835 <property name="can_focus">True</property>
3836 <property name="editable">True</property>
3837 <property name="visibility">True</property>
3838 <property name="max_length">0</property>
3839 <property name="text" translatable="yes"></property>
3840 <property name="has_frame">True</property>
3841 <property name="invisible_char"></property>
3842 <property name="activates_default">False</property>
3843 </widget>
3844 <packing>
3845 <property name="padding">10</property>
3846 <property name="expand">True</property>
3847 <property name="fill">True</property>
3848 </packing>
3849 </child>
3850 </widget>
3851 <packing>
3852 <property name="padding">0</property>
3853 <property name="expand">False</property>
3854 <property name="fill">True</property>
3855 </packing>
3856 </child>
3858 <child>
3859 <widget class="GtkHBox" id="varHBox">
3860 <property name="visible">True</property>
3861 <property name="homogeneous">True</property>
3862 <property name="spacing">0</property>
3864 <child>
3865 <widget class="GtkLabel" id="varLabel">
3866 <property name="visible">True</property>
3867 <property name="label" translatable="yes">Variance:</property>
3868 <property name="use_underline">False</property>
3869 <property name="use_markup">False</property>
3870 <property name="justify">GTK_JUSTIFY_LEFT</property>
3871 <property name="wrap">False</property>
3872 <property name="selectable">False</property>
3873 <property name="xalign">0</property>
3874 <property name="yalign">0.5</property>
3875 <property name="xpad">0</property>
3876 <property name="ypad">0</property>
3877 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3878 <property name="width_chars">-1</property>
3879 <property name="single_line_mode">False</property>
3880 <property name="angle">0</property>
3881 </widget>
3882 <packing>
3883 <property name="padding">10</property>
3884 <property name="expand">True</property>
3885 <property name="fill">True</property>
3886 </packing>
3887 </child>
3889 <child>
3890 <widget class="GtkEntry" id="varEntry">
3891 <property name="visible">True</property>
3892 <property name="can_focus">True</property>
3893 <property name="editable">True</property>
3894 <property name="visibility">True</property>
3895 <property name="max_length">0</property>
3896 <property name="text" translatable="yes"></property>
3897 <property name="has_frame">True</property>
3898 <property name="invisible_char"></property>
3899 <property name="activates_default">False</property>
3900 </widget>
3901 <packing>
3902 <property name="padding">10</property>
3903 <property name="expand">True</property>
3904 <property name="fill">True</property>
3905 </packing>
3906 </child>
3907 </widget>
3908 <packing>
3909 <property name="padding">0</property>
3910 <property name="expand">True</property>
3911 <property name="fill">True</property>
3912 </packing>
3913 </child>
3915 <child>
3916 <widget class="GtkHBox" id="stdHBox">
3917 <property name="visible">True</property>
3918 <property name="homogeneous">True</property>
3919 <property name="spacing">0</property>
3921 <child>
3922 <widget class="GtkLabel" id="stdLabel">
3923 <property name="visible">True</property>
3924 <property name="label" translatable="yes">Standard deviation:</property>
3925 <property name="use_underline">False</property>
3926 <property name="use_markup">False</property>
3927 <property name="justify">GTK_JUSTIFY_LEFT</property>
3928 <property name="wrap">False</property>
3929 <property name="selectable">False</property>
3930 <property name="xalign">0</property>
3931 <property name="yalign">0.5</property>
3932 <property name="xpad">0</property>
3933 <property name="ypad">0</property>
3934 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3935 <property name="width_chars">-1</property>
3936 <property name="single_line_mode">False</property>
3937 <property name="angle">0</property>
3938 </widget>
3939 <packing>
3940 <property name="padding">10</property>
3941 <property name="expand">True</property>
3942 <property name="fill">True</property>
3943 </packing>
3944 </child>
3946 <child>
3947 <widget class="GtkEntry" id="stdEntry">
3948 <property name="visible">True</property>
3949 <property name="can_focus">True</property>
3950 <property name="editable">True</property>
3951 <property name="visibility">True</property>
3952 <property name="max_length">0</property>
3953 <property name="text" translatable="yes"></property>
3954 <property name="has_frame">True</property>
3955 <property name="invisible_char"></property>
3956 <property name="activates_default">False</property>
3957 </widget>
3958 <packing>
3959 <property name="padding">10</property>
3960 <property name="expand">True</property>
3961 <property name="fill">True</property>
3962 </packing>
3963 </child>
3964 </widget>
3965 <packing>
3966 <property name="padding">0</property>
3967 <property name="expand">True</property>
3968 <property name="fill">True</property>
3969 </packing>
3970 </child>
3972 <child>
3973 <widget class="GtkHBox" id="meanHBox">
3974 <property name="visible">True</property>
3975 <property name="homogeneous">True</property>
3976 <property name="spacing">0</property>
3978 <child>
3979 <widget class="GtkLabel" id="meanLabel">
3980 <property name="visible">True</property>
3981 <property name="label" translatable="yes">Mean:</property>
3982 <property name="use_underline">False</property>
3983 <property name="use_markup">False</property>
3984 <property name="justify">GTK_JUSTIFY_LEFT</property>
3985 <property name="wrap">False</property>
3986 <property name="selectable">False</property>
3987 <property name="xalign">0</property>
3988 <property name="yalign">0.5</property>
3989 <property name="xpad">0</property>
3990 <property name="ypad">0</property>
3991 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3992 <property name="width_chars">-1</property>
3993 <property name="single_line_mode">False</property>
3994 <property name="angle">0</property>
3995 </widget>
3996 <packing>
3997 <property name="padding">10</property>
3998 <property name="expand">True</property>
3999 <property name="fill">True</property>
4000 </packing>
4001 </child>
4003 <child>
4004 <widget class="GtkEntry" id="meanEntry">
4005 <property name="visible">True</property>
4006 <property name="can_focus">True</property>
4007 <property name="editable">True</property>
4008 <property name="visibility">True</property>
4009 <property name="max_length">0</property>
4010 <property name="text" translatable="yes"></property>
4011 <property name="has_frame">True</property>
4012 <property name="invisible_char"></property>
4013 <property name="activates_default">False</property>
4014 </widget>
4015 <packing>
4016 <property name="padding">10</property>
4017 <property name="expand">True</property>
4018 <property name="fill">True</property>
4019 </packing>
4020 </child>
4021 </widget>
4022 <packing>
4023 <property name="padding">0</property>
4024 <property name="expand">True</property>
4025 <property name="fill">True</property>
4026 </packing>
4027 </child>
4029 <child>
4030 <widget class="GtkHBox" id="sumHBox">
4031 <property name="visible">True</property>
4032 <property name="homogeneous">True</property>
4033 <property name="spacing">0</property>
4035 <child>
4036 <widget class="GtkLabel" id="sumLabel">
4037 <property name="visible">True</property>
4038 <property name="label" translatable="yes">Sum:</property>
4039 <property name="use_underline">False</property>
4040 <property name="use_markup">False</property>
4041 <property name="justify">GTK_JUSTIFY_LEFT</property>
4042 <property name="wrap">False</property>
4043 <property name="selectable">False</property>
4044 <property name="xalign">0</property>
4045 <property name="yalign">0.5</property>
4046 <property name="xpad">0</property>
4047 <property name="ypad">0</property>
4048 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4049 <property name="width_chars">-1</property>
4050 <property name="single_line_mode">False</property>
4051 <property name="angle">0</property>
4052 </widget>
4053 <packing>
4054 <property name="padding">10</property>
4055 <property name="expand">True</property>
4056 <property name="fill">True</property>
4057 </packing>
4058 </child>
4060 <child>
4061 <widget class="GtkEntry" id="sumEntry">
4062 <property name="visible">True</property>
4063 <property name="can_focus">True</property>
4064 <property name="editable">True</property>
4065 <property name="visibility">True</property>
4066 <property name="max_length">0</property>
4067 <property name="text" translatable="yes"></property>
4068 <property name="has_frame">True</property>
4069 <property name="invisible_char"></property>
4070 <property name="activates_default">False</property>
4071 </widget>
4072 <packing>
4073 <property name="padding">10</property>
4074 <property name="expand">True</property>
4075 <property name="fill">True</property>
4076 </packing>
4077 </child>
4078 </widget>
4079 <packing>
4080 <property name="padding">0</property>
4081 <property name="expand">True</property>
4082 <property name="fill">True</property>
4083 </packing>
4084 </child>
4085 </widget>
4086 <packing>
4087 <property name="padding">10</property>
4088 <property name="expand">True</property>
4089 <property name="fill">True</property>
4090 </packing>
4091 </child>
4092 </widget>
4093 </child>
4094 </widget>
4096 </glade-interface>