IA: Added selectable number of bins in histogram
[pyplotsuite.git] / pyplotsuite / imageanalyzer / image_analyzer.glade
blob3095685d89e482e6cd647b97ff06ee7a5bc55a36
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="image227">
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="image228">
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="image229">
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="image230">
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="image231">
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="image232">
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="image233">
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="image234">
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="image235">
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="image236">
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="image237">
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>
429 </widget>
430 </child>
431 </widget>
432 </child>
434 <child>
435 <widget class="GtkImageMenuItem" id="menuHelp">
436 <property name="visible">True</property>
437 <property name="label">gtk-help</property>
438 <property name="use_stock">True</property>
440 <child>
441 <widget class="GtkMenu" id="menuHelp_menu">
443 <child>
444 <widget class="GtkImageMenuItem" id="information">
445 <property name="visible">True</property>
446 <property name="label">gtk-info</property>
447 <property name="use_stock">True</property>
448 <signal name="activate" handler="on_information_activate" last_modification_time="Tue, 26 Dec 2006 20:11:29 GMT"/>
449 </widget>
450 </child>
451 </widget>
452 </child>
453 </widget>
454 </child>
455 </widget>
456 <packing>
457 <property name="padding">0</property>
458 <property name="expand">False</property>
459 <property name="fill">False</property>
460 </packing>
461 </child>
463 <child>
464 <widget class="GtkAlignment" id="MyToolbarAlignment">
465 <property name="visible">True</property>
466 <property name="xalign">0</property>
467 <property name="yalign">0</property>
468 <property name="xscale">1</property>
469 <property name="yscale">1</property>
470 <property name="top_padding">0</property>
471 <property name="bottom_padding">0</property>
472 <property name="left_padding">0</property>
473 <property name="right_padding">0</property>
475 <child>
476 <placeholder/>
477 </child>
478 </widget>
479 <packing>
480 <property name="padding">0</property>
481 <property name="expand">False</property>
482 <property name="fill">False</property>
483 </packing>
484 </child>
486 <child>
487 <widget class="GtkAlignment" id="CanvasAlignment">
488 <property name="visible">True</property>
489 <property name="xalign">0.5</property>
490 <property name="yalign">0.5</property>
491 <property name="xscale">1</property>
492 <property name="yscale">1</property>
493 <property name="top_padding">0</property>
494 <property name="bottom_padding">0</property>
495 <property name="left_padding">0</property>
496 <property name="right_padding">0</property>
498 <child>
499 <placeholder/>
500 </child>
501 </widget>
502 <packing>
503 <property name="padding">0</property>
504 <property name="expand">True</property>
505 <property name="fill">True</property>
506 </packing>
507 </child>
509 <child>
510 <widget class="GtkToolbar" id="gtk_toolbar">
511 <property name="visible">True</property>
512 <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
513 <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
514 <property name="tooltips">True</property>
515 <property name="show_arrow">True</property>
517 <child>
518 <widget class="GtkToolItem" id="toolitemHist">
519 <property name="visible">True</property>
520 <property name="visible_horizontal">True</property>
521 <property name="visible_vertical">True</property>
522 <property name="is_important">False</property>
524 <child>
525 <widget class="GtkButton" id="histogramButton">
526 <property name="visible">True</property>
527 <property name="tooltip" translatable="yes">Visualizza istogramma immagine</property>
528 <property name="can_focus">True</property>
529 <property name="label" translatable="yes">Histogram</property>
530 <property name="use_underline">True</property>
531 <property name="relief">GTK_RELIEF_NORMAL</property>
532 <property name="focus_on_click">True</property>
533 <signal name="clicked" handler="on_histogramButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:20:51 GMT"/>
534 </widget>
535 </child>
536 </widget>
537 <packing>
538 <property name="expand">False</property>
539 <property name="homogeneous">False</property>
540 </packing>
541 </child>
543 <child>
544 <widget class="GtkToolItem" id="toolitemInterp">
545 <property name="visible">True</property>
546 <property name="visible_horizontal">True</property>
547 <property name="visible_vertical">True</property>
548 <property name="is_important">False</property>
550 <child>
551 <widget class="GtkHBox" id="interpGroup">
552 <property name="visible">True</property>
553 <property name="homogeneous">False</property>
554 <property name="spacing">0</property>
556 <child>
557 <widget class="GtkLabel" id="interpLabel">
558 <property name="visible">True</property>
559 <property name="label" translatable="yes">Interpolation:</property>
560 <property name="use_underline">False</property>
561 <property name="use_markup">False</property>
562 <property name="justify">GTK_JUSTIFY_LEFT</property>
563 <property name="wrap">False</property>
564 <property name="selectable">False</property>
565 <property name="xalign">0.5</property>
566 <property name="yalign">0.5</property>
567 <property name="xpad">0</property>
568 <property name="ypad">0</property>
569 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
570 <property name="width_chars">-1</property>
571 <property name="single_line_mode">False</property>
572 <property name="angle">0</property>
573 </widget>
574 <packing>
575 <property name="padding">3</property>
576 <property name="expand">False</property>
577 <property name="fill">False</property>
578 </packing>
579 </child>
581 <child>
582 <widget class="GtkComboBox" id="interpComboBox">
583 <property name="visible">True</property>
584 <property name="items" translatable="yes">Bessel
585 Bicubic
586 Bilinear
587 Blackman
588 Catrom
589 Gaussian
590 Hamming
591 Hanning
592 Hermite
593 Kaiser
594 Lanczos
595 Mitchell
596 Nearest
597 Quadric
598 Sinc
599 Spline16
600 Spline36</property>
601 <property name="add_tearoffs">False</property>
602 <property name="focus_on_click">True</property>
603 <signal name="changed" handler="on_interpComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:44 GMT"/>
604 </widget>
605 <packing>
606 <property name="padding">0</property>
607 <property name="expand">True</property>
608 <property name="fill">True</property>
609 </packing>
610 </child>
611 </widget>
612 </child>
613 </widget>
614 <packing>
615 <property name="expand">False</property>
616 <property name="homogeneous">False</property>
617 </packing>
618 </child>
620 <child>
621 <widget class="GtkToolItem" id="toolitemCmap">
622 <property name="visible">True</property>
623 <property name="visible_horizontal">True</property>
624 <property name="visible_vertical">True</property>
625 <property name="is_important">False</property>
627 <child>
628 <widget class="GtkHBox" id="cmapGroup">
629 <property name="visible">True</property>
630 <property name="homogeneous">False</property>
631 <property name="spacing">0</property>
633 <child>
634 <widget class="GtkLabel" id="cmapLabel">
635 <property name="visible">True</property>
636 <property name="label" translatable="yes">Colormap:</property>
637 <property name="use_underline">False</property>
638 <property name="use_markup">False</property>
639 <property name="justify">GTK_JUSTIFY_RIGHT</property>
640 <property name="wrap">False</property>
641 <property name="selectable">False</property>
642 <property name="xalign">0.5</property>
643 <property name="yalign">0.5</property>
644 <property name="xpad">0</property>
645 <property name="ypad">0</property>
646 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
647 <property name="width_chars">-1</property>
648 <property name="single_line_mode">False</property>
649 <property name="angle">0</property>
650 </widget>
651 <packing>
652 <property name="padding">3</property>
653 <property name="expand">False</property>
654 <property name="fill">False</property>
655 </packing>
656 </child>
658 <child>
659 <widget class="GtkComboBox" id="cmapComboBox">
660 <property name="visible">True</property>
661 <property name="can_default">True</property>
662 <property name="has_default">True</property>
663 <property name="items" translatable="yes">Autumn
664 Bone
665 Cool
666 Copper
667 Flag
668 Gray
672 Pink
673 Prism
674 Spring
675 Summer
676 Winter</property>
677 <property name="add_tearoffs">False</property>
678 <property name="focus_on_click">True</property>
679 <signal name="changed" handler="on_cmapComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:22 GMT"/>
680 </widget>
681 <packing>
682 <property name="padding">0</property>
683 <property name="expand">True</property>
684 <property name="fill">True</property>
685 </packing>
686 </child>
687 </widget>
688 </child>
689 </widget>
690 <packing>
691 <property name="expand">False</property>
692 <property name="homogeneous">False</property>
693 </packing>
694 </child>
696 <child>
697 <widget class="GtkToolItem" id="toolitemMinMax">
698 <property name="visible">True</property>
699 <property name="visible_horizontal">True</property>
700 <property name="visible_vertical">True</property>
701 <property name="is_important">False</property>
703 <child>
704 <widget class="GtkHBox" id="minmaxGroup">
705 <property name="visible">True</property>
706 <property name="homogeneous">False</property>
707 <property name="spacing">0</property>
709 <child>
710 <widget class="GtkLabel" id="minLabel">
711 <property name="visible">True</property>
712 <property name="label" translatable="yes">Min</property>
713 <property name="use_underline">False</property>
714 <property name="use_markup">False</property>
715 <property name="justify">GTK_JUSTIFY_LEFT</property>
716 <property name="wrap">False</property>
717 <property name="selectable">False</property>
718 <property name="xalign">0.5</property>
719 <property name="yalign">0.5</property>
720 <property name="xpad">0</property>
721 <property name="ypad">0</property>
722 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
723 <property name="width_chars">-1</property>
724 <property name="single_line_mode">False</property>
725 <property name="angle">0</property>
726 </widget>
727 <packing>
728 <property name="padding">3</property>
729 <property name="expand">False</property>
730 <property name="fill">False</property>
731 </packing>
732 </child>
734 <child>
735 <widget class="GtkSpinButton" id="minSpinButton">
736 <property name="visible">True</property>
737 <property name="tooltip" translatable="yes">Minimo valore visualizzato</property>
738 <property name="can_focus">True</property>
739 <property name="climb_rate">10</property>
740 <property name="digits">1</property>
741 <property name="numeric">True</property>
742 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
743 <property name="snap_to_ticks">False</property>
744 <property name="wrap">False</property>
745 <property name="adjustment">0 0 100000 1 10 10</property>
746 </widget>
747 <packing>
748 <property name="padding">0</property>
749 <property name="expand">True</property>
750 <property name="fill">True</property>
751 </packing>
752 </child>
754 <child>
755 <widget class="GtkLabel" id="maxLabel">
756 <property name="visible">True</property>
757 <property name="label" translatable="yes">Max</property>
758 <property name="use_underline">False</property>
759 <property name="use_markup">False</property>
760 <property name="justify">GTK_JUSTIFY_LEFT</property>
761 <property name="wrap">False</property>
762 <property name="selectable">False</property>
763 <property name="xalign">0.5</property>
764 <property name="yalign">0.5</property>
765 <property name="xpad">0</property>
766 <property name="ypad">0</property>
767 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
768 <property name="width_chars">-1</property>
769 <property name="single_line_mode">False</property>
770 <property name="angle">0</property>
771 </widget>
772 <packing>
773 <property name="padding">3</property>
774 <property name="expand">False</property>
775 <property name="fill">False</property>
776 </packing>
777 </child>
779 <child>
780 <widget class="GtkSpinButton" id="maxSpinButton">
781 <property name="visible">True</property>
782 <property name="tooltip" translatable="yes">Massimo valore visualizzato</property>
783 <property name="can_focus">True</property>
784 <property name="climb_rate">10</property>
785 <property name="digits">1</property>
786 <property name="numeric">True</property>
787 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
788 <property name="snap_to_ticks">False</property>
789 <property name="wrap">False</property>
790 <property name="adjustment">1 0.10000000149 100000 1 10 10</property>
791 </widget>
792 <packing>
793 <property name="padding">0</property>
794 <property name="expand">True</property>
795 <property name="fill">True</property>
796 </packing>
797 </child>
799 <child>
800 <widget class="GtkButton" id="applyButton">
801 <property name="visible">True</property>
802 <property name="tooltip" translatable="yes">Applica le modifiche per Min e Max</property>
803 <property name="can_focus">True</property>
804 <property name="label">gtk-apply</property>
805 <property name="use_stock">True</property>
806 <property name="relief">GTK_RELIEF_NORMAL</property>
807 <property name="focus_on_click">True</property>
808 <signal name="clicked" handler="on_applyButton_clicked" last_modification_time="Tue, 26 Dec 2006 12:43:55 GMT"/>
809 </widget>
810 <packing>
811 <property name="padding">0</property>
812 <property name="expand">False</property>
813 <property name="fill">False</property>
814 </packing>
815 </child>
816 </widget>
817 </child>
818 </widget>
819 <packing>
820 <property name="expand">False</property>
821 <property name="homogeneous">False</property>
822 </packing>
823 </child>
824 </widget>
825 <packing>
826 <property name="padding">2</property>
827 <property name="expand">False</property>
828 <property name="fill">False</property>
829 </packing>
830 </child>
832 <child>
833 <widget class="GtkStatusbar" id="statusbar">
834 <property name="visible">True</property>
835 <property name="has_resize_grip">True</property>
836 </widget>
837 <packing>
838 <property name="padding">0</property>
839 <property name="expand">False</property>
840 <property name="fill">False</property>
841 </packing>
842 </child>
843 </widget>
844 </child>
845 </widget>
847 <widget class="GtkWindow" id="HistogramWindow">
848 <property name="visible">True</property>
849 <property name="title" translatable="yes">Histogram</property>
850 <property name="type">GTK_WINDOW_TOPLEVEL</property>
851 <property name="window_position">GTK_WIN_POS_NONE</property>
852 <property name="modal">False</property>
853 <property name="default_width">900</property>
854 <property name="default_height">300</property>
855 <property name="resizable">True</property>
856 <property name="destroy_with_parent">False</property>
857 <property name="decorated">True</property>
858 <property name="skip_taskbar_hint">False</property>
859 <property name="skip_pager_hint">False</property>
860 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
861 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
862 <property name="focus_on_map">True</property>
863 <property name="urgency_hint">False</property>
864 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 10:09:16 GMT"/>
865 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 10:09:22 GMT"/>
867 <child>
868 <widget class="GtkVBox" id="globalVbox">
869 <property name="visible">True</property>
870 <property name="homogeneous">False</property>
871 <property name="spacing">0</property>
873 <child>
874 <widget class="GtkAlignment" id="ToolbarAlignment">
875 <property name="visible">True</property>
876 <property name="xalign">0.5</property>
877 <property name="yalign">0.5</property>
878 <property name="xscale">1</property>
879 <property name="yscale">1</property>
880 <property name="top_padding">0</property>
881 <property name="bottom_padding">0</property>
882 <property name="left_padding">0</property>
883 <property name="right_padding">0</property>
885 <child>
886 <placeholder/>
887 </child>
888 </widget>
889 <packing>
890 <property name="padding">0</property>
891 <property name="expand">False</property>
892 <property name="fill">False</property>
893 </packing>
894 </child>
896 <child>
897 <widget class="GtkAlignment" id="CanvasAlignment">
898 <property name="visible">True</property>
899 <property name="xalign">0</property>
900 <property name="yalign">0</property>
901 <property name="xscale">1</property>
902 <property name="yscale">1</property>
903 <property name="top_padding">0</property>
904 <property name="bottom_padding">0</property>
905 <property name="left_padding">0</property>
906 <property name="right_padding">0</property>
908 <child>
909 <placeholder/>
910 </child>
911 </widget>
912 <packing>
913 <property name="padding">0</property>
914 <property name="expand">True</property>
915 <property name="fill">True</property>
916 </packing>
917 </child>
919 <child>
920 <widget class="GtkHBox" id="toolsHbox">
921 <property name="visible">True</property>
922 <property name="homogeneous">False</property>
923 <property name="spacing">5</property>
925 <child>
926 <widget class="GtkCheckButton" id="yscaleCheckButton">
927 <property name="visible">True</property>
928 <property name="tooltip" translatable="yes">Non ti sembra già autosplicativo?</property>
929 <property name="can_focus">True</property>
930 <property name="label" translatable="yes">Log Y axis</property>
931 <property name="use_underline">True</property>
932 <property name="relief">GTK_RELIEF_NORMAL</property>
933 <property name="focus_on_click">True</property>
934 <property name="active">False</property>
935 <property name="inconsistent">False</property>
936 <property name="draw_indicator">True</property>
937 <signal name="toggled" handler="on_yscale_toggled" last_modification_time="Mon, 25 Dec 2006 00:58:54 GMT"/>
938 </widget>
939 <packing>
940 <property name="padding">5</property>
941 <property name="expand">False</property>
942 <property name="fill">False</property>
943 </packing>
944 </child>
946 <child>
947 <widget class="GtkButton" id="closeButton">
948 <property name="visible">True</property>
949 <property name="tooltip" translatable="yes">Nasconde la finestra</property>
950 <property name="can_focus">True</property>
951 <property name="label" translatable="yes">Close</property>
952 <property name="use_underline">True</property>
953 <property name="relief">GTK_RELIEF_NORMAL</property>
954 <property name="focus_on_click">True</property>
955 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Mon, 25 Dec 2006 21:46:34 GMT"/>
956 </widget>
957 <packing>
958 <property name="padding">0</property>
959 <property name="expand">False</property>
960 <property name="fill">False</property>
961 <property name="pack_type">GTK_PACK_END</property>
962 </packing>
963 </child>
965 <child>
966 <widget class="GtkCheckButton" id="pointsCheckButton">
967 <property name="visible">True</property>
968 <property name="tooltip" translatable="yes">Attiva/Disattiva la visualizzazione dei punti sul grafico</property>
969 <property name="can_focus">True</property>
970 <property name="label" translatable="yes">Points</property>
971 <property name="use_underline">True</property>
972 <property name="relief">GTK_RELIEF_NORMAL</property>
973 <property name="focus_on_click">True</property>
974 <property name="active">False</property>
975 <property name="inconsistent">False</property>
976 <property name="draw_indicator">True</property>
977 <signal name="toggled" handler="on_pointsCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:48 GMT"/>
978 </widget>
979 <packing>
980 <property name="padding">0</property>
981 <property name="expand">False</property>
982 <property name="fill">False</property>
983 </packing>
984 </child>
986 <child>
987 <widget class="GtkCheckButton" id="linesCheckButton">
988 <property name="visible">True</property>
989 <property name="tooltip" translatable="yes">Attiva/Disattiva le linee sul grafico</property>
990 <property name="can_focus">True</property>
991 <property name="label" translatable="yes">Lines</property>
992 <property name="use_underline">True</property>
993 <property name="relief">GTK_RELIEF_NORMAL</property>
994 <property name="focus_on_click">True</property>
995 <property name="active">True</property>
996 <property name="inconsistent">False</property>
997 <property name="draw_indicator">True</property>
998 <signal name="toggled" handler="on_linesCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:56 GMT"/>
999 </widget>
1000 <packing>
1001 <property name="padding">0</property>
1002 <property name="expand">False</property>
1003 <property name="fill">False</property>
1004 </packing>
1005 </child>
1007 <child>
1008 <widget class="GtkToggleButton" id="rangeselectTButton">
1009 <property name="visible">True</property>
1010 <property name="tooltip" translatable="yes">Attiva/Disattiva la selezione del range tramite mouse</property>
1011 <property name="can_focus">True</property>
1012 <property name="label" translatable="yes">Select range</property>
1013 <property name="use_underline">True</property>
1014 <property name="relief">GTK_RELIEF_NORMAL</property>
1015 <property name="focus_on_click">True</property>
1016 <property name="active">False</property>
1017 <property name="inconsistent">False</property>
1018 <signal name="toggled" handler="on_rangeselectTButton_toggled" last_modification_time="Thu, 04 Jan 2007 23:40:14 GMT"/>
1019 </widget>
1020 <packing>
1021 <property name="padding">0</property>
1022 <property name="expand">False</property>
1023 <property name="fill">False</property>
1024 <property name="pack_type">GTK_PACK_END</property>
1025 </packing>
1026 </child>
1028 <child>
1029 <widget class="GtkButton" id="applyRangeButton">
1030 <property name="visible">True</property>
1031 <property name="tooltip" translatable="yes">Applica all'immagine il range selezionato</property>
1032 <property name="can_focus">True</property>
1033 <property name="label" translatable="yes">Apply range</property>
1034 <property name="use_underline">True</property>
1035 <property name="relief">GTK_RELIEF_NORMAL</property>
1036 <property name="focus_on_click">True</property>
1037 <signal name="clicked" handler="on_applyRangeButton_clicked" last_modification_time="Fri, 05 Jan 2007 13:46:22 GMT"/>
1038 </widget>
1039 <packing>
1040 <property name="padding">0</property>
1041 <property name="expand">False</property>
1042 <property name="fill">False</property>
1043 <property name="pack_type">GTK_PACK_END</property>
1044 </packing>
1045 </child>
1047 <child>
1048 <widget class="GtkHBox" id="widthHBox">
1049 <property name="visible">True</property>
1050 <property name="homogeneous">False</property>
1051 <property name="spacing">0</property>
1053 <child>
1054 <widget class="GtkSpinButton" id="widthSpinButt">
1055 <property name="visible">True</property>
1056 <property name="tooltip" translatable="yes">Larghezza del rettangolo che indica il range</property>
1057 <property name="can_focus">True</property>
1058 <property name="climb_rate">50</property>
1059 <property name="digits">0</property>
1060 <property name="numeric">True</property>
1061 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1062 <property name="snap_to_ticks">False</property>
1063 <property name="wrap">False</property>
1064 <property name="adjustment">1 0 16000 10 10 10</property>
1065 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:10:41 GMT"/>
1066 </widget>
1067 <packing>
1068 <property name="padding">0</property>
1069 <property name="expand">False</property>
1070 <property name="fill">True</property>
1071 <property name="pack_type">GTK_PACK_END</property>
1072 </packing>
1073 </child>
1075 <child>
1076 <widget class="GtkLabel" id="widthLabel">
1077 <property name="visible">True</property>
1078 <property name="label" translatable="yes">Width:</property>
1079 <property name="use_underline">False</property>
1080 <property name="use_markup">False</property>
1081 <property name="justify">GTK_JUSTIFY_LEFT</property>
1082 <property name="wrap">False</property>
1083 <property name="selectable">False</property>
1084 <property name="xalign">0.5</property>
1085 <property name="yalign">0.5</property>
1086 <property name="xpad">0</property>
1087 <property name="ypad">0</property>
1088 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1089 <property name="width_chars">-1</property>
1090 <property name="single_line_mode">False</property>
1091 <property name="angle">0</property>
1092 </widget>
1093 <packing>
1094 <property name="padding">0</property>
1095 <property name="expand">False</property>
1096 <property name="fill">False</property>
1097 <property name="pack_type">GTK_PACK_END</property>
1098 </packing>
1099 </child>
1100 </widget>
1101 <packing>
1102 <property name="padding">0</property>
1103 <property name="expand">True</property>
1104 <property name="fill">True</property>
1105 <property name="pack_type">GTK_PACK_END</property>
1106 </packing>
1107 </child>
1109 <child>
1110 <widget class="GtkHBox" id="positionHBox">
1111 <property name="visible">True</property>
1112 <property name="homogeneous">False</property>
1113 <property name="spacing">0</property>
1115 <child>
1116 <widget class="GtkSpinButton" id="positionSpinButt">
1117 <property name="visible">True</property>
1118 <property name="tooltip" translatable="yes">Posizione del rettangolo che indica il range</property>
1119 <property name="can_focus">True</property>
1120 <property name="climb_rate">50</property>
1121 <property name="digits">0</property>
1122 <property name="numeric">True</property>
1123 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1124 <property name="snap_to_ticks">False</property>
1125 <property name="wrap">False</property>
1126 <property name="adjustment">1 0 16000 10 10 10</property>
1127 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:09:20 GMT"/>
1128 </widget>
1129 <packing>
1130 <property name="padding">0</property>
1131 <property name="expand">False</property>
1132 <property name="fill">True</property>
1133 <property name="pack_type">GTK_PACK_END</property>
1134 </packing>
1135 </child>
1137 <child>
1138 <widget class="GtkLabel" id="positionLabel">
1139 <property name="visible">True</property>
1140 <property name="label" translatable="yes">Position:</property>
1141 <property name="use_underline">False</property>
1142 <property name="use_markup">False</property>
1143 <property name="justify">GTK_JUSTIFY_LEFT</property>
1144 <property name="wrap">False</property>
1145 <property name="selectable">False</property>
1146 <property name="xalign">0.5</property>
1147 <property name="yalign">0.5</property>
1148 <property name="xpad">0</property>
1149 <property name="ypad">0</property>
1150 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1151 <property name="width_chars">-1</property>
1152 <property name="single_line_mode">False</property>
1153 <property name="angle">0</property>
1154 </widget>
1155 <packing>
1156 <property name="padding">0</property>
1157 <property name="expand">False</property>
1158 <property name="fill">False</property>
1159 <property name="pack_type">GTK_PACK_END</property>
1160 </packing>
1161 </child>
1162 </widget>
1163 <packing>
1164 <property name="padding">0</property>
1165 <property name="expand">True</property>
1166 <property name="fill">True</property>
1167 <property name="pack_type">GTK_PACK_END</property>
1168 </packing>
1169 </child>
1171 <child>
1172 <widget class="GtkCheckButton" id="barsCheckButton">
1173 <property name="visible">True</property>
1174 <property name="can_focus">True</property>
1175 <property name="label" translatable="yes">Bars</property>
1176 <property name="use_underline">True</property>
1177 <property name="relief">GTK_RELIEF_NORMAL</property>
1178 <property name="focus_on_click">True</property>
1179 <property name="active">False</property>
1180 <property name="inconsistent">False</property>
1181 <property name="draw_indicator">True</property>
1182 <signal name="toggled" handler="on_barsCheckButton_toggled" last_modification_time="Fri, 06 Apr 2007 17:26:10 GMT"/>
1183 </widget>
1184 <packing>
1185 <property name="padding">0</property>
1186 <property name="expand">False</property>
1187 <property name="fill">False</property>
1188 </packing>
1189 </child>
1191 <child>
1192 <widget class="GtkHBox" id="binsHBox">
1193 <property name="visible">True</property>
1194 <property name="homogeneous">False</property>
1195 <property name="spacing">0</property>
1197 <child>
1198 <widget class="GtkSpinButton" id="binsSpinButt">
1199 <property name="visible">True</property>
1200 <property name="tooltip" translatable="yes">Larghezza del rettangolo che indica il range</property>
1201 <property name="can_focus">True</property>
1202 <property name="climb_rate">50</property>
1203 <property name="digits">0</property>
1204 <property name="numeric">True</property>
1205 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1206 <property name="snap_to_ticks">False</property>
1207 <property name="wrap">False</property>
1208 <property name="adjustment">1 5 16000 10 10 10</property>
1209 <signal name="value_changed" handler="on_binsSpinButt_value_changed" last_modification_time="Mon, 15 Oct 2007 21:48:20 GMT"/>
1210 </widget>
1211 <packing>
1212 <property name="padding">0</property>
1213 <property name="expand">False</property>
1214 <property name="fill">True</property>
1215 <property name="pack_type">GTK_PACK_END</property>
1216 </packing>
1217 </child>
1219 <child>
1220 <widget class="GtkLabel" id="binsLabel">
1221 <property name="visible">True</property>
1222 <property name="label" translatable="yes">Bins:</property>
1223 <property name="use_underline">False</property>
1224 <property name="use_markup">False</property>
1225 <property name="justify">GTK_JUSTIFY_LEFT</property>
1226 <property name="wrap">False</property>
1227 <property name="selectable">False</property>
1228 <property name="xalign">0.5</property>
1229 <property name="yalign">0.5</property>
1230 <property name="xpad">0</property>
1231 <property name="ypad">0</property>
1232 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1233 <property name="width_chars">-1</property>
1234 <property name="single_line_mode">False</property>
1235 <property name="angle">0</property>
1236 </widget>
1237 <packing>
1238 <property name="padding">0</property>
1239 <property name="expand">False</property>
1240 <property name="fill">False</property>
1241 <property name="pack_type">GTK_PACK_END</property>
1242 </packing>
1243 </child>
1244 </widget>
1245 <packing>
1246 <property name="padding">0</property>
1247 <property name="expand">True</property>
1248 <property name="fill">True</property>
1249 </packing>
1250 </child>
1251 </widget>
1252 <packing>
1253 <property name="padding">0</property>
1254 <property name="expand">False</property>
1255 <property name="fill">False</property>
1256 </packing>
1257 </child>
1259 <child>
1260 <widget class="GtkStatusbar" id="statusbar">
1261 <property name="visible">True</property>
1262 <property name="has_resize_grip">True</property>
1263 </widget>
1264 <packing>
1265 <property name="padding">0</property>
1266 <property name="expand">False</property>
1267 <property name="fill">False</property>
1268 </packing>
1269 </child>
1270 </widget>
1271 </child>
1272 </widget>
1274 <widget class="GtkFileChooserDialog" id="openfileDialog">
1275 <property name="visible">True</property>
1276 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
1277 <property name="local_only">True</property>
1278 <property name="select_multiple">False</property>
1279 <property name="show_hidden">False</property>
1280 <property name="do_overwrite_confirmation">False</property>
1281 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1282 <property name="window_position">GTK_WIN_POS_NONE</property>
1283 <property name="modal">False</property>
1284 <property name="resizable">True</property>
1285 <property name="destroy_with_parent">False</property>
1286 <property name="icon_name">gtk-open</property>
1287 <property name="decorated">True</property>
1288 <property name="skip_taskbar_hint">False</property>
1289 <property name="skip_pager_hint">False</property>
1290 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1291 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1292 <property name="focus_on_map">True</property>
1293 <property name="urgency_hint">False</property>
1294 <signal name="file_activated" handler="on_openfileDialog_file_activated" last_modification_time="Mon, 25 Dec 2006 19:51:45 GMT"/>
1295 <signal name="close" handler="on_openfileDialog_close" last_modification_time="Mon, 25 Dec 2006 20:14:22 GMT"/>
1296 <signal name="response" handler="on_openfileDialog_response" last_modification_time="Mon, 25 Dec 2006 20:14:38 GMT"/>
1297 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:46:03 GMT"/>
1298 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:12:16 GMT"/>
1300 <child internal-child="vbox">
1301 <widget class="GtkVBox" id="dialog-vbox1">
1302 <property name="visible">True</property>
1303 <property name="homogeneous">False</property>
1304 <property name="spacing">24</property>
1306 <child internal-child="action_area">
1307 <widget class="GtkHButtonBox" id="dialog-action_area1">
1308 <property name="visible">True</property>
1309 <property name="layout_style">GTK_BUTTONBOX_END</property>
1311 <child>
1312 <widget class="GtkButton" id="cancelButton">
1313 <property name="visible">True</property>
1314 <property name="can_default">True</property>
1315 <property name="can_focus">True</property>
1316 <property name="label">gtk-cancel</property>
1317 <property name="use_stock">True</property>
1318 <property name="relief">GTK_RELIEF_NORMAL</property>
1319 <property name="focus_on_click">True</property>
1320 <property name="response_id">-6</property>
1321 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:21:15 GMT"/>
1322 </widget>
1323 </child>
1325 <child>
1326 <widget class="GtkButton" id="openButton">
1327 <property name="visible">True</property>
1328 <property name="can_default">True</property>
1329 <property name="has_default">True</property>
1330 <property name="can_focus">True</property>
1331 <property name="label">gtk-open</property>
1332 <property name="use_stock">True</property>
1333 <property name="relief">GTK_RELIEF_NORMAL</property>
1334 <property name="focus_on_click">True</property>
1335 <property name="response_id">-5</property>
1336 <signal name="clicked" handler="on_openButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:13:48 GMT"/>
1337 </widget>
1338 </child>
1339 </widget>
1340 <packing>
1341 <property name="padding">0</property>
1342 <property name="expand">False</property>
1343 <property name="fill">True</property>
1344 <property name="pack_type">GTK_PACK_END</property>
1345 </packing>
1346 </child>
1347 </widget>
1348 </child>
1349 </widget>
1351 <widget class="GtkAboutDialog" id="aboutDialog">
1352 <property name="visible">True</property>
1353 <property name="destroy_with_parent">False</property>
1354 <property name="name" translatable="yes">Image Analyzer</property>
1355 <property name="copyright" translatable="yes">Copyright (C) 2006 - 2007 Antonino Ingargiola </property>
1356 <property name="comments" translatable="yes">A tool for analyzing scientific images.</property>
1357 <property name="license" translatable="yes"> GNU GENERAL PUBLIC LICENSE
1358 Version 2, June 1991
1360 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
1361 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1362 Everyone is permitted to copy and distribute verbatim copies
1363 of this license document, but changing it is not allowed.
1365 Preamble
1367 The licenses for most software are designed to take away your
1368 freedom to share and change it. By contrast, the GNU General Public
1369 License is intended to guarantee your freedom to share and change free
1370 software--to make sure the software is free for all its users. This
1371 General Public License applies to most of the Free Software
1372 Foundation's software and to any other program whose authors commit to
1373 using it. (Some other Free Software Foundation software is covered by
1374 the GNU Lesser General Public License instead.) You can apply it to
1375 your programs, too.
1377 When we speak of free software, we are referring to freedom, not
1378 price. Our General Public Licenses are designed to make sure that you
1379 have the freedom to distribute copies of free software (and charge for
1380 this service if you wish), that you receive source code or can get it
1381 if you want it, that you can change the software or use pieces of it
1382 in new free programs; and that you know you can do these things.
1384 To protect your rights, we need to make restrictions that forbid
1385 anyone to deny you these rights or to ask you to surrender the rights.
1386 These restrictions translate to certain responsibilities for you if you
1387 distribute copies of the software, or if you modify it.
1389 For example, if you distribute copies of such a program, whether
1390 gratis or for a fee, you must give the recipients all the rights that
1391 you have. You must make sure that they, too, receive or can get the
1392 source code. And you must show them these terms so they know their
1393 rights.
1395 We protect your rights with two steps: (1) copyright the software, and
1396 (2) offer you this license which gives you legal permission to copy,
1397 distribute and/or modify the software.
1399 Also, for each author's protection and ours, we want to make certain
1400 that everyone understands that there is no warranty for this free
1401 software. If the software is modified by someone else and passed on, we
1402 want its recipients to know that what they have is not the original, so
1403 that any problems introduced by others will not reflect on the original
1404 authors' reputations.
1406 Finally, any free program is threatened constantly by software
1407 patents. We wish to avoid the danger that redistributors of a free
1408 program will individually obtain patent licenses, in effect making the
1409 program proprietary. To prevent this, we have made it clear that any
1410 patent must be licensed for everyone's free use or not licensed at all.
1412 The precise terms and conditions for copying, distribution and
1413 modification follow.
1415 GNU GENERAL PUBLIC LICENSE
1416 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1418 0. This License applies to any program or other work which contains
1419 a notice placed by the copyright holder saying it may be distributed
1420 under the terms of this General Public License. The &quot;Program&quot;, below,
1421 refers to any such program or work, and a &quot;work based on the Program&quot;
1422 means either the Program or any derivative work under copyright law:
1423 that is to say, a work containing the Program or a portion of it,
1424 either verbatim or with modifications and/or translated into another
1425 language. (Hereinafter, translation is included without limitation in
1426 the term &quot;modification&quot;.) Each licensee is addressed as &quot;you&quot;.
1428 Activities other than copying, distribution and modification are not
1429 covered by this License; they are outside its scope. The act of
1430 running the Program is not restricted, and the output from the Program
1431 is covered only if its contents constitute a work based on the
1432 Program (independent of having been made by running the Program).
1433 Whether that is true depends on what the Program does.
1435 1. You may copy and distribute verbatim copies of the Program's
1436 source code as you receive it, in any medium, provided that you
1437 conspicuously and appropriately publish on each copy an appropriate
1438 copyright notice and disclaimer of warranty; keep intact all the
1439 notices that refer to this License and to the absence of any warranty;
1440 and give any other recipients of the Program a copy of this License
1441 along with the Program.
1443 You may charge a fee for the physical act of transferring a copy, and
1444 you may at your option offer warranty protection in exchange for a fee.
1446 2. You may modify your copy or copies of the Program or any portion
1447 of it, thus forming a work based on the Program, and copy and
1448 distribute such modifications or work under the terms of Section 1
1449 above, provided that you also meet all of these conditions:
1451 a) You must cause the modified files to carry prominent notices
1452 stating that you changed the files and the date of any change.
1454 b) You must cause any work that you distribute or publish, that in
1455 whole or in part contains or is derived from the Program or any
1456 part thereof, to be licensed as a whole at no charge to all third
1457 parties under the terms of this License.
1459 c) If the modified program normally reads commands interactively
1460 when run, you must cause it, when started running for such
1461 interactive use in the most ordinary way, to print or display an
1462 announcement including an appropriate copyright notice and a
1463 notice that there is no warranty (or else, saying that you provide
1464 a warranty) and that users may redistribute the program under
1465 these conditions, and telling the user how to view a copy of this
1466 License. (Exception: if the Program itself is interactive but
1467 does not normally print such an announcement, your work based on
1468 the Program is not required to print an announcement.)
1470 These requirements apply to the modified work as a whole. If
1471 identifiable sections of that work are not derived from the Program,
1472 and can be reasonably considered independent and separate works in
1473 themselves, then this License, and its terms, do not apply to those
1474 sections when you distribute them as separate works. But when you
1475 distribute the same sections as part of a whole which is a work based
1476 on the Program, the distribution of the whole must be on the terms of
1477 this License, whose permissions for other licensees extend to the
1478 entire whole, and thus to each and every part regardless of who wrote it.
1480 Thus, it is not the intent of this section to claim rights or contest
1481 your rights to work written entirely by you; rather, the intent is to
1482 exercise the right to control the distribution of derivative or
1483 collective works based on the Program.
1485 In addition, mere aggregation of another work not based on the Program
1486 with the Program (or with a work based on the Program) on a volume of
1487 a storage or distribution medium does not bring the other work under
1488 the scope of this License.
1490 3. You may copy and distribute the Program (or a work based on it,
1491 under Section 2) in object code or executable form under the terms of
1492 Sections 1 and 2 above provided that you also do one of the following:
1494 a) Accompany it with the complete corresponding machine-readable
1495 source code, which must be distributed under the terms of Sections
1496 1 and 2 above on a medium customarily used for software interchange; or,
1498 b) Accompany it with a written offer, valid for at least three
1499 years, to give any third party, for a charge no more than your
1500 cost of physically performing source distribution, a complete
1501 machine-readable copy of the corresponding source code, to be
1502 distributed under the terms of Sections 1 and 2 above on a medium
1503 customarily used for software interchange; or,
1505 c) Accompany it with the information you received as to the offer
1506 to distribute corresponding source code. (This alternative is
1507 allowed only for noncommercial distribution and only if you
1508 received the program in object code or executable form with such
1509 an offer, in accord with Subsection b above.)
1511 The source code for a work means the preferred form of the work for
1512 making modifications to it. For an executable work, complete source
1513 code means all the source code for all modules it contains, plus any
1514 associated interface definition files, plus the scripts used to
1515 control compilation and installation of the executable. However, as a
1516 special exception, the source code distributed need not include
1517 anything that is normally distributed (in either source or binary
1518 form) with the major components (compiler, kernel, and so on) of the
1519 operating system on which the executable runs, unless that component
1520 itself accompanies the executable.
1522 If distribution of executable or object code is made by offering
1523 access to copy from a designated place, then offering equivalent
1524 access to copy the source code from the same place counts as
1525 distribution of the source code, even though third parties are not
1526 compelled to copy the source along with the object code.
1528 4. You may not copy, modify, sublicense, or distribute the Program
1529 except as expressly provided under this License. Any attempt
1530 otherwise to copy, modify, sublicense or distribute the Program is
1531 void, and will automatically terminate your rights under this License.
1532 However, parties who have received copies, or rights, from you under
1533 this License will not have their licenses terminated so long as such
1534 parties remain in full compliance.
1536 5. You are not required to accept this License, since you have not
1537 signed it. However, nothing else grants you permission to modify or
1538 distribute the Program or its derivative works. These actions are
1539 prohibited by law if you do not accept this License. Therefore, by
1540 modifying or distributing the Program (or any work based on the
1541 Program), you indicate your acceptance of this License to do so, and
1542 all its terms and conditions for copying, distributing or modifying
1543 the Program or works based on it.
1545 6. Each time you redistribute the Program (or any work based on the
1546 Program), the recipient automatically receives a license from the
1547 original licensor to copy, distribute or modify the Program subject to
1548 these terms and conditions. You may not impose any further
1549 restrictions on the recipients' exercise of the rights granted herein.
1550 You are not responsible for enforcing compliance by third parties to
1551 this License.
1553 7. If, as a consequence of a court judgment or allegation of patent
1554 infringement or for any other reason (not limited to patent issues),
1555 conditions are imposed on you (whether by court order, agreement or
1556 otherwise) that contradict the conditions of this License, they do not
1557 excuse you from the conditions of this License. If you cannot
1558 distribute so as to satisfy simultaneously your obligations under this
1559 License and any other pertinent obligations, then as a consequence you
1560 may not distribute the Program at all. For example, if a patent
1561 license would not permit royalty-free redistribution of the Program by
1562 all those who receive copies directly or indirectly through you, then
1563 the only way you could satisfy both it and this License would be to
1564 refrain entirely from distribution of the Program.
1566 If any portion of this section is held invalid or unenforceable under
1567 any particular circumstance, the balance of the section is intended to
1568 apply and the section as a whole is intended to apply in other
1569 circumstances.
1571 It is not the purpose of this section to induce you to infringe any
1572 patents or other property right claims or to contest validity of any
1573 such claims; this section has the sole purpose of protecting the
1574 integrity of the free software distribution system, which is
1575 implemented by public license practices. Many people have made
1576 generous contributions to the wide range of software distributed
1577 through that system in reliance on consistent application of that
1578 system; it is up to the author/donor to decide if he or she is willing
1579 to distribute software through any other system and a licensee cannot
1580 impose that choice.
1582 This section is intended to make thoroughly clear what is believed to
1583 be a consequence of the rest of this License.
1585 8. If the distribution and/or use of the Program is restricted in
1586 certain countries either by patents or by copyrighted interfaces, the
1587 original copyright holder who places the Program under this License
1588 may add an explicit geographical distribution limitation excluding
1589 those countries, so that distribution is permitted only in or among
1590 countries not thus excluded. In such case, this License incorporates
1591 the limitation as if written in the body of this License.
1593 9. The Free Software Foundation may publish revised and/or new versions
1594 of the General Public License from time to time. Such new versions will
1595 be similar in spirit to the present version, but may differ in detail to
1596 address new problems or concerns.
1598 Each version is given a distinguishing version number. If the Program
1599 specifies a version number of this License which applies to it and &quot;any
1600 later version&quot;, you have the option of following the terms and conditions
1601 either of that version or of any later version published by the Free
1602 Software Foundation. If the Program does not specify a version number of
1603 this License, you may choose any version ever published by the Free Software
1604 Foundation.
1606 10. If you wish to incorporate parts of the Program into other free
1607 programs whose distribution conditions are different, write to the author
1608 to ask for permission. For software which is copyrighted by the Free
1609 Software Foundation, write to the Free Software Foundation; we sometimes
1610 make exceptions for this. Our decision will be guided by the two goals
1611 of preserving the free status of all derivatives of our free software and
1612 of promoting the sharing and reuse of software generally.
1614 NO WARRANTY
1616 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1617 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1618 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1619 PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1620 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1621 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
1622 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1623 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1624 REPAIR OR CORRECTION.
1626 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1627 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1628 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1629 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1630 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1631 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1632 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1633 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1634 POSSIBILITY OF SUCH DAMAGES.
1636 END OF TERMS AND CONDITIONS</property>
1637 <property name="wrap_license">False</property>
1638 <property name="website">tritemio@gmail.com</property>
1639 <property name="website_label" translatable="yes">tritemio@gmail.com</property>
1640 <property name="authors">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1641 <property name="documenters">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1642 <property name="artists">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1643 <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
1644 <property name="logo">logo.png</property>
1645 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 12:55:26 GMT"/>
1646 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 12:55:36 GMT"/>
1647 </widget>
1649 <widget class="GtkWindow" id="SectionWindow">
1650 <property name="visible">True</property>
1651 <property name="title" translatable="yes">Image Sections</property>
1652 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1653 <property name="window_position">GTK_WIN_POS_NONE</property>
1654 <property name="modal">False</property>
1655 <property name="default_width">450</property>
1656 <property name="default_height">400</property>
1657 <property name="resizable">True</property>
1658 <property name="destroy_with_parent">False</property>
1659 <property name="decorated">True</property>
1660 <property name="skip_taskbar_hint">False</property>
1661 <property name="skip_pager_hint">False</property>
1662 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1663 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1664 <property name="focus_on_map">True</property>
1665 <property name="urgency_hint">False</property>
1666 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sun, 31 Dec 2006 17:32:36 GMT"/>
1667 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 31 Dec 2006 17:38:31 GMT"/>
1669 <child>
1670 <widget class="GtkVBox" id="globalVbox">
1671 <property name="visible">True</property>
1672 <property name="homogeneous">False</property>
1673 <property name="spacing">0</property>
1675 <child>
1676 <widget class="GtkAlignment" id="ToolbarAlignment">
1677 <property name="visible">True</property>
1678 <property name="xalign">0.5</property>
1679 <property name="yalign">0.5</property>
1680 <property name="xscale">1</property>
1681 <property name="yscale">1</property>
1682 <property name="top_padding">0</property>
1683 <property name="bottom_padding">0</property>
1684 <property name="left_padding">0</property>
1685 <property name="right_padding">0</property>
1687 <child>
1688 <placeholder/>
1689 </child>
1690 </widget>
1691 <packing>
1692 <property name="padding">0</property>
1693 <property name="expand">False</property>
1694 <property name="fill">True</property>
1695 </packing>
1696 </child>
1698 <child>
1699 <widget class="GtkAlignment" id="CanvasAlignment">
1700 <property name="visible">True</property>
1701 <property name="xalign">0.5</property>
1702 <property name="yalign">0.5</property>
1703 <property name="xscale">1</property>
1704 <property name="yscale">1</property>
1705 <property name="top_padding">0</property>
1706 <property name="bottom_padding">0</property>
1707 <property name="left_padding">0</property>
1708 <property name="right_padding">0</property>
1710 <child>
1711 <placeholder/>
1712 </child>
1713 </widget>
1714 <packing>
1715 <property name="padding">0</property>
1716 <property name="expand">True</property>
1717 <property name="fill">True</property>
1718 </packing>
1719 </child>
1721 <child>
1722 <widget class="GtkHBox" id="toolbarHBox">
1723 <property name="visible">True</property>
1724 <property name="homogeneous">False</property>
1725 <property name="spacing">0</property>
1727 <child>
1728 <widget class="GtkCheckButton" id="gridCheckButton">
1729 <property name="visible">True</property>
1730 <property name="can_focus">True</property>
1731 <property name="label" translatable="yes">Grid</property>
1732 <property name="use_underline">True</property>
1733 <property name="relief">GTK_RELIEF_NORMAL</property>
1734 <property name="focus_on_click">True</property>
1735 <property name="active">True</property>
1736 <property name="inconsistent">False</property>
1737 <property name="draw_indicator">True</property>
1738 <signal name="toggled" handler="on_gridCheckButton_toggled" last_modification_time="Sun, 31 Dec 2006 16:46:09 GMT"/>
1739 </widget>
1740 <packing>
1741 <property name="padding">0</property>
1742 <property name="expand">False</property>
1743 <property name="fill">False</property>
1744 </packing>
1745 </child>
1747 <child>
1748 <widget class="GtkButton" id="closeButton">
1749 <property name="visible">True</property>
1750 <property name="can_focus">True</property>
1751 <property name="label" translatable="yes">Close</property>
1752 <property name="use_underline">True</property>
1753 <property name="relief">GTK_RELIEF_NORMAL</property>
1754 <property name="focus_on_click">True</property>
1755 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:25:59 GMT"/>
1756 </widget>
1757 <packing>
1758 <property name="padding">0</property>
1759 <property name="expand">False</property>
1760 <property name="fill">False</property>
1761 <property name="pack_type">GTK_PACK_END</property>
1762 </packing>
1763 </child>
1765 <child>
1766 <widget class="GtkCheckButton" id="pointCheckButton">
1767 <property name="visible">True</property>
1768 <property name="can_focus">True</property>
1769 <property name="label" translatable="yes">Points</property>
1770 <property name="use_underline">True</property>
1771 <property name="relief">GTK_RELIEF_NORMAL</property>
1772 <property name="focus_on_click">True</property>
1773 <property name="active">False</property>
1774 <property name="inconsistent">False</property>
1775 <property name="draw_indicator">True</property>
1776 <signal name="toggled" handler="on_pointCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:32:10 GMT"/>
1777 </widget>
1778 <packing>
1779 <property name="padding">0</property>
1780 <property name="expand">False</property>
1781 <property name="fill">False</property>
1782 </packing>
1783 </child>
1784 </widget>
1785 <packing>
1786 <property name="padding">0</property>
1787 <property name="expand">False</property>
1788 <property name="fill">True</property>
1789 </packing>
1790 </child>
1792 <child>
1793 <widget class="GtkStatusbar" id="statusbar">
1794 <property name="visible">True</property>
1795 <property name="has_resize_grip">True</property>
1796 </widget>
1797 <packing>
1798 <property name="padding">0</property>
1799 <property name="expand">False</property>
1800 <property name="fill">False</property>
1801 </packing>
1802 </child>
1803 </widget>
1804 </child>
1805 </widget>
1807 <widget class="GtkDialog" id="TitleAndAxesWindow">
1808 <property name="visible">True</property>
1809 <property name="title" translatable="yes">Title and Labels</property>
1810 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1811 <property name="window_position">GTK_WIN_POS_NONE</property>
1812 <property name="modal">False</property>
1813 <property name="resizable">True</property>
1814 <property name="destroy_with_parent">False</property>
1815 <property name="icon_name">gtk-preferences</property>
1816 <property name="decorated">True</property>
1817 <property name="skip_taskbar_hint">False</property>
1818 <property name="skip_pager_hint">False</property>
1819 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1820 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1821 <property name="focus_on_map">True</property>
1822 <property name="urgency_hint">False</property>
1823 <property name="has_separator">True</property>
1824 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:47:13 GMT"/>
1825 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:32 GMT"/>
1827 <child internal-child="vbox">
1828 <widget class="GtkVBox" id="dialog-vbox">
1829 <property name="visible">True</property>
1830 <property name="homogeneous">False</property>
1831 <property name="spacing">0</property>
1833 <child internal-child="action_area">
1834 <widget class="GtkHButtonBox" id="dialog-action_area">
1835 <property name="visible">True</property>
1836 <property name="layout_style">GTK_BUTTONBOX_END</property>
1838 <child>
1839 <widget class="GtkButton" id="cancelButton">
1840 <property name="visible">True</property>
1841 <property name="can_default">True</property>
1842 <property name="can_focus">True</property>
1843 <property name="label">gtk-cancel</property>
1844 <property name="use_stock">True</property>
1845 <property name="relief">GTK_RELIEF_NORMAL</property>
1846 <property name="focus_on_click">True</property>
1847 <property name="response_id">-6</property>
1848 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:28 GMT"/>
1849 </widget>
1850 </child>
1852 <child>
1853 <widget class="GtkButton" id="okButton">
1854 <property name="visible">True</property>
1855 <property name="can_default">True</property>
1856 <property name="can_focus">True</property>
1857 <property name="label">gtk-ok</property>
1858 <property name="use_stock">True</property>
1859 <property name="relief">GTK_RELIEF_NORMAL</property>
1860 <property name="focus_on_click">True</property>
1861 <property name="response_id">-5</property>
1862 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:19 GMT"/>
1863 </widget>
1864 </child>
1865 </widget>
1866 <packing>
1867 <property name="padding">0</property>
1868 <property name="expand">False</property>
1869 <property name="fill">True</property>
1870 <property name="pack_type">GTK_PACK_END</property>
1871 </packing>
1872 </child>
1874 <child>
1875 <widget class="GtkVBox" id="globalVbox">
1876 <property name="visible">True</property>
1877 <property name="homogeneous">False</property>
1878 <property name="spacing">0</property>
1880 <child>
1881 <widget class="GtkLabel" id="descriptionLabel">
1882 <property name="visible">True</property>
1883 <property name="label" translatable="yes">Set the Title string, and the labels for X and Y axis:</property>
1884 <property name="use_underline">False</property>
1885 <property name="use_markup">False</property>
1886 <property name="justify">GTK_JUSTIFY_LEFT</property>
1887 <property name="wrap">True</property>
1888 <property name="selectable">False</property>
1889 <property name="xalign">0.5</property>
1890 <property name="yalign">0.5</property>
1891 <property name="xpad">10</property>
1892 <property name="ypad">10</property>
1893 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1894 <property name="width_chars">-1</property>
1895 <property name="single_line_mode">False</property>
1896 <property name="angle">0</property>
1897 </widget>
1898 <packing>
1899 <property name="padding">10</property>
1900 <property name="expand">False</property>
1901 <property name="fill">False</property>
1902 </packing>
1903 </child>
1905 <child>
1906 <widget class="GtkHBox" id="titleHbox">
1907 <property name="visible">True</property>
1908 <property name="homogeneous">False</property>
1909 <property name="spacing">0</property>
1911 <child>
1912 <widget class="GtkLabel" id="TitleLabel">
1913 <property name="visible">True</property>
1914 <property name="label" translatable="yes">Title:</property>
1915 <property name="use_underline">False</property>
1916 <property name="use_markup">False</property>
1917 <property name="justify">GTK_JUSTIFY_LEFT</property>
1918 <property name="wrap">False</property>
1919 <property name="selectable">False</property>
1920 <property name="xalign">0.5</property>
1921 <property name="yalign">0.5</property>
1922 <property name="xpad">10</property>
1923 <property name="ypad">0</property>
1924 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1925 <property name="width_chars">10</property>
1926 <property name="single_line_mode">True</property>
1927 <property name="angle">0</property>
1928 </widget>
1929 <packing>
1930 <property name="padding">5</property>
1931 <property name="expand">False</property>
1932 <property name="fill">False</property>
1933 </packing>
1934 </child>
1936 <child>
1937 <widget class="GtkEntry" id="titleEntry">
1938 <property name="visible">True</property>
1939 <property name="can_focus">True</property>
1940 <property name="editable">True</property>
1941 <property name="visibility">True</property>
1942 <property name="max_length">0</property>
1943 <property name="text" translatable="yes"></property>
1944 <property name="has_frame">True</property>
1945 <property name="invisible_char">*</property>
1946 <property name="activates_default">False</property>
1947 </widget>
1948 <packing>
1949 <property name="padding">5</property>
1950 <property name="expand">True</property>
1951 <property name="fill">True</property>
1952 </packing>
1953 </child>
1954 </widget>
1955 <packing>
1956 <property name="padding">5</property>
1957 <property name="expand">True</property>
1958 <property name="fill">True</property>
1959 </packing>
1960 </child>
1962 <child>
1963 <widget class="GtkHBox" id="xlabelHbox">
1964 <property name="visible">True</property>
1965 <property name="homogeneous">False</property>
1966 <property name="spacing">0</property>
1968 <child>
1969 <widget class="GtkLabel" id="label13">
1970 <property name="visible">True</property>
1971 <property name="label" translatable="yes">X Axis label:</property>
1972 <property name="use_underline">False</property>
1973 <property name="use_markup">False</property>
1974 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1975 <property name="wrap">False</property>
1976 <property name="selectable">False</property>
1977 <property name="xalign">0.5</property>
1978 <property name="yalign">0.5</property>
1979 <property name="xpad">10</property>
1980 <property name="ypad">0</property>
1981 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1982 <property name="width_chars">10</property>
1983 <property name="single_line_mode">False</property>
1984 <property name="angle">0</property>
1985 </widget>
1986 <packing>
1987 <property name="padding">5</property>
1988 <property name="expand">False</property>
1989 <property name="fill">False</property>
1990 </packing>
1991 </child>
1993 <child>
1994 <widget class="GtkEntry" id="xlabelEntry">
1995 <property name="visible">True</property>
1996 <property name="can_focus">True</property>
1997 <property name="editable">True</property>
1998 <property name="visibility">True</property>
1999 <property name="max_length">0</property>
2000 <property name="text" translatable="yes"></property>
2001 <property name="has_frame">True</property>
2002 <property name="invisible_char">*</property>
2003 <property name="activates_default">False</property>
2004 </widget>
2005 <packing>
2006 <property name="padding">5</property>
2007 <property name="expand">True</property>
2008 <property name="fill">True</property>
2009 </packing>
2010 </child>
2011 </widget>
2012 <packing>
2013 <property name="padding">5</property>
2014 <property name="expand">True</property>
2015 <property name="fill">True</property>
2016 </packing>
2017 </child>
2019 <child>
2020 <widget class="GtkHBox" id="ylabelHbox">
2021 <property name="visible">True</property>
2022 <property name="homogeneous">False</property>
2023 <property name="spacing">0</property>
2025 <child>
2026 <widget class="GtkLabel" id="label14">
2027 <property name="visible">True</property>
2028 <property name="label" translatable="yes">Y Axis Label:</property>
2029 <property name="use_underline">False</property>
2030 <property name="use_markup">False</property>
2031 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2032 <property name="wrap">False</property>
2033 <property name="selectable">False</property>
2034 <property name="xalign">0.5</property>
2035 <property name="yalign">0.5</property>
2036 <property name="xpad">10</property>
2037 <property name="ypad">0</property>
2038 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2039 <property name="width_chars">10</property>
2040 <property name="single_line_mode">False</property>
2041 <property name="angle">0</property>
2042 </widget>
2043 <packing>
2044 <property name="padding">5</property>
2045 <property name="expand">False</property>
2046 <property name="fill">False</property>
2047 </packing>
2048 </child>
2050 <child>
2051 <widget class="GtkEntry" id="ylabelEntry">
2052 <property name="visible">True</property>
2053 <property name="can_focus">True</property>
2054 <property name="editable">True</property>
2055 <property name="visibility">True</property>
2056 <property name="max_length">0</property>
2057 <property name="text" translatable="yes"></property>
2058 <property name="has_frame">True</property>
2059 <property name="invisible_char">*</property>
2060 <property name="activates_default">False</property>
2061 </widget>
2062 <packing>
2063 <property name="padding">5</property>
2064 <property name="expand">True</property>
2065 <property name="fill">True</property>
2066 </packing>
2067 </child>
2068 </widget>
2069 <packing>
2070 <property name="padding">5</property>
2071 <property name="expand">True</property>
2072 <property name="fill">True</property>
2073 </packing>
2074 </child>
2075 </widget>
2076 <packing>
2077 <property name="padding">0</property>
2078 <property name="expand">True</property>
2079 <property name="fill">True</property>
2080 </packing>
2081 </child>
2082 </widget>
2083 </child>
2084 </widget>
2086 <widget class="GtkDialog" id="GaussianFilterWindow">
2087 <property name="visible">True</property>
2088 <property name="title" translatable="yes">Gaussian Filter</property>
2089 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2090 <property name="window_position">GTK_WIN_POS_NONE</property>
2091 <property name="modal">False</property>
2092 <property name="default_height">180</property>
2093 <property name="resizable">True</property>
2094 <property name="destroy_with_parent">False</property>
2095 <property name="decorated">True</property>
2096 <property name="skip_taskbar_hint">False</property>
2097 <property name="skip_pager_hint">False</property>
2098 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2099 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2100 <property name="focus_on_map">True</property>
2101 <property name="urgency_hint">False</property>
2102 <property name="has_separator">True</property>
2103 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:51 GMT"/>
2104 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:00 GMT"/>
2106 <child internal-child="vbox">
2107 <widget class="GtkVBox" id="dialog-vbox">
2108 <property name="visible">True</property>
2109 <property name="homogeneous">False</property>
2110 <property name="spacing">0</property>
2112 <child internal-child="action_area">
2113 <widget class="GtkHButtonBox" id="dialog-action_area3">
2114 <property name="visible">True</property>
2115 <property name="layout_style">GTK_BUTTONBOX_END</property>
2117 <child>
2118 <widget class="GtkButton" id="cancelButton">
2119 <property name="visible">True</property>
2120 <property name="can_default">True</property>
2121 <property name="can_focus">True</property>
2122 <property name="label">gtk-cancel</property>
2123 <property name="use_stock">True</property>
2124 <property name="relief">GTK_RELIEF_NORMAL</property>
2125 <property name="focus_on_click">True</property>
2126 <property name="response_id">-6</property>
2127 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:40 GMT"/>
2128 </widget>
2129 </child>
2131 <child>
2132 <widget class="GtkButton" id="okButton">
2133 <property name="visible">True</property>
2134 <property name="can_default">True</property>
2135 <property name="can_focus">True</property>
2136 <property name="label">gtk-ok</property>
2137 <property name="use_stock">True</property>
2138 <property name="relief">GTK_RELIEF_NORMAL</property>
2139 <property name="focus_on_click">True</property>
2140 <property name="response_id">-5</property>
2141 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:31 GMT"/>
2142 </widget>
2143 </child>
2144 </widget>
2145 <packing>
2146 <property name="padding">0</property>
2147 <property name="expand">False</property>
2148 <property name="fill">True</property>
2149 <property name="pack_type">GTK_PACK_END</property>
2150 </packing>
2151 </child>
2153 <child>
2154 <widget class="GtkVBox" id="globalVbox">
2155 <property name="visible">True</property>
2156 <property name="homogeneous">False</property>
2157 <property name="spacing">0</property>
2159 <child>
2160 <widget class="GtkLabel" id="descriptionLabel">
2161 <property name="visible">True</property>
2162 <property name="label" translatable="yes">Select the standard deviation for the gaussian filter (in pixel):</property>
2163 <property name="use_underline">False</property>
2164 <property name="use_markup">False</property>
2165 <property name="justify">GTK_JUSTIFY_LEFT</property>
2166 <property name="wrap">False</property>
2167 <property name="selectable">False</property>
2168 <property name="xalign">0.5</property>
2169 <property name="yalign">0.5</property>
2170 <property name="xpad">10</property>
2171 <property name="ypad">0</property>
2172 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2173 <property name="width_chars">-1</property>
2174 <property name="single_line_mode">False</property>
2175 <property name="angle">0</property>
2176 </widget>
2177 <packing>
2178 <property name="padding">5</property>
2179 <property name="expand">True</property>
2180 <property name="fill">True</property>
2181 </packing>
2182 </child>
2184 <child>
2185 <widget class="GtkHBox" id="standardDevHbox">
2186 <property name="visible">True</property>
2187 <property name="homogeneous">False</property>
2188 <property name="spacing">0</property>
2190 <child>
2191 <widget class="GtkLabel" id="label">
2192 <property name="visible">True</property>
2193 <property name="label" translatable="yes">Standard Deviation:</property>
2194 <property name="use_underline">False</property>
2195 <property name="use_markup">False</property>
2196 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2197 <property name="wrap">False</property>
2198 <property name="selectable">False</property>
2199 <property name="xalign">0.5</property>
2200 <property name="yalign">0.5</property>
2201 <property name="xpad">10</property>
2202 <property name="ypad">0</property>
2203 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2204 <property name="width_chars">-1</property>
2205 <property name="single_line_mode">False</property>
2206 <property name="angle">0</property>
2207 </widget>
2208 <packing>
2209 <property name="padding">0</property>
2210 <property name="expand">False</property>
2211 <property name="fill">False</property>
2212 </packing>
2213 </child>
2215 <child>
2216 <widget class="GtkSpinButton" id="sigmaSpinButton">
2217 <property name="visible">True</property>
2218 <property name="can_focus">True</property>
2219 <property name="climb_rate">1</property>
2220 <property name="digits">2</property>
2221 <property name="numeric">True</property>
2222 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2223 <property name="snap_to_ticks">False</property>
2224 <property name="wrap">False</property>
2225 <property name="adjustment">1 0 1000 1 10 10</property>
2226 </widget>
2227 <packing>
2228 <property name="padding">10</property>
2229 <property name="expand">True</property>
2230 <property name="fill">True</property>
2231 </packing>
2232 </child>
2233 </widget>
2234 <packing>
2235 <property name="padding">10</property>
2236 <property name="expand">True</property>
2237 <property name="fill">True</property>
2238 </packing>
2239 </child>
2240 </widget>
2241 <packing>
2242 <property name="padding">10</property>
2243 <property name="expand">True</property>
2244 <property name="fill">True</property>
2245 </packing>
2246 </child>
2247 </widget>
2248 </child>
2249 </widget>
2251 <widget class="GtkDialog" id="PixelDimensionWindow">
2252 <property name="visible">True</property>
2253 <property name="title" translatable="yes">Pixel Dimension</property>
2254 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2255 <property name="window_position">GTK_WIN_POS_NONE</property>
2256 <property name="modal">False</property>
2257 <property name="resizable">True</property>
2258 <property name="destroy_with_parent">False</property>
2259 <property name="decorated">True</property>
2260 <property name="skip_taskbar_hint">False</property>
2261 <property name="skip_pager_hint">False</property>
2262 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2263 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2264 <property name="focus_on_map">True</property>
2265 <property name="urgency_hint">False</property>
2266 <property name="has_separator">True</property>
2267 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:11 GMT"/>
2268 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:48:21 GMT"/>
2270 <child internal-child="vbox">
2271 <widget class="GtkVBox" id="dialog-vbox">
2272 <property name="visible">True</property>
2273 <property name="homogeneous">False</property>
2274 <property name="spacing">0</property>
2276 <child internal-child="action_area">
2277 <widget class="GtkHButtonBox" id="dialog-action_area4">
2278 <property name="visible">True</property>
2279 <property name="layout_style">GTK_BUTTONBOX_END</property>
2281 <child>
2282 <widget class="GtkButton" id="cancelButton">
2283 <property name="visible">True</property>
2284 <property name="can_default">True</property>
2285 <property name="can_focus">True</property>
2286 <property name="label">gtk-cancel</property>
2287 <property name="use_stock">True</property>
2288 <property name="relief">GTK_RELIEF_NORMAL</property>
2289 <property name="focus_on_click">True</property>
2290 <property name="response_id">-6</property>
2291 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:21 GMT"/>
2292 </widget>
2293 </child>
2295 <child>
2296 <widget class="GtkButton" id="okButton">
2297 <property name="visible">True</property>
2298 <property name="can_default">True</property>
2299 <property name="can_focus">True</property>
2300 <property name="label">gtk-ok</property>
2301 <property name="use_stock">True</property>
2302 <property name="relief">GTK_RELIEF_NORMAL</property>
2303 <property name="focus_on_click">True</property>
2304 <property name="response_id">-5</property>
2305 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:27 GMT"/>
2306 </widget>
2307 </child>
2308 </widget>
2309 <packing>
2310 <property name="padding">0</property>
2311 <property name="expand">False</property>
2312 <property name="fill">True</property>
2313 <property name="pack_type">GTK_PACK_END</property>
2314 </packing>
2315 </child>
2317 <child>
2318 <widget class="GtkVBox" id="globalVbox">
2319 <property name="visible">True</property>
2320 <property name="homogeneous">False</property>
2321 <property name="spacing">0</property>
2323 <child>
2324 <widget class="GtkLabel" id="descriptionLabel">
2325 <property name="visible">True</property>
2326 <property name="label" translatable="yes">Select the pixel dimension:</property>
2327 <property name="use_underline">False</property>
2328 <property name="use_markup">False</property>
2329 <property name="justify">GTK_JUSTIFY_LEFT</property>
2330 <property name="wrap">False</property>
2331 <property name="selectable">False</property>
2332 <property name="xalign">0.5</property>
2333 <property name="yalign">0.5</property>
2334 <property name="xpad">0</property>
2335 <property name="ypad">5</property>
2336 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2337 <property name="width_chars">-1</property>
2338 <property name="single_line_mode">False</property>
2339 <property name="angle">0</property>
2340 </widget>
2341 <packing>
2342 <property name="padding">5</property>
2343 <property name="expand">False</property>
2344 <property name="fill">False</property>
2345 </packing>
2346 </child>
2348 <child>
2349 <widget class="GtkHBox" id="xdimensionHbox">
2350 <property name="visible">True</property>
2351 <property name="homogeneous">True</property>
2352 <property name="spacing">0</property>
2354 <child>
2355 <widget class="GtkLabel" id="pixXdimLabel">
2356 <property name="visible">True</property>
2357 <property name="label" translatable="yes">Pixel X dimension:</property>
2358 <property name="use_underline">False</property>
2359 <property name="use_markup">False</property>
2360 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2361 <property name="wrap">False</property>
2362 <property name="selectable">False</property>
2363 <property name="xalign">0.5</property>
2364 <property name="yalign">0.5</property>
2365 <property name="xpad">10</property>
2366 <property name="ypad">0</property>
2367 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2368 <property name="width_chars">-1</property>
2369 <property name="single_line_mode">False</property>
2370 <property name="angle">0</property>
2371 </widget>
2372 <packing>
2373 <property name="padding">0</property>
2374 <property name="expand">True</property>
2375 <property name="fill">False</property>
2376 </packing>
2377 </child>
2379 <child>
2380 <widget class="GtkSpinButton" id="xPixDimSpinButt">
2381 <property name="visible">True</property>
2382 <property name="can_focus">True</property>
2383 <property name="climb_rate">10</property>
2384 <property name="digits">2</property>
2385 <property name="numeric">True</property>
2386 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2387 <property name="snap_to_ticks">False</property>
2388 <property name="wrap">False</property>
2389 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2390 </widget>
2391 <packing>
2392 <property name="padding">10</property>
2393 <property name="expand">True</property>
2394 <property name="fill">False</property>
2395 </packing>
2396 </child>
2397 </widget>
2398 <packing>
2399 <property name="padding">10</property>
2400 <property name="expand">True</property>
2401 <property name="fill">True</property>
2402 </packing>
2403 </child>
2405 <child>
2406 <widget class="GtkHBox" id="ydimensionHbox">
2407 <property name="visible">True</property>
2408 <property name="homogeneous">True</property>
2409 <property name="spacing">0</property>
2411 <child>
2412 <widget class="GtkLabel" id="pixYdimLabel">
2413 <property name="visible">True</property>
2414 <property name="label" translatable="yes">PIxel Y dimension:</property>
2415 <property name="use_underline">False</property>
2416 <property name="use_markup">False</property>
2417 <property name="justify">GTK_JUSTIFY_LEFT</property>
2418 <property name="wrap">False</property>
2419 <property name="selectable">False</property>
2420 <property name="xalign">0.5</property>
2421 <property name="yalign">0.5</property>
2422 <property name="xpad">10</property>
2423 <property name="ypad">0</property>
2424 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2425 <property name="width_chars">-1</property>
2426 <property name="single_line_mode">False</property>
2427 <property name="angle">0</property>
2428 </widget>
2429 <packing>
2430 <property name="padding">0</property>
2431 <property name="expand">True</property>
2432 <property name="fill">False</property>
2433 </packing>
2434 </child>
2436 <child>
2437 <widget class="GtkSpinButton" id="yPixDimSpinButt">
2438 <property name="visible">True</property>
2439 <property name="can_focus">True</property>
2440 <property name="climb_rate">10</property>
2441 <property name="digits">2</property>
2442 <property name="numeric">True</property>
2443 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2444 <property name="snap_to_ticks">False</property>
2445 <property name="wrap">False</property>
2446 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2447 </widget>
2448 <packing>
2449 <property name="padding">10</property>
2450 <property name="expand">True</property>
2451 <property name="fill">False</property>
2452 </packing>
2453 </child>
2454 </widget>
2455 <packing>
2456 <property name="padding">10</property>
2457 <property name="expand">True</property>
2458 <property name="fill">True</property>
2459 </packing>
2460 </child>
2462 <child>
2463 <widget class="GtkHBox" id="hbox1">
2464 <property name="visible">True</property>
2465 <property name="homogeneous">True</property>
2466 <property name="spacing">0</property>
2468 <child>
2469 <widget class="GtkLabel" id="label15">
2470 <property name="visible">True</property>
2471 <property name="label" translatable="yes">Visualized aspect ratio:</property>
2472 <property name="use_underline">False</property>
2473 <property name="use_markup">False</property>
2474 <property name="justify">GTK_JUSTIFY_LEFT</property>
2475 <property name="wrap">False</property>
2476 <property name="selectable">False</property>
2477 <property name="xalign">0.5</property>
2478 <property name="yalign">0.5</property>
2479 <property name="xpad">10</property>
2480 <property name="ypad">0</property>
2481 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2482 <property name="width_chars">-1</property>
2483 <property name="single_line_mode">False</property>
2484 <property name="angle">0</property>
2485 </widget>
2486 <packing>
2487 <property name="padding">0</property>
2488 <property name="expand">True</property>
2489 <property name="fill">False</property>
2490 </packing>
2491 </child>
2493 <child>
2494 <widget class="GtkSpinButton" id="aspectSpinButt">
2495 <property name="visible">True</property>
2496 <property name="can_focus">True</property>
2497 <property name="climb_rate">10</property>
2498 <property name="digits">2</property>
2499 <property name="numeric">True</property>
2500 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2501 <property name="snap_to_ticks">False</property>
2502 <property name="wrap">False</property>
2503 <property name="adjustment">1 0.0010000000475 1000 1 10 10</property>
2504 </widget>
2505 <packing>
2506 <property name="padding">10</property>
2507 <property name="expand">True</property>
2508 <property name="fill">False</property>
2509 </packing>
2510 </child>
2511 </widget>
2512 <packing>
2513 <property name="padding">10</property>
2514 <property name="expand">True</property>
2515 <property name="fill">True</property>
2516 </packing>
2517 </child>
2518 </widget>
2519 <packing>
2520 <property name="padding">0</property>
2521 <property name="expand">True</property>
2522 <property name="fill">True</property>
2523 </packing>
2524 </child>
2525 </widget>
2526 </child>
2527 </widget>
2529 <widget class="GtkDialog" id="SectionListWindow">
2530 <property name="visible">True</property>
2531 <property name="title" translatable="yes">Sections</property>
2532 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2533 <property name="window_position">GTK_WIN_POS_NONE</property>
2534 <property name="modal">False</property>
2535 <property name="default_width">380</property>
2536 <property name="default_height">380</property>
2537 <property name="resizable">True</property>
2538 <property name="destroy_with_parent">False</property>
2539 <property name="decorated">True</property>
2540 <property name="skip_taskbar_hint">False</property>
2541 <property name="skip_pager_hint">False</property>
2542 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2543 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2544 <property name="focus_on_map">True</property>
2545 <property name="urgency_hint">False</property>
2546 <property name="has_separator">True</property>
2547 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 14:56:38 GMT"/>
2548 <signal name="close" handler="on_close" last_modification_time="Wed, 11 Apr 2007 14:57:03 GMT"/>
2549 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 14:57:18 GMT"/>
2551 <child internal-child="vbox">
2552 <widget class="GtkVBox" id="dialog-vbox">
2553 <property name="visible">True</property>
2554 <property name="homogeneous">False</property>
2555 <property name="spacing">0</property>
2557 <child internal-child="action_area">
2558 <widget class="GtkHButtonBox" id="dialog-action_area5">
2559 <property name="visible">True</property>
2560 <property name="layout_style">GTK_BUTTONBOX_END</property>
2562 <child>
2563 <widget class="GtkButton" id="closeButton">
2564 <property name="visible">True</property>
2565 <property name="can_default">True</property>
2566 <property name="can_focus">True</property>
2567 <property name="label">gtk-close</property>
2568 <property name="use_stock">True</property>
2569 <property name="relief">GTK_RELIEF_NORMAL</property>
2570 <property name="focus_on_click">True</property>
2571 <property name="response_id">-7</property>
2572 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Wed, 11 Apr 2007 15:06:17 GMT"/>
2573 </widget>
2574 </child>
2575 </widget>
2576 <packing>
2577 <property name="padding">0</property>
2578 <property name="expand">False</property>
2579 <property name="fill">True</property>
2580 <property name="pack_type">GTK_PACK_END</property>
2581 </packing>
2582 </child>
2584 <child>
2585 <widget class="GtkVBox" id="globalVbox">
2586 <property name="visible">True</property>
2587 <property name="homogeneous">False</property>
2588 <property name="spacing">0</property>
2590 <child>
2591 <widget class="GtkLabel" id="sectionListLabel">
2592 <property name="visible">True</property>
2593 <property name="can_focus">True</property>
2594 <property name="label" translatable="yes">Sections List:</property>
2595 <property name="use_underline">False</property>
2596 <property name="use_markup">False</property>
2597 <property name="justify">GTK_JUSTIFY_LEFT</property>
2598 <property name="wrap">False</property>
2599 <property name="selectable">True</property>
2600 <property name="xalign">0.5</property>
2601 <property name="yalign">0.5</property>
2602 <property name="xpad">0</property>
2603 <property name="ypad">0</property>
2604 <property name="mnemonic_widget">sectionsTextView</property>
2605 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2606 <property name="width_chars">-1</property>
2607 <property name="single_line_mode">False</property>
2608 <property name="angle">0</property>
2609 </widget>
2610 <packing>
2611 <property name="padding">4</property>
2612 <property name="expand">False</property>
2613 <property name="fill">False</property>
2614 </packing>
2615 </child>
2617 <child>
2618 <widget class="GtkScrolledWindow" id="scrolledwindow">
2619 <property name="visible">True</property>
2620 <property name="can_focus">True</property>
2621 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
2622 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
2623 <property name="shadow_type">GTK_SHADOW_IN</property>
2624 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2626 <child>
2627 <widget class="GtkTextView" id="sectionsTextView">
2628 <property name="visible">True</property>
2629 <property name="can_focus">True</property>
2630 <property name="editable">True</property>
2631 <property name="overwrite">False</property>
2632 <property name="accepts_tab">True</property>
2633 <property name="justification">GTK_JUSTIFY_LEFT</property>
2634 <property name="wrap_mode">GTK_WRAP_NONE</property>
2635 <property name="cursor_visible">True</property>
2636 <property name="pixels_above_lines">0</property>
2637 <property name="pixels_below_lines">0</property>
2638 <property name="pixels_inside_wrap">0</property>
2639 <property name="left_margin">0</property>
2640 <property name="right_margin">0</property>
2641 <property name="indent">0</property>
2642 <property name="text" translatable="yes"></property>
2643 </widget>
2644 </child>
2645 </widget>
2646 <packing>
2647 <property name="padding">0</property>
2648 <property name="expand">True</property>
2649 <property name="fill">True</property>
2650 </packing>
2651 </child>
2652 </widget>
2653 <packing>
2654 <property name="padding">0</property>
2655 <property name="expand">True</property>
2656 <property name="fill">True</property>
2657 </packing>
2658 </child>
2659 </widget>
2660 </child>
2661 </widget>
2663 <widget class="GtkFileChooserDialog" id="savefileDialog">
2664 <property name="visible">True</property>
2665 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
2666 <property name="local_only">True</property>
2667 <property name="select_multiple">False</property>
2668 <property name="show_hidden">False</property>
2669 <property name="do_overwrite_confirmation">False</property>
2670 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2671 <property name="window_position">GTK_WIN_POS_NONE</property>
2672 <property name="modal">False</property>
2673 <property name="resizable">True</property>
2674 <property name="destroy_with_parent">False</property>
2675 <property name="decorated">True</property>
2676 <property name="skip_taskbar_hint">False</property>
2677 <property name="skip_pager_hint">False</property>
2678 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2679 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2680 <property name="focus_on_map">True</property>
2681 <property name="urgency_hint">False</property>
2683 <child internal-child="vbox">
2684 <widget class="GtkVBox" id="dialog-vbox">
2685 <property name="visible">True</property>
2686 <property name="homogeneous">False</property>
2687 <property name="spacing">24</property>
2689 <child internal-child="action_area">
2690 <widget class="GtkHButtonBox" id="dialog-action_area">
2691 <property name="visible">True</property>
2692 <property name="layout_style">GTK_BUTTONBOX_END</property>
2694 <child>
2695 <widget class="GtkButton" id="cancelButton">
2696 <property name="visible">True</property>
2697 <property name="can_default">True</property>
2698 <property name="can_focus">True</property>
2699 <property name="label">gtk-cancel</property>
2700 <property name="use_stock">True</property>
2701 <property name="relief">GTK_RELIEF_NORMAL</property>
2702 <property name="focus_on_click">True</property>
2703 <property name="response_id">-6</property>
2704 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 11 Oct 2007 21:25:23 GMT"/>
2705 </widget>
2706 </child>
2708 <child>
2709 <widget class="GtkButton" id="saveButton">
2710 <property name="visible">True</property>
2711 <property name="can_default">True</property>
2712 <property name="has_default">True</property>
2713 <property name="can_focus">True</property>
2714 <property name="label">gtk-save</property>
2715 <property name="use_stock">True</property>
2716 <property name="relief">GTK_RELIEF_NORMAL</property>
2717 <property name="focus_on_click">True</property>
2718 <property name="response_id">-5</property>
2719 <signal name="clicked" handler="on_saveButton_clicked" last_modification_time="Thu, 11 Oct 2007 21:25:06 GMT"/>
2720 </widget>
2721 </child>
2722 </widget>
2723 <packing>
2724 <property name="padding">0</property>
2725 <property name="expand">False</property>
2726 <property name="fill">True</property>
2727 <property name="pack_type">GTK_PACK_END</property>
2728 </packing>
2729 </child>
2730 </widget>
2731 </child>
2732 </widget>
2734 <widget class="GtkDialog" id="BinningDialog">
2735 <property name="visible">True</property>
2736 <property name="title" translatable="yes">Binning Parameters</property>
2737 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2738 <property name="window_position">GTK_WIN_POS_NONE</property>
2739 <property name="modal">False</property>
2740 <property name="resizable">True</property>
2741 <property name="destroy_with_parent">False</property>
2742 <property name="decorated">True</property>
2743 <property name="skip_taskbar_hint">False</property>
2744 <property name="skip_pager_hint">False</property>
2745 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2746 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2747 <property name="focus_on_map">True</property>
2748 <property name="urgency_hint">False</property>
2749 <property name="has_separator">True</property>
2750 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:11 GMT"/>
2751 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:48:21 GMT"/>
2753 <child internal-child="vbox">
2754 <widget class="GtkVBox" id="vbox">
2755 <property name="visible">True</property>
2756 <property name="homogeneous">False</property>
2757 <property name="spacing">0</property>
2759 <child internal-child="action_area">
2760 <widget class="GtkHButtonBox" id="hbuttonbox1">
2761 <property name="visible">True</property>
2762 <property name="layout_style">GTK_BUTTONBOX_END</property>
2764 <child>
2765 <widget class="GtkButton" id="cancelButton">
2766 <property name="visible">True</property>
2767 <property name="can_default">True</property>
2768 <property name="can_focus">True</property>
2769 <property name="label">gtk-cancel</property>
2770 <property name="use_stock">True</property>
2771 <property name="relief">GTK_RELIEF_NORMAL</property>
2772 <property name="focus_on_click">True</property>
2773 <property name="response_id">-6</property>
2774 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:21 GMT"/>
2775 </widget>
2776 </child>
2778 <child>
2779 <widget class="GtkButton" id="okButton">
2780 <property name="visible">True</property>
2781 <property name="can_default">True</property>
2782 <property name="can_focus">True</property>
2783 <property name="label">gtk-ok</property>
2784 <property name="use_stock">True</property>
2785 <property name="relief">GTK_RELIEF_NORMAL</property>
2786 <property name="focus_on_click">True</property>
2787 <property name="response_id">-5</property>
2788 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:27 GMT"/>
2789 </widget>
2790 </child>
2791 </widget>
2792 <packing>
2793 <property name="padding">0</property>
2794 <property name="expand">False</property>
2795 <property name="fill">True</property>
2796 <property name="pack_type">GTK_PACK_END</property>
2797 </packing>
2798 </child>
2800 <child>
2801 <widget class="GtkVBox" id="vbox3">
2802 <property name="visible">True</property>
2803 <property name="homogeneous">True</property>
2804 <property name="spacing">0</property>
2806 <child>
2807 <widget class="GtkLabel" id="label16">
2808 <property name="visible">True</property>
2809 <property name="label" translatable="yes">Select the binning parameters:</property>
2810 <property name="use_underline">False</property>
2811 <property name="use_markup">False</property>
2812 <property name="justify">GTK_JUSTIFY_LEFT</property>
2813 <property name="wrap">False</property>
2814 <property name="selectable">False</property>
2815 <property name="xalign">0.5</property>
2816 <property name="yalign">0.5</property>
2817 <property name="xpad">0</property>
2818 <property name="ypad">5</property>
2819 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2820 <property name="width_chars">-1</property>
2821 <property name="single_line_mode">False</property>
2822 <property name="angle">0</property>
2823 </widget>
2824 <packing>
2825 <property name="padding">5</property>
2826 <property name="expand">False</property>
2827 <property name="fill">False</property>
2828 </packing>
2829 </child>
2831 <child>
2832 <widget class="GtkHBox" id="hbox2">
2833 <property name="visible">True</property>
2834 <property name="homogeneous">True</property>
2835 <property name="spacing">0</property>
2837 <child>
2838 <widget class="GtkLabel" id="label17">
2839 <property name="visible">True</property>
2840 <property name="label" translatable="yes">Binning X factor:</property>
2841 <property name="use_underline">False</property>
2842 <property name="use_markup">False</property>
2843 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2844 <property name="wrap">False</property>
2845 <property name="selectable">False</property>
2846 <property name="xalign">0.5</property>
2847 <property name="yalign">0.5</property>
2848 <property name="xpad">10</property>
2849 <property name="ypad">0</property>
2850 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2851 <property name="width_chars">-1</property>
2852 <property name="single_line_mode">False</property>
2853 <property name="angle">0</property>
2854 </widget>
2855 <packing>
2856 <property name="padding">0</property>
2857 <property name="expand">True</property>
2858 <property name="fill">False</property>
2859 </packing>
2860 </child>
2862 <child>
2863 <widget class="GtkSpinButton" id="xBinSpinButt">
2864 <property name="visible">True</property>
2865 <property name="can_focus">True</property>
2866 <property name="climb_rate">10</property>
2867 <property name="digits">2</property>
2868 <property name="numeric">True</property>
2869 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2870 <property name="snap_to_ticks">False</property>
2871 <property name="wrap">False</property>
2872 <property name="adjustment">2 2 200 1 10 10</property>
2873 </widget>
2874 <packing>
2875 <property name="padding">10</property>
2876 <property name="expand">True</property>
2877 <property name="fill">False</property>
2878 </packing>
2879 </child>
2880 </widget>
2881 <packing>
2882 <property name="padding">10</property>
2883 <property name="expand">True</property>
2884 <property name="fill">True</property>
2885 </packing>
2886 </child>
2888 <child>
2889 <widget class="GtkHBox" id="hbox3">
2890 <property name="visible">True</property>
2891 <property name="homogeneous">True</property>
2892 <property name="spacing">0</property>
2894 <child>
2895 <widget class="GtkLabel" id="label18">
2896 <property name="visible">True</property>
2897 <property name="label" translatable="yes">Binning Y factor:</property>
2898 <property name="use_underline">False</property>
2899 <property name="use_markup">False</property>
2900 <property name="justify">GTK_JUSTIFY_LEFT</property>
2901 <property name="wrap">False</property>
2902 <property name="selectable">False</property>
2903 <property name="xalign">0.5</property>
2904 <property name="yalign">0.5</property>
2905 <property name="xpad">10</property>
2906 <property name="ypad">0</property>
2907 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2908 <property name="width_chars">-1</property>
2909 <property name="single_line_mode">False</property>
2910 <property name="angle">0</property>
2911 </widget>
2912 <packing>
2913 <property name="padding">0</property>
2914 <property name="expand">True</property>
2915 <property name="fill">False</property>
2916 </packing>
2917 </child>
2919 <child>
2920 <widget class="GtkSpinButton" id="yBinSpinButt">
2921 <property name="visible">True</property>
2922 <property name="can_focus">True</property>
2923 <property name="climb_rate">10</property>
2924 <property name="digits">2</property>
2925 <property name="numeric">True</property>
2926 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2927 <property name="snap_to_ticks">False</property>
2928 <property name="wrap">False</property>
2929 <property name="adjustment">2 2 200 1 10 10</property>
2930 </widget>
2931 <packing>
2932 <property name="padding">10</property>
2933 <property name="expand">True</property>
2934 <property name="fill">False</property>
2935 </packing>
2936 </child>
2937 </widget>
2938 <packing>
2939 <property name="padding">10</property>
2940 <property name="expand">True</property>
2941 <property name="fill">True</property>
2942 </packing>
2943 </child>
2944 </widget>
2945 <packing>
2946 <property name="padding">0</property>
2947 <property name="expand">True</property>
2948 <property name="fill">True</property>
2949 </packing>
2950 </child>
2951 </widget>
2952 </child>
2953 </widget>
2955 <widget class="GtkDialog" id="OutputDialog">
2956 <property name="visible">True</property>
2957 <property name="title" translatable="yes">Calculations Results</property>
2958 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2959 <property name="window_position">GTK_WIN_POS_NONE</property>
2960 <property name="modal">False</property>
2961 <property name="default_width">400</property>
2962 <property name="default_height">500</property>
2963 <property name="resizable">True</property>
2964 <property name="destroy_with_parent">False</property>
2965 <property name="decorated">True</property>
2966 <property name="skip_taskbar_hint">False</property>
2967 <property name="skip_pager_hint">False</property>
2968 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2969 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2970 <property name="focus_on_map">True</property>
2971 <property name="urgency_hint">False</property>
2972 <property name="has_separator">True</property>
2973 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 14 Oct 2007 08:51:24 GMT"/>
2974 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sun, 14 Oct 2007 10:01:16 GMT"/>
2976 <child internal-child="vbox">
2977 <widget class="GtkVBox" id="dialog-vbox">
2978 <property name="visible">True</property>
2979 <property name="homogeneous">False</property>
2980 <property name="spacing">0</property>
2982 <child internal-child="action_area">
2983 <widget class="GtkHButtonBox" id="dialog-action_area">
2984 <property name="visible">True</property>
2985 <property name="layout_style">GTK_BUTTONBOX_END</property>
2987 <child>
2988 <widget class="GtkButton" id="saveButton">
2989 <property name="visible">True</property>
2990 <property name="can_default">True</property>
2991 <property name="can_focus">True</property>
2992 <property name="label">gtk-save</property>
2993 <property name="use_stock">True</property>
2994 <property name="relief">GTK_RELIEF_NORMAL</property>
2995 <property name="focus_on_click">True</property>
2996 <property name="response_id">0</property>
2997 <signal name="clicked" handler="on_saveButton_clicked" last_modification_time="Sat, 13 Oct 2007 20:06:57 GMT"/>
2998 </widget>
2999 </child>
3001 <child>
3002 <widget class="GtkButton" id="closeButton">
3003 <property name="visible">True</property>
3004 <property name="can_default">True</property>
3005 <property name="can_focus">True</property>
3006 <property name="label">gtk-close</property>
3007 <property name="use_stock">True</property>
3008 <property name="relief">GTK_RELIEF_NORMAL</property>
3009 <property name="focus_on_click">True</property>
3010 <property name="response_id">-7</property>
3011 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Sat, 13 Oct 2007 20:10:11 GMT"/>
3012 </widget>
3013 </child>
3015 <child>
3016 <widget class="GtkButton" id="clearButton">
3017 <property name="visible">True</property>
3018 <property name="can_default">True</property>
3019 <property name="can_focus">True</property>
3020 <property name="label">gtk-clear</property>
3021 <property name="use_stock">True</property>
3022 <property name="relief">GTK_RELIEF_NORMAL</property>
3023 <property name="focus_on_click">True</property>
3024 <property name="response_id">0</property>
3025 <signal name="clicked" handler="on_clearButton_clicked" last_modification_time="Sun, 14 Oct 2007 09:38:35 GMT"/>
3026 </widget>
3027 </child>
3028 </widget>
3029 <packing>
3030 <property name="padding">0</property>
3031 <property name="expand">False</property>
3032 <property name="fill">True</property>
3033 <property name="pack_type">GTK_PACK_END</property>
3034 </packing>
3035 </child>
3037 <child>
3038 <widget class="GtkScrolledWindow" id="scrolledwindow">
3039 <property name="visible">True</property>
3040 <property name="can_focus">True</property>
3041 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3042 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3043 <property name="shadow_type">GTK_SHADOW_IN</property>
3044 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3046 <child>
3047 <widget class="GtkTextView" id="textview">
3048 <property name="visible">True</property>
3049 <property name="can_focus">True</property>
3050 <property name="editable">True</property>
3051 <property name="overwrite">False</property>
3052 <property name="accepts_tab">True</property>
3053 <property name="justification">GTK_JUSTIFY_LEFT</property>
3054 <property name="wrap_mode">GTK_WRAP_NONE</property>
3055 <property name="cursor_visible">True</property>
3056 <property name="pixels_above_lines">0</property>
3057 <property name="pixels_below_lines">0</property>
3058 <property name="pixels_inside_wrap">0</property>
3059 <property name="left_margin">0</property>
3060 <property name="right_margin">0</property>
3061 <property name="indent">0</property>
3062 <property name="text" translatable="yes"></property>
3063 </widget>
3064 </child>
3065 </widget>
3066 <packing>
3067 <property name="padding">0</property>
3068 <property name="expand">True</property>
3069 <property name="fill">True</property>
3070 </packing>
3071 </child>
3072 </widget>
3073 </child>
3074 </widget>
3076 <widget class="GtkDialog" id="PeakIntegralDialog">
3077 <property name="visible">True</property>
3078 <property name="title" translatable="yes">Peak Integral</property>
3079 <property name="type">GTK_WINDOW_TOPLEVEL</property>
3080 <property name="window_position">GTK_WIN_POS_NONE</property>
3081 <property name="modal">False</property>
3082 <property name="default_width">350</property>
3083 <property name="default_height">300</property>
3084 <property name="resizable">True</property>
3085 <property name="destroy_with_parent">False</property>
3086 <property name="decorated">True</property>
3087 <property name="skip_taskbar_hint">False</property>
3088 <property name="skip_pager_hint">False</property>
3089 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3090 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
3091 <property name="focus_on_map">True</property>
3092 <property name="urgency_hint">False</property>
3093 <property name="has_separator">True</property>
3094 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 14 Oct 2007 08:37:33 GMT"/>
3096 <child internal-child="vbox">
3097 <widget class="GtkVBox" id="dialog-vbox4">
3098 <property name="visible">True</property>
3099 <property name="homogeneous">False</property>
3100 <property name="spacing">0</property>
3102 <child internal-child="action_area">
3103 <widget class="GtkHButtonBox" id="dialog-action_area8">
3104 <property name="visible">True</property>
3105 <property name="layout_style">GTK_BUTTONBOX_END</property>
3107 <child>
3108 <widget class="GtkButton" id="calculateButton">
3109 <property name="visible">True</property>
3110 <property name="can_default">True</property>
3111 <property name="can_focus">True</property>
3112 <property name="relief">GTK_RELIEF_NORMAL</property>
3113 <property name="focus_on_click">True</property>
3114 <property name="response_id">-10</property>
3115 <signal name="clicked" handler="on_calculateButton_clicked" last_modification_time="Sun, 14 Oct 2007 08:42:25 GMT"/>
3117 <child>
3118 <widget class="GtkAlignment" id="alignment1">
3119 <property name="visible">True</property>
3120 <property name="xalign">0.5</property>
3121 <property name="yalign">0.5</property>
3122 <property name="xscale">0</property>
3123 <property name="yscale">0</property>
3124 <property name="top_padding">0</property>
3125 <property name="bottom_padding">0</property>
3126 <property name="left_padding">0</property>
3127 <property name="right_padding">0</property>
3129 <child>
3130 <widget class="GtkHBox" id="hbox6">
3131 <property name="visible">True</property>
3132 <property name="homogeneous">False</property>
3133 <property name="spacing">2</property>
3135 <child>
3136 <widget class="GtkImage" id="image238">
3137 <property name="visible">True</property>
3138 <property name="stock">gtk-execute</property>
3139 <property name="icon_size">4</property>
3140 <property name="xalign">0.5</property>
3141 <property name="yalign">0.5</property>
3142 <property name="xpad">0</property>
3143 <property name="ypad">0</property>
3144 </widget>
3145 <packing>
3146 <property name="padding">0</property>
3147 <property name="expand">False</property>
3148 <property name="fill">False</property>
3149 </packing>
3150 </child>
3152 <child>
3153 <widget class="GtkLabel" id="label22">
3154 <property name="visible">True</property>
3155 <property name="label" translatable="yes">Calculate</property>
3156 <property name="use_underline">True</property>
3157 <property name="use_markup">False</property>
3158 <property name="justify">GTK_JUSTIFY_LEFT</property>
3159 <property name="wrap">False</property>
3160 <property name="selectable">False</property>
3161 <property name="xalign">0.5</property>
3162 <property name="yalign">0.5</property>
3163 <property name="xpad">0</property>
3164 <property name="ypad">0</property>
3165 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3166 <property name="width_chars">-1</property>
3167 <property name="single_line_mode">False</property>
3168 <property name="angle">0</property>
3169 </widget>
3170 <packing>
3171 <property name="padding">0</property>
3172 <property name="expand">False</property>
3173 <property name="fill">False</property>
3174 </packing>
3175 </child>
3176 </widget>
3177 </child>
3178 </widget>
3179 </child>
3180 </widget>
3181 </child>
3183 <child>
3184 <widget class="GtkButton" id="cancelButton">
3185 <property name="visible">True</property>
3186 <property name="can_default">True</property>
3187 <property name="can_focus">True</property>
3188 <property name="label">gtk-cancel</property>
3189 <property name="use_stock">True</property>
3190 <property name="relief">GTK_RELIEF_NORMAL</property>
3191 <property name="focus_on_click">True</property>
3192 <property name="response_id">-6</property>
3193 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Sat, 13 Oct 2007 21:10:44 GMT"/>
3194 </widget>
3195 </child>
3197 <child>
3198 <widget class="GtkButton" id="okButton">
3199 <property name="visible">True</property>
3200 <property name="can_default">True</property>
3201 <property name="can_focus">True</property>
3202 <property name="label">gtk-ok</property>
3203 <property name="use_stock">True</property>
3204 <property name="relief">GTK_RELIEF_NORMAL</property>
3205 <property name="focus_on_click">True</property>
3206 <property name="response_id">-5</property>
3207 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Sat, 13 Oct 2007 21:10:59 GMT"/>
3208 </widget>
3209 </child>
3210 </widget>
3211 <packing>
3212 <property name="padding">0</property>
3213 <property name="expand">False</property>
3214 <property name="fill">True</property>
3215 <property name="pack_type">GTK_PACK_END</property>
3216 </packing>
3217 </child>
3219 <child>
3220 <widget class="GtkVBox" id="vbox6">
3221 <property name="visible">True</property>
3222 <property name="homogeneous">False</property>
3223 <property name="spacing">0</property>
3225 <child>
3226 <widget class="GtkLabel" id="Description">
3227 <property name="visible">True</property>
3228 <property name="label" translatable="yes">Select peak integral domain parameters:</property>
3229 <property name="use_underline">False</property>
3230 <property name="use_markup">False</property>
3231 <property name="justify">GTK_JUSTIFY_LEFT</property>
3232 <property name="wrap">False</property>
3233 <property name="selectable">False</property>
3234 <property name="xalign">0.5</property>
3235 <property name="yalign">0.5</property>
3236 <property name="xpad">0</property>
3237 <property name="ypad">5</property>
3238 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3239 <property name="width_chars">-1</property>
3240 <property name="single_line_mode">False</property>
3241 <property name="angle">0</property>
3242 </widget>
3243 <packing>
3244 <property name="padding">0</property>
3245 <property name="expand">False</property>
3246 <property name="fill">False</property>
3247 </packing>
3248 </child>
3250 <child>
3251 <widget class="GtkAspectFrame" id="aspectframe2">
3252 <property name="visible">True</property>
3253 <property name="label_xalign">0</property>
3254 <property name="label_yalign">0.5</property>
3255 <property name="shadow_type">GTK_SHADOW_NONE</property>
3256 <property name="xalign">0.5</property>
3257 <property name="yalign">0.5</property>
3258 <property name="ratio">1</property>
3259 <property name="obey_child">True</property>
3261 <child>
3262 <widget class="GtkAlignment" id="alignment3">
3263 <property name="visible">True</property>
3264 <property name="xalign">0.5</property>
3265 <property name="yalign">0.5</property>
3266 <property name="xscale">1</property>
3267 <property name="yscale">1</property>
3268 <property name="top_padding">5</property>
3269 <property name="bottom_padding">5</property>
3270 <property name="left_padding">12</property>
3271 <property name="right_padding">0</property>
3273 <child>
3274 <widget class="GtkVBox" id="vbox7">
3275 <property name="visible">True</property>
3276 <property name="homogeneous">False</property>
3277 <property name="spacing">0</property>
3279 <child>
3280 <widget class="GtkHBox" id="theresholdHBox">
3281 <property name="visible">True</property>
3282 <property name="homogeneous">True</property>
3283 <property name="spacing">0</property>
3285 <child>
3286 <widget class="GtkLabel" id="theresholdLabel">
3287 <property name="visible">True</property>
3288 <property name="label" translatable="yes">Threshold value:</property>
3289 <property name="use_underline">False</property>
3290 <property name="use_markup">False</property>
3291 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3292 <property name="wrap">False</property>
3293 <property name="selectable">False</property>
3294 <property name="xalign">0.5</property>
3295 <property name="yalign">0.5</property>
3296 <property name="xpad">10</property>
3297 <property name="ypad">0</property>
3298 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3299 <property name="width_chars">-1</property>
3300 <property name="single_line_mode">False</property>
3301 <property name="angle">0</property>
3302 </widget>
3303 <packing>
3304 <property name="padding">0</property>
3305 <property name="expand">True</property>
3306 <property name="fill">True</property>
3307 </packing>
3308 </child>
3310 <child>
3311 <widget class="GtkSpinButton" id="thresholdSpinButt">
3312 <property name="visible">True</property>
3313 <property name="tooltip" translatable="yes">Min value a pixel must have to be integrated</property>
3314 <property name="can_focus">True</property>
3315 <property name="climb_rate">10</property>
3316 <property name="digits">2</property>
3317 <property name="numeric">True</property>
3318 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3319 <property name="snap_to_ticks">False</property>
3320 <property name="wrap">False</property>
3321 <property name="adjustment">0 0 1000000 1 10 10</property>
3322 <signal name="value_changed" handler="on_thresholdSpinButt_value_changed" last_modification_time="Sun, 14 Oct 2007 10:45:14 GMT"/>
3323 </widget>
3324 <packing>
3325 <property name="padding">10</property>
3326 <property name="expand">True</property>
3327 <property name="fill">True</property>
3328 </packing>
3329 </child>
3330 </widget>
3331 <packing>
3332 <property name="padding">0</property>
3333 <property name="expand">True</property>
3334 <property name="fill">True</property>
3335 </packing>
3336 </child>
3337 </widget>
3338 </child>
3339 </widget>
3340 </child>
3342 <child>
3343 <widget class="GtkLabel" id="label26">
3344 <property name="visible">True</property>
3345 <property name="label" translatable="yes">&lt;b&gt;Threshold domain&lt;/b&gt;</property>
3346 <property name="use_underline">False</property>
3347 <property name="use_markup">True</property>
3348 <property name="justify">GTK_JUSTIFY_LEFT</property>
3349 <property name="wrap">False</property>
3350 <property name="selectable">False</property>
3351 <property name="xalign">0.5</property>
3352 <property name="yalign">0.5</property>
3353 <property name="xpad">0</property>
3354 <property name="ypad">0</property>
3355 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3356 <property name="width_chars">-1</property>
3357 <property name="single_line_mode">False</property>
3358 <property name="angle">0</property>
3359 </widget>
3360 <packing>
3361 <property name="type">label_item</property>
3362 </packing>
3363 </child>
3364 </widget>
3365 <packing>
3366 <property name="padding">0</property>
3367 <property name="expand">True</property>
3368 <property name="fill">True</property>
3369 </packing>
3370 </child>
3372 <child>
3373 <widget class="GtkAspectFrame" id="aspectframe3">
3374 <property name="visible">True</property>
3375 <property name="label_xalign">0</property>
3376 <property name="label_yalign">0.5</property>
3377 <property name="shadow_type">GTK_SHADOW_NONE</property>
3378 <property name="xalign">0.5</property>
3379 <property name="yalign">0.5</property>
3380 <property name="ratio">1</property>
3381 <property name="obey_child">True</property>
3383 <child>
3384 <widget class="GtkAlignment" id="alignment4">
3385 <property name="visible">True</property>
3386 <property name="xalign">0.5</property>
3387 <property name="yalign">0.5</property>
3388 <property name="xscale">1</property>
3389 <property name="yscale">1</property>
3390 <property name="top_padding">5</property>
3391 <property name="bottom_padding">5</property>
3392 <property name="left_padding">12</property>
3393 <property name="right_padding">0</property>
3395 <child>
3396 <widget class="GtkVBox" id="vbox8">
3397 <property name="visible">True</property>
3398 <property name="homogeneous">False</property>
3399 <property name="spacing">0</property>
3401 <child>
3402 <widget class="GtkHBox" id="maxRadiousHBox">
3403 <property name="visible">True</property>
3404 <property name="homogeneous">True</property>
3405 <property name="spacing">0</property>
3407 <child>
3408 <widget class="GtkLabel" id="maxRadiousLabel">
3409 <property name="visible">True</property>
3410 <property name="label" translatable="yes">Max radious:</property>
3411 <property name="use_underline">False</property>
3412 <property name="use_markup">False</property>
3413 <property name="justify">GTK_JUSTIFY_LEFT</property>
3414 <property name="wrap">False</property>
3415 <property name="selectable">False</property>
3416 <property name="xalign">0.5</property>
3417 <property name="yalign">0.5</property>
3418 <property name="xpad">10</property>
3419 <property name="ypad">0</property>
3420 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3421 <property name="width_chars">-1</property>
3422 <property name="single_line_mode">False</property>
3423 <property name="angle">0</property>
3424 </widget>
3425 <packing>
3426 <property name="padding">0</property>
3427 <property name="expand">True</property>
3428 <property name="fill">True</property>
3429 </packing>
3430 </child>
3432 <child>
3433 <widget class="GtkSpinButton" id="maxRadiousSpinButt">
3434 <property name="visible">True</property>
3435 <property name="tooltip" translatable="yes">Radious of the circle inside which the integration take place</property>
3436 <property name="can_focus">True</property>
3437 <property name="climb_rate">10</property>
3438 <property name="digits">0</property>
3439 <property name="numeric">True</property>
3440 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3441 <property name="snap_to_ticks">False</property>
3442 <property name="wrap">False</property>
3443 <property name="adjustment">0 0 1000000 1 10 10</property>
3444 <signal name="value_changed" handler="on_maxRadiousSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 16:47:30 GMT"/>
3445 </widget>
3446 <packing>
3447 <property name="padding">10</property>
3448 <property name="expand">True</property>
3449 <property name="fill">True</property>
3450 </packing>
3451 </child>
3452 </widget>
3453 <packing>
3454 <property name="padding">0</property>
3455 <property name="expand">True</property>
3456 <property name="fill">True</property>
3457 </packing>
3458 </child>
3460 <child>
3461 <widget class="GtkHBox" id="xCircleHBox">
3462 <property name="visible">True</property>
3463 <property name="homogeneous">True</property>
3464 <property name="spacing">0</property>
3466 <child>
3467 <widget class="GtkLabel" id="label23">
3468 <property name="visible">True</property>
3469 <property name="label" translatable="yes">Peak X coordinate</property>
3470 <property name="use_underline">False</property>
3471 <property name="use_markup">False</property>
3472 <property name="justify">GTK_JUSTIFY_LEFT</property>
3473 <property name="wrap">False</property>
3474 <property name="selectable">False</property>
3475 <property name="xalign">0.5</property>
3476 <property name="yalign">0.5</property>
3477 <property name="xpad">10</property>
3478 <property name="ypad">0</property>
3479 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3480 <property name="width_chars">-1</property>
3481 <property name="single_line_mode">False</property>
3482 <property name="angle">0</property>
3483 </widget>
3484 <packing>
3485 <property name="padding">0</property>
3486 <property name="expand">True</property>
3487 <property name="fill">True</property>
3488 </packing>
3489 </child>
3491 <child>
3492 <widget class="GtkSpinButton" id="xCircleSpinButt">
3493 <property name="visible">True</property>
3494 <property name="can_focus">True</property>
3495 <property name="climb_rate">10</property>
3496 <property name="digits">0</property>
3497 <property name="numeric">True</property>
3498 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3499 <property name="snap_to_ticks">False</property>
3500 <property name="wrap">False</property>
3501 <property name="adjustment">0 0 1000000 1 10 10</property>
3502 <signal name="value_changed" handler="on_xCircleSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 21:46:12 GMT"/>
3503 </widget>
3504 <packing>
3505 <property name="padding">10</property>
3506 <property name="expand">True</property>
3507 <property name="fill">True</property>
3508 </packing>
3509 </child>
3510 </widget>
3511 <packing>
3512 <property name="padding">0</property>
3513 <property name="expand">True</property>
3514 <property name="fill">True</property>
3515 </packing>
3516 </child>
3518 <child>
3519 <widget class="GtkHBox" id="yCircleHBox">
3520 <property name="visible">True</property>
3521 <property name="homogeneous">True</property>
3522 <property name="spacing">0</property>
3524 <child>
3525 <widget class="GtkLabel" id="label24">
3526 <property name="visible">True</property>
3527 <property name="label" translatable="yes">Peak Y coordinate</property>
3528 <property name="use_underline">False</property>
3529 <property name="use_markup">False</property>
3530 <property name="justify">GTK_JUSTIFY_LEFT</property>
3531 <property name="wrap">False</property>
3532 <property name="selectable">False</property>
3533 <property name="xalign">0.5</property>
3534 <property name="yalign">0.5</property>
3535 <property name="xpad">10</property>
3536 <property name="ypad">0</property>
3537 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3538 <property name="width_chars">-1</property>
3539 <property name="single_line_mode">False</property>
3540 <property name="angle">0</property>
3541 </widget>
3542 <packing>
3543 <property name="padding">0</property>
3544 <property name="expand">True</property>
3545 <property name="fill">True</property>
3546 </packing>
3547 </child>
3549 <child>
3550 <widget class="GtkSpinButton" id="yCircleSpinButt">
3551 <property name="visible">True</property>
3552 <property name="can_focus">True</property>
3553 <property name="climb_rate">10</property>
3554 <property name="digits">0</property>
3555 <property name="numeric">True</property>
3556 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
3557 <property name="snap_to_ticks">False</property>
3558 <property name="wrap">False</property>
3559 <property name="adjustment">0 0 1000000 1 10 10</property>
3560 <signal name="value_changed" handler="on_yCircleSpinButt_value_changed" last_modification_time="Sat, 13 Oct 2007 21:46:24 GMT"/>
3561 </widget>
3562 <packing>
3563 <property name="padding">10</property>
3564 <property name="expand">True</property>
3565 <property name="fill">True</property>
3566 </packing>
3567 </child>
3568 </widget>
3569 <packing>
3570 <property name="padding">0</property>
3571 <property name="expand">True</property>
3572 <property name="fill">True</property>
3573 </packing>
3574 </child>
3575 </widget>
3576 </child>
3577 </widget>
3578 </child>
3580 <child>
3581 <widget class="GtkLabel" id="label27">
3582 <property name="visible">True</property>
3583 <property name="label" translatable="yes">&lt;b&gt;Circle domain&lt;/b&gt;</property>
3584 <property name="use_underline">False</property>
3585 <property name="use_markup">True</property>
3586 <property name="justify">GTK_JUSTIFY_LEFT</property>
3587 <property name="wrap">False</property>
3588 <property name="selectable">False</property>
3589 <property name="xalign">0.5</property>
3590 <property name="yalign">0.5</property>
3591 <property name="xpad">0</property>
3592 <property name="ypad">0</property>
3593 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
3594 <property name="width_chars">-1</property>
3595 <property name="single_line_mode">False</property>
3596 <property name="angle">0</property>
3597 </widget>
3598 <packing>
3599 <property name="type">label_item</property>
3600 </packing>
3601 </child>
3602 </widget>
3603 <packing>
3604 <property name="padding">0</property>
3605 <property name="expand">True</property>
3606 <property name="fill">True</property>
3607 </packing>
3608 </child>
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>
3616 </widget>
3617 </child>
3618 </widget>
3620 </glade-interface>