Dir rename
[pyplotsuite.git] / imageanalyzer / image_analyzer.glade
blobad31b9fda2ca19fd9b45bdc29a314d6459ce2de7
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="GtkSeparatorMenuItem" id="separator2">
59 <property name="visible">True</property>
60 </widget>
61 </child>
63 <child>
64 <widget class="GtkImageMenuItem" id="reload">
65 <property name="visible">True</property>
66 <property name="tooltip" translatable="yes">Ricarica l'immagine originale</property>
67 <property name="label">gtk-revert-to-saved</property>
68 <property name="use_stock">True</property>
69 <signal name="activate" handler="on_reload_activate" last_modification_time="Tue, 16 Jan 2007 11:02:16 GMT"/>
70 </widget>
71 </child>
73 <child>
74 <widget class="GtkImageMenuItem" id="close">
75 <property name="visible">True</property>
76 <property name="label">gtk-close</property>
77 <property name="use_stock">True</property>
78 <signal name="activate" handler="on_close_activate" last_modification_time="Mon, 25 Dec 2006 22:05:47 GMT"/>
79 </widget>
80 </child>
82 <child>
83 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
84 <property name="visible">True</property>
85 </widget>
86 </child>
88 <child>
89 <widget class="GtkImageMenuItem" id="quit">
90 <property name="visible">True</property>
91 <property name="label">gtk-quit</property>
92 <property name="use_stock">True</property>
93 <signal name="activate" handler="on_quit_activate" last_modification_time="Tue, 26 Dec 2006 12:21:40 GMT"/>
94 </widget>
95 </child>
96 </widget>
97 </child>
98 </widget>
99 </child>
101 <child>
102 <widget class="GtkImageMenuItem" id="menuEdit">
103 <property name="visible">True</property>
104 <property name="label">gtk-edit</property>
105 <property name="use_stock">True</property>
107 <child>
108 <widget class="GtkMenu" id="menuEdit_menu">
110 <child>
111 <widget class="GtkImageMenuItem" id="scrollingmean">
112 <property name="visible">True</property>
113 <property name="tooltip" translatable="yes">Applly a moving average spatial filter to the image.</property>
114 <property name="label" translatable="yes">Moving average filter</property>
115 <property name="use_underline">True</property>
116 <signal name="activate" handler="on_scrollingmean_activate" last_modification_time="Tue, 16 Jan 2007 17:57:44 GMT"/>
118 <child internal-child="image">
119 <widget class="GtkImage" id="image195">
120 <property name="visible">True</property>
121 <property name="stock">gtk-media-stop</property>
122 <property name="icon_size">1</property>
123 <property name="xalign">0.5</property>
124 <property name="yalign">0.5</property>
125 <property name="xpad">0</property>
126 <property name="ypad">0</property>
127 </widget>
128 </child>
129 </widget>
130 </child>
132 <child>
133 <widget class="GtkImageMenuItem" id="gaussianFilter">
134 <property name="visible">True</property>
135 <property name="tooltip" translatable="yes">Appy a gaussian spatial filter to the image</property>
136 <property name="label" translatable="yes">Gaussian filter ...</property>
137 <property name="use_underline">True</property>
138 <signal name="activate" handler="on_gaussianFilter_activate" last_modification_time="Tue, 16 Jan 2007 10:43:13 GMT"/>
140 <child internal-child="image">
141 <widget class="GtkImage" id="image196">
142 <property name="visible">True</property>
143 <property name="stock">gtk-media-record</property>
144 <property name="icon_size">1</property>
145 <property name="xalign">0.5</property>
146 <property name="yalign">0.5</property>
147 <property name="xpad">0</property>
148 <property name="ypad">0</property>
149 </widget>
150 </child>
151 </widget>
152 </child>
154 <child>
155 <widget class="GtkSeparatorMenuItem" id="separator1">
156 <property name="visible">True</property>
157 </widget>
158 </child>
160 <child>
161 <widget class="GtkImageMenuItem" id="clearsegments">
162 <property name="visible">True</property>
163 <property name="tooltip" translatable="yes">Delete the sections marked on the image</property>
164 <property name="label" translatable="yes">Delete Sections</property>
165 <property name="use_underline">True</property>
166 <signal name="activate" handler="on_clearsegments_activate" last_modification_time="Tue, 02 Jan 2007 15:37:31 GMT"/>
168 <child internal-child="image">
169 <widget class="GtkImage" id="image197">
170 <property name="visible">True</property>
171 <property name="stock">gtk-delete</property>
172 <property name="icon_size">1</property>
173 <property name="xalign">0.5</property>
174 <property name="yalign">0.5</property>
175 <property name="xpad">0</property>
176 <property name="ypad">0</property>
177 </widget>
178 </child>
179 </widget>
180 </child>
182 <child>
183 <widget class="GtkImageMenuItem" id="resetrange">
184 <property name="visible">True</property>
185 <property name="tooltip" translatable="yes">Reset the initial range for the image.</property>
186 <property name="label" translatable="yes">Reset range</property>
187 <property name="use_underline">True</property>
188 <signal name="activate" handler="on_resetrange_activate" last_modification_time="Wed, 03 Jan 2007 19:56:13 GMT"/>
190 <child internal-child="image">
191 <widget class="GtkImage" id="image198">
192 <property name="visible">True</property>
193 <property name="stock">gtk-undo</property>
194 <property name="icon_size">1</property>
195 <property name="xalign">0.5</property>
196 <property name="yalign">0.5</property>
197 <property name="xpad">0</property>
198 <property name="ypad">0</property>
199 </widget>
200 </child>
201 </widget>
202 </child>
204 <child>
205 <widget class="GtkSeparatorMenuItem" id="separatore1">
206 <property name="visible">True</property>
207 </widget>
208 </child>
210 <child>
211 <widget class="GtkImageMenuItem" id="pixelDimension">
212 <property name="visible">True</property>
213 <property name="label" translatable="yes">Pixel Dimension ...</property>
214 <property name="use_underline">True</property>
215 <signal name="activate" handler="on_pixelDimension_activate" last_modification_time="Thu, 28 Dec 2006 20:57:01 GMT"/>
217 <child internal-child="image">
218 <widget class="GtkImage" id="image199">
219 <property name="visible">True</property>
220 <property name="stock">gtk-select-color</property>
221 <property name="icon_size">1</property>
222 <property name="xalign">0.5</property>
223 <property name="yalign">0.5</property>
224 <property name="xpad">0</property>
225 <property name="ypad">0</property>
226 </widget>
227 </child>
228 </widget>
229 </child>
231 <child>
232 <widget class="GtkImageMenuItem" id="title_and_axis">
233 <property name="visible">True</property>
234 <property name="label" translatable="yes">Title and axes labels ...</property>
235 <property name="use_underline">True</property>
236 <signal name="activate" handler="on_title_and_axes_labels_activate" last_modification_time="Wed, 04 Apr 2007 12:19:17 GMT"/>
238 <child internal-child="image">
239 <widget class="GtkImage" id="image200">
240 <property name="visible">True</property>
241 <property name="stock">gtk-edit</property>
242 <property name="icon_size">1</property>
243 <property name="xalign">0.5</property>
244 <property name="yalign">0.5</property>
245 <property name="xpad">0</property>
246 <property name="ypad">0</property>
247 </widget>
248 </child>
249 </widget>
250 </child>
251 </widget>
252 </child>
253 </widget>
254 </child>
256 <child>
257 <widget class="GtkImageMenuItem" id="menuView">
258 <property name="visible">True</property>
259 <property name="label" translatable="yes">_View</property>
260 <property name="use_underline">True</property>
262 <child internal-child="image">
263 <widget class="GtkImage" id="image201">
264 <property name="visible">True</property>
265 <property name="stock">gtk-print-preview</property>
266 <property name="icon_size">1</property>
267 <property name="xalign">0.5</property>
268 <property name="yalign">0.5</property>
269 <property name="xpad">0</property>
270 <property name="ypad">0</property>
271 </widget>
272 </child>
274 <child>
275 <widget class="GtkMenu" id="menuView_menu">
277 <child>
278 <widget class="GtkCheckMenuItem" id="downup">
279 <property name="visible">True</property>
280 <property name="tooltip" translatable="yes">Mirrors horizontally the image</property>
281 <property name="label" translatable="yes">Up-down</property>
282 <property name="use_underline">True</property>
283 <property name="active">False</property>
284 <signal name="activate" handler="on_downup_activate" last_modification_time="Tue, 02 Jan 2007 15:52:44 GMT"/>
285 </widget>
286 </child>
288 <child>
289 <widget class="GtkSeparatorMenuItem" id="separatore3">
290 <property name="visible">True</property>
291 </widget>
292 </child>
294 <child>
295 <widget class="GtkCheckMenuItem" id="grid">
296 <property name="visible">True</property>
297 <property name="tooltip" translatable="yes">Enable / Disable the grid</property>
298 <property name="label" translatable="yes">Grid Visibile</property>
299 <property name="use_underline">True</property>
300 <property name="active">True</property>
301 <signal name="activate" handler="on_grid_activate" last_modification_time="Sun, 07 Jan 2007 10:56:10 GMT"/>
302 </widget>
303 </child>
305 <child>
306 <widget class="GtkCheckMenuItem" id="whitegrid">
307 <property name="visible">True</property>
308 <property name="tooltip" translatable="yes">Select grid color: black or white</property>
309 <property name="label" translatable="yes">White Grid</property>
310 <property name="use_underline">True</property>
311 <property name="active">True</property>
312 <signal name="activate" handler="on_whitegrid_activate" last_modification_time="Tue, 26 Dec 2006 20:07:34 GMT"/>
313 </widget>
314 </child>
316 <child>
317 <widget class="GtkSeparatorMenuItem" id="separatore2">
318 <property name="visible">True</property>
319 </widget>
320 </child>
322 <child>
323 <widget class="GtkImageMenuItem" id="sectionlist">
324 <property name="visible">True</property>
325 <property name="tooltip" translatable="yes">Show a textual list of the sections</property>
326 <property name="label" translatable="yes">Section list ...</property>
327 <property name="use_underline">True</property>
328 <signal name="activate" handler="on_sectionlist_activate" last_modification_time="Sat, 06 Jan 2007 21:55:30 GMT"/>
330 <child internal-child="image">
331 <widget class="GtkImage" id="image202">
332 <property name="visible">True</property>
333 <property name="stock">gtk-justify-fill</property>
334 <property name="icon_size">1</property>
335 <property name="xalign">0.5</property>
336 <property name="yalign">0.5</property>
337 <property name="xpad">0</property>
338 <property name="ypad">0</property>
339 </widget>
340 </child>
341 </widget>
342 </child>
344 <child>
345 <widget class="GtkMenuItem" id="sections">
346 <property name="visible">True</property>
347 <property name="tooltip" translatable="yes">Plot sections profile</property>
348 <property name="label" translatable="yes">Section plot ...</property>
349 <property name="use_underline">True</property>
350 <signal name="activate" handler="on_sections_activate" last_modification_time="Sun, 31 Dec 2006 17:03:48 GMT"/>
351 </widget>
352 </child>
353 </widget>
354 </child>
355 </widget>
356 </child>
358 <child>
359 <widget class="GtkImageMenuItem" id="menuHelp">
360 <property name="visible">True</property>
361 <property name="label">gtk-help</property>
362 <property name="use_stock">True</property>
364 <child>
365 <widget class="GtkMenu" id="menuHelp_menu">
367 <child>
368 <widget class="GtkImageMenuItem" id="information">
369 <property name="visible">True</property>
370 <property name="label">gtk-info</property>
371 <property name="use_stock">True</property>
372 <signal name="activate" handler="on_information_activate" last_modification_time="Tue, 26 Dec 2006 20:11:29 GMT"/>
373 </widget>
374 </child>
375 </widget>
376 </child>
377 </widget>
378 </child>
379 </widget>
380 <packing>
381 <property name="padding">0</property>
382 <property name="expand">False</property>
383 <property name="fill">False</property>
384 </packing>
385 </child>
387 <child>
388 <widget class="GtkAlignment" id="MyToolbarAlignment">
389 <property name="visible">True</property>
390 <property name="xalign">0</property>
391 <property name="yalign">0</property>
392 <property name="xscale">1</property>
393 <property name="yscale">1</property>
394 <property name="top_padding">0</property>
395 <property name="bottom_padding">0</property>
396 <property name="left_padding">0</property>
397 <property name="right_padding">0</property>
399 <child>
400 <placeholder/>
401 </child>
402 </widget>
403 <packing>
404 <property name="padding">0</property>
405 <property name="expand">False</property>
406 <property name="fill">False</property>
407 </packing>
408 </child>
410 <child>
411 <widget class="GtkAlignment" id="CanvasAlignment">
412 <property name="visible">True</property>
413 <property name="xalign">0.5</property>
414 <property name="yalign">0.5</property>
415 <property name="xscale">1</property>
416 <property name="yscale">1</property>
417 <property name="top_padding">0</property>
418 <property name="bottom_padding">0</property>
419 <property name="left_padding">0</property>
420 <property name="right_padding">0</property>
422 <child>
423 <placeholder/>
424 </child>
425 </widget>
426 <packing>
427 <property name="padding">0</property>
428 <property name="expand">True</property>
429 <property name="fill">True</property>
430 </packing>
431 </child>
433 <child>
434 <widget class="GtkToolbar" id="gtk_toolbar">
435 <property name="visible">True</property>
436 <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
437 <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
438 <property name="tooltips">True</property>
439 <property name="show_arrow">True</property>
441 <child>
442 <widget class="GtkToolItem" id="toolitemHist">
443 <property name="visible">True</property>
444 <property name="visible_horizontal">True</property>
445 <property name="visible_vertical">True</property>
446 <property name="is_important">False</property>
448 <child>
449 <widget class="GtkButton" id="histogramButton">
450 <property name="visible">True</property>
451 <property name="tooltip" translatable="yes">Visualizza istogramma immagine</property>
452 <property name="can_focus">True</property>
453 <property name="label" translatable="yes">Histogram</property>
454 <property name="use_underline">True</property>
455 <property name="relief">GTK_RELIEF_NORMAL</property>
456 <property name="focus_on_click">True</property>
457 <signal name="clicked" handler="on_histogramButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:20:51 GMT"/>
458 </widget>
459 </child>
460 </widget>
461 <packing>
462 <property name="expand">False</property>
463 <property name="homogeneous">False</property>
464 </packing>
465 </child>
467 <child>
468 <widget class="GtkToolItem" id="toolitemInterp">
469 <property name="visible">True</property>
470 <property name="visible_horizontal">True</property>
471 <property name="visible_vertical">True</property>
472 <property name="is_important">False</property>
474 <child>
475 <widget class="GtkHBox" id="interpGroup">
476 <property name="visible">True</property>
477 <property name="homogeneous">False</property>
478 <property name="spacing">0</property>
480 <child>
481 <widget class="GtkLabel" id="interpLabel">
482 <property name="visible">True</property>
483 <property name="label" translatable="yes">Interpolation:</property>
484 <property name="use_underline">False</property>
485 <property name="use_markup">False</property>
486 <property name="justify">GTK_JUSTIFY_LEFT</property>
487 <property name="wrap">False</property>
488 <property name="selectable">False</property>
489 <property name="xalign">0.5</property>
490 <property name="yalign">0.5</property>
491 <property name="xpad">0</property>
492 <property name="ypad">0</property>
493 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
494 <property name="width_chars">-1</property>
495 <property name="single_line_mode">False</property>
496 <property name="angle">0</property>
497 </widget>
498 <packing>
499 <property name="padding">3</property>
500 <property name="expand">False</property>
501 <property name="fill">False</property>
502 </packing>
503 </child>
505 <child>
506 <widget class="GtkComboBox" id="interpComboBox">
507 <property name="visible">True</property>
508 <property name="items" translatable="yes">Bessel
509 Bicubic
510 Bilinear
511 Blackman
512 Catrom
513 Gaussian
514 Hamming
515 Hanning
516 Hermite
517 Kaiser
518 Lanczos
519 Mitchell
520 Nearest
521 Quadric
522 Sinc
523 Spline16
524 Spline36</property>
525 <property name="add_tearoffs">False</property>
526 <property name="focus_on_click">True</property>
527 <signal name="changed" handler="on_interpComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:44 GMT"/>
528 </widget>
529 <packing>
530 <property name="padding">0</property>
531 <property name="expand">True</property>
532 <property name="fill">True</property>
533 </packing>
534 </child>
535 </widget>
536 </child>
537 </widget>
538 <packing>
539 <property name="expand">False</property>
540 <property name="homogeneous">False</property>
541 </packing>
542 </child>
544 <child>
545 <widget class="GtkToolItem" id="toolitemCmap">
546 <property name="visible">True</property>
547 <property name="visible_horizontal">True</property>
548 <property name="visible_vertical">True</property>
549 <property name="is_important">False</property>
551 <child>
552 <widget class="GtkHBox" id="cmapGroup">
553 <property name="visible">True</property>
554 <property name="homogeneous">False</property>
555 <property name="spacing">0</property>
557 <child>
558 <widget class="GtkLabel" id="cmapLabel">
559 <property name="visible">True</property>
560 <property name="label" translatable="yes">Colormap:</property>
561 <property name="use_underline">False</property>
562 <property name="use_markup">False</property>
563 <property name="justify">GTK_JUSTIFY_RIGHT</property>
564 <property name="wrap">False</property>
565 <property name="selectable">False</property>
566 <property name="xalign">0.5</property>
567 <property name="yalign">0.5</property>
568 <property name="xpad">0</property>
569 <property name="ypad">0</property>
570 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
571 <property name="width_chars">-1</property>
572 <property name="single_line_mode">False</property>
573 <property name="angle">0</property>
574 </widget>
575 <packing>
576 <property name="padding">3</property>
577 <property name="expand">False</property>
578 <property name="fill">False</property>
579 </packing>
580 </child>
582 <child>
583 <widget class="GtkComboBox" id="cmapComboBox">
584 <property name="visible">True</property>
585 <property name="can_default">True</property>
586 <property name="has_default">True</property>
587 <property name="items" translatable="yes">Autumn
588 Bone
589 Cool
590 Copper
591 Flag
592 Gray
596 Pink
597 Prism
598 Spring
599 Summer
600 Winter</property>
601 <property name="add_tearoffs">False</property>
602 <property name="focus_on_click">True</property>
603 <signal name="changed" handler="on_cmapComboBox_changed" last_modification_time="Sun, 24 Dec 2006 14:46:22 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="toolitemMinMax">
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="minmaxGroup">
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="minLabel">
635 <property name="visible">True</property>
636 <property name="label" translatable="yes">Min</property>
637 <property name="use_underline">False</property>
638 <property name="use_markup">False</property>
639 <property name="justify">GTK_JUSTIFY_LEFT</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="GtkSpinButton" id="minSpinButton">
660 <property name="visible">True</property>
661 <property name="tooltip" translatable="yes">Minimo valore visualizzato</property>
662 <property name="can_focus">True</property>
663 <property name="climb_rate">10</property>
664 <property name="digits">1</property>
665 <property name="numeric">True</property>
666 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
667 <property name="snap_to_ticks">False</property>
668 <property name="wrap">False</property>
669 <property name="adjustment">0 0 100000 1 10 10</property>
670 </widget>
671 <packing>
672 <property name="padding">0</property>
673 <property name="expand">True</property>
674 <property name="fill">True</property>
675 </packing>
676 </child>
678 <child>
679 <widget class="GtkLabel" id="maxLabel">
680 <property name="visible">True</property>
681 <property name="label" translatable="yes">Max</property>
682 <property name="use_underline">False</property>
683 <property name="use_markup">False</property>
684 <property name="justify">GTK_JUSTIFY_LEFT</property>
685 <property name="wrap">False</property>
686 <property name="selectable">False</property>
687 <property name="xalign">0.5</property>
688 <property name="yalign">0.5</property>
689 <property name="xpad">0</property>
690 <property name="ypad">0</property>
691 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
692 <property name="width_chars">-1</property>
693 <property name="single_line_mode">False</property>
694 <property name="angle">0</property>
695 </widget>
696 <packing>
697 <property name="padding">3</property>
698 <property name="expand">False</property>
699 <property name="fill">False</property>
700 </packing>
701 </child>
703 <child>
704 <widget class="GtkSpinButton" id="maxSpinButton">
705 <property name="visible">True</property>
706 <property name="tooltip" translatable="yes">Massimo valore visualizzato</property>
707 <property name="can_focus">True</property>
708 <property name="climb_rate">10</property>
709 <property name="digits">1</property>
710 <property name="numeric">True</property>
711 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
712 <property name="snap_to_ticks">False</property>
713 <property name="wrap">False</property>
714 <property name="adjustment">1 0.10000000149 100000 1 10 10</property>
715 </widget>
716 <packing>
717 <property name="padding">0</property>
718 <property name="expand">True</property>
719 <property name="fill">True</property>
720 </packing>
721 </child>
723 <child>
724 <widget class="GtkButton" id="applyButton">
725 <property name="visible">True</property>
726 <property name="tooltip" translatable="yes">Applica le modifiche per Min e Max</property>
727 <property name="can_focus">True</property>
728 <property name="label">gtk-apply</property>
729 <property name="use_stock">True</property>
730 <property name="relief">GTK_RELIEF_NORMAL</property>
731 <property name="focus_on_click">True</property>
732 <signal name="clicked" handler="on_applyButton_clicked" last_modification_time="Tue, 26 Dec 2006 12:43:55 GMT"/>
733 </widget>
734 <packing>
735 <property name="padding">0</property>
736 <property name="expand">False</property>
737 <property name="fill">False</property>
738 </packing>
739 </child>
740 </widget>
741 </child>
742 </widget>
743 <packing>
744 <property name="expand">False</property>
745 <property name="homogeneous">False</property>
746 </packing>
747 </child>
748 </widget>
749 <packing>
750 <property name="padding">2</property>
751 <property name="expand">False</property>
752 <property name="fill">False</property>
753 </packing>
754 </child>
756 <child>
757 <widget class="GtkStatusbar" id="statusbar">
758 <property name="visible">True</property>
759 <property name="has_resize_grip">True</property>
760 </widget>
761 <packing>
762 <property name="padding">0</property>
763 <property name="expand">False</property>
764 <property name="fill">False</property>
765 </packing>
766 </child>
767 </widget>
768 </child>
769 </widget>
771 <widget class="GtkWindow" id="HistogramWindow">
772 <property name="visible">True</property>
773 <property name="title" translatable="yes">Histogram</property>
774 <property name="type">GTK_WINDOW_TOPLEVEL</property>
775 <property name="window_position">GTK_WIN_POS_NONE</property>
776 <property name="modal">False</property>
777 <property name="default_width">900</property>
778 <property name="default_height">300</property>
779 <property name="resizable">True</property>
780 <property name="destroy_with_parent">False</property>
781 <property name="decorated">True</property>
782 <property name="skip_taskbar_hint">False</property>
783 <property name="skip_pager_hint">False</property>
784 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
785 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
786 <property name="focus_on_map">True</property>
787 <property name="urgency_hint">False</property>
788 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 10:09:16 GMT"/>
789 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 10:09:22 GMT"/>
791 <child>
792 <widget class="GtkVBox" id="globalVbox">
793 <property name="visible">True</property>
794 <property name="homogeneous">False</property>
795 <property name="spacing">0</property>
797 <child>
798 <widget class="GtkAlignment" id="ToolbarAlignment">
799 <property name="visible">True</property>
800 <property name="xalign">0.5</property>
801 <property name="yalign">0.5</property>
802 <property name="xscale">1</property>
803 <property name="yscale">1</property>
804 <property name="top_padding">0</property>
805 <property name="bottom_padding">0</property>
806 <property name="left_padding">0</property>
807 <property name="right_padding">0</property>
809 <child>
810 <placeholder/>
811 </child>
812 </widget>
813 <packing>
814 <property name="padding">0</property>
815 <property name="expand">False</property>
816 <property name="fill">False</property>
817 </packing>
818 </child>
820 <child>
821 <widget class="GtkAlignment" id="CanvasAlignment">
822 <property name="visible">True</property>
823 <property name="xalign">0</property>
824 <property name="yalign">0</property>
825 <property name="xscale">1</property>
826 <property name="yscale">1</property>
827 <property name="top_padding">0</property>
828 <property name="bottom_padding">0</property>
829 <property name="left_padding">0</property>
830 <property name="right_padding">0</property>
832 <child>
833 <placeholder/>
834 </child>
835 </widget>
836 <packing>
837 <property name="padding">0</property>
838 <property name="expand">True</property>
839 <property name="fill">True</property>
840 </packing>
841 </child>
843 <child>
844 <widget class="GtkHBox" id="toolsHbox">
845 <property name="visible">True</property>
846 <property name="homogeneous">False</property>
847 <property name="spacing">5</property>
849 <child>
850 <widget class="GtkCheckButton" id="yscaleCheckButton">
851 <property name="visible">True</property>
852 <property name="tooltip" translatable="yes">Non ti sembra già autosplicativo?</property>
853 <property name="can_focus">True</property>
854 <property name="label" translatable="yes">Log Y axis</property>
855 <property name="use_underline">True</property>
856 <property name="relief">GTK_RELIEF_NORMAL</property>
857 <property name="focus_on_click">True</property>
858 <property name="active">False</property>
859 <property name="inconsistent">False</property>
860 <property name="draw_indicator">True</property>
861 <signal name="toggled" handler="on_yscale_toggled" last_modification_time="Mon, 25 Dec 2006 00:58:54 GMT"/>
862 </widget>
863 <packing>
864 <property name="padding">5</property>
865 <property name="expand">False</property>
866 <property name="fill">False</property>
867 </packing>
868 </child>
870 <child>
871 <widget class="GtkButton" id="closeButton">
872 <property name="visible">True</property>
873 <property name="tooltip" translatable="yes">Nasconde la finestra</property>
874 <property name="can_focus">True</property>
875 <property name="label" translatable="yes">Close</property>
876 <property name="use_underline">True</property>
877 <property name="relief">GTK_RELIEF_NORMAL</property>
878 <property name="focus_on_click">True</property>
879 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Mon, 25 Dec 2006 21:46:34 GMT"/>
880 </widget>
881 <packing>
882 <property name="padding">0</property>
883 <property name="expand">False</property>
884 <property name="fill">False</property>
885 <property name="pack_type">GTK_PACK_END</property>
886 </packing>
887 </child>
889 <child>
890 <widget class="GtkCheckButton" id="pointsCheckButton">
891 <property name="visible">True</property>
892 <property name="tooltip" translatable="yes">Attiva/Disattiva la visualizzazione dei punti sul grafico</property>
893 <property name="can_focus">True</property>
894 <property name="label" translatable="yes">Points</property>
895 <property name="use_underline">True</property>
896 <property name="relief">GTK_RELIEF_NORMAL</property>
897 <property name="focus_on_click">True</property>
898 <property name="active">False</property>
899 <property name="inconsistent">False</property>
900 <property name="draw_indicator">True</property>
901 <signal name="toggled" handler="on_pointsCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:48 GMT"/>
902 </widget>
903 <packing>
904 <property name="padding">0</property>
905 <property name="expand">False</property>
906 <property name="fill">False</property>
907 </packing>
908 </child>
910 <child>
911 <widget class="GtkCheckButton" id="linesCheckButton">
912 <property name="visible">True</property>
913 <property name="tooltip" translatable="yes">Attiva/Disattiva le linee sul grafico</property>
914 <property name="can_focus">True</property>
915 <property name="label" translatable="yes">Lines</property>
916 <property name="use_underline">True</property>
917 <property name="relief">GTK_RELIEF_NORMAL</property>
918 <property name="focus_on_click">True</property>
919 <property name="active">True</property>
920 <property name="inconsistent">False</property>
921 <property name="draw_indicator">True</property>
922 <signal name="toggled" handler="on_linesCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:54:56 GMT"/>
923 </widget>
924 <packing>
925 <property name="padding">0</property>
926 <property name="expand">False</property>
927 <property name="fill">False</property>
928 </packing>
929 </child>
931 <child>
932 <widget class="GtkToggleButton" id="rangeselectTButton">
933 <property name="visible">True</property>
934 <property name="tooltip" translatable="yes">Attiva/Disattiva la selezione del range tramite mouse</property>
935 <property name="can_focus">True</property>
936 <property name="label" translatable="yes">Select range</property>
937 <property name="use_underline">True</property>
938 <property name="relief">GTK_RELIEF_NORMAL</property>
939 <property name="focus_on_click">True</property>
940 <property name="active">False</property>
941 <property name="inconsistent">False</property>
942 <signal name="toggled" handler="on_rangeselectTButton_toggled" last_modification_time="Thu, 04 Jan 2007 23:40:14 GMT"/>
943 </widget>
944 <packing>
945 <property name="padding">0</property>
946 <property name="expand">False</property>
947 <property name="fill">False</property>
948 <property name="pack_type">GTK_PACK_END</property>
949 </packing>
950 </child>
952 <child>
953 <widget class="GtkButton" id="applyRangeButton">
954 <property name="visible">True</property>
955 <property name="tooltip" translatable="yes">Applica all'immagine il range selezionato</property>
956 <property name="can_focus">True</property>
957 <property name="label" translatable="yes">Apply range</property>
958 <property name="use_underline">True</property>
959 <property name="relief">GTK_RELIEF_NORMAL</property>
960 <property name="focus_on_click">True</property>
961 <signal name="clicked" handler="on_applyRangeButton_clicked" last_modification_time="Fri, 05 Jan 2007 13:46:22 GMT"/>
962 </widget>
963 <packing>
964 <property name="padding">0</property>
965 <property name="expand">False</property>
966 <property name="fill">False</property>
967 <property name="pack_type">GTK_PACK_END</property>
968 </packing>
969 </child>
971 <child>
972 <widget class="GtkHBox" id="widthHBox">
973 <property name="visible">True</property>
974 <property name="homogeneous">False</property>
975 <property name="spacing">0</property>
977 <child>
978 <widget class="GtkSpinButton" id="widthSpinButt">
979 <property name="visible">True</property>
980 <property name="tooltip" translatable="yes">Larghezza del rettangolo che indica il range</property>
981 <property name="can_focus">True</property>
982 <property name="climb_rate">50</property>
983 <property name="digits">0</property>
984 <property name="numeric">True</property>
985 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
986 <property name="snap_to_ticks">False</property>
987 <property name="wrap">False</property>
988 <property name="adjustment">1 0 16000 10 10 10</property>
989 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:10:41 GMT"/>
990 </widget>
991 <packing>
992 <property name="padding">0</property>
993 <property name="expand">False</property>
994 <property name="fill">True</property>
995 <property name="pack_type">GTK_PACK_END</property>
996 </packing>
997 </child>
999 <child>
1000 <widget class="GtkLabel" id="widthLabel">
1001 <property name="visible">True</property>
1002 <property name="label" translatable="yes">Width:</property>
1003 <property name="use_underline">False</property>
1004 <property name="use_markup">False</property>
1005 <property name="justify">GTK_JUSTIFY_LEFT</property>
1006 <property name="wrap">False</property>
1007 <property name="selectable">False</property>
1008 <property name="xalign">0.5</property>
1009 <property name="yalign">0.5</property>
1010 <property name="xpad">0</property>
1011 <property name="ypad">0</property>
1012 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1013 <property name="width_chars">-1</property>
1014 <property name="single_line_mode">False</property>
1015 <property name="angle">0</property>
1016 </widget>
1017 <packing>
1018 <property name="padding">0</property>
1019 <property name="expand">False</property>
1020 <property name="fill">False</property>
1021 <property name="pack_type">GTK_PACK_END</property>
1022 </packing>
1023 </child>
1024 </widget>
1025 <packing>
1026 <property name="padding">0</property>
1027 <property name="expand">True</property>
1028 <property name="fill">True</property>
1029 <property name="pack_type">GTK_PACK_END</property>
1030 </packing>
1031 </child>
1033 <child>
1034 <widget class="GtkHBox" id="positionHBox">
1035 <property name="visible">True</property>
1036 <property name="homogeneous">False</property>
1037 <property name="spacing">0</property>
1039 <child>
1040 <widget class="GtkSpinButton" id="positionSpinButt">
1041 <property name="visible">True</property>
1042 <property name="tooltip" translatable="yes">Posizione del rettangolo che indica il range</property>
1043 <property name="can_focus">True</property>
1044 <property name="climb_rate">50</property>
1045 <property name="digits">0</property>
1046 <property name="numeric">True</property>
1047 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1048 <property name="snap_to_ticks">False</property>
1049 <property name="wrap">False</property>
1050 <property name="adjustment">1 0 16000 10 10 10</property>
1051 <signal name="value_changed" handler="on_SpinButtons_value_changed" last_modification_time="Fri, 05 Jan 2007 23:09:20 GMT"/>
1052 </widget>
1053 <packing>
1054 <property name="padding">0</property>
1055 <property name="expand">False</property>
1056 <property name="fill">True</property>
1057 <property name="pack_type">GTK_PACK_END</property>
1058 </packing>
1059 </child>
1061 <child>
1062 <widget class="GtkLabel" id="positionLabel">
1063 <property name="visible">True</property>
1064 <property name="label" translatable="yes">Position:</property>
1065 <property name="use_underline">False</property>
1066 <property name="use_markup">False</property>
1067 <property name="justify">GTK_JUSTIFY_LEFT</property>
1068 <property name="wrap">False</property>
1069 <property name="selectable">False</property>
1070 <property name="xalign">0.5</property>
1071 <property name="yalign">0.5</property>
1072 <property name="xpad">0</property>
1073 <property name="ypad">0</property>
1074 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1075 <property name="width_chars">-1</property>
1076 <property name="single_line_mode">False</property>
1077 <property name="angle">0</property>
1078 </widget>
1079 <packing>
1080 <property name="padding">0</property>
1081 <property name="expand">False</property>
1082 <property name="fill">False</property>
1083 <property name="pack_type">GTK_PACK_END</property>
1084 </packing>
1085 </child>
1086 </widget>
1087 <packing>
1088 <property name="padding">0</property>
1089 <property name="expand">True</property>
1090 <property name="fill">True</property>
1091 <property name="pack_type">GTK_PACK_END</property>
1092 </packing>
1093 </child>
1095 <child>
1096 <widget class="GtkCheckButton" id="barsCheckButton">
1097 <property name="visible">True</property>
1098 <property name="can_focus">True</property>
1099 <property name="label" translatable="yes">Bars</property>
1100 <property name="use_underline">True</property>
1101 <property name="relief">GTK_RELIEF_NORMAL</property>
1102 <property name="focus_on_click">True</property>
1103 <property name="active">False</property>
1104 <property name="inconsistent">False</property>
1105 <property name="draw_indicator">True</property>
1106 <signal name="toggled" handler="on_barsCheckButton_toggled" last_modification_time="Fri, 06 Apr 2007 17:26:10 GMT"/>
1107 </widget>
1108 <packing>
1109 <property name="padding">0</property>
1110 <property name="expand">False</property>
1111 <property name="fill">False</property>
1112 </packing>
1113 </child>
1114 </widget>
1115 <packing>
1116 <property name="padding">0</property>
1117 <property name="expand">False</property>
1118 <property name="fill">False</property>
1119 </packing>
1120 </child>
1122 <child>
1123 <widget class="GtkStatusbar" id="statusbar">
1124 <property name="visible">True</property>
1125 <property name="has_resize_grip">True</property>
1126 </widget>
1127 <packing>
1128 <property name="padding">0</property>
1129 <property name="expand">False</property>
1130 <property name="fill">False</property>
1131 </packing>
1132 </child>
1133 </widget>
1134 </child>
1135 </widget>
1137 <widget class="GtkFileChooserDialog" id="openfileDialog">
1138 <property name="visible">True</property>
1139 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
1140 <property name="local_only">True</property>
1141 <property name="select_multiple">False</property>
1142 <property name="show_hidden">False</property>
1143 <property name="do_overwrite_confirmation">False</property>
1144 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1145 <property name="window_position">GTK_WIN_POS_NONE</property>
1146 <property name="modal">False</property>
1147 <property name="resizable">True</property>
1148 <property name="destroy_with_parent">False</property>
1149 <property name="icon_name">gtk-open</property>
1150 <property name="decorated">True</property>
1151 <property name="skip_taskbar_hint">False</property>
1152 <property name="skip_pager_hint">False</property>
1153 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1154 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1155 <property name="focus_on_map">True</property>
1156 <property name="urgency_hint">False</property>
1157 <signal name="file_activated" handler="on_openfileDialog_file_activated" last_modification_time="Mon, 25 Dec 2006 19:51:45 GMT"/>
1158 <signal name="close" handler="on_openfileDialog_close" last_modification_time="Mon, 25 Dec 2006 20:14:22 GMT"/>
1159 <signal name="response" handler="on_openfileDialog_response" last_modification_time="Mon, 25 Dec 2006 20:14:38 GMT"/>
1160 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:46:03 GMT"/>
1161 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:12:16 GMT"/>
1163 <child internal-child="vbox">
1164 <widget class="GtkVBox" id="dialog-vbox1">
1165 <property name="visible">True</property>
1166 <property name="homogeneous">False</property>
1167 <property name="spacing">24</property>
1169 <child internal-child="action_area">
1170 <widget class="GtkHButtonBox" id="dialog-action_area1">
1171 <property name="visible">True</property>
1172 <property name="layout_style">GTK_BUTTONBOX_END</property>
1174 <child>
1175 <widget class="GtkButton" id="cancelButton">
1176 <property name="visible">True</property>
1177 <property name="can_default">True</property>
1178 <property name="can_focus">True</property>
1179 <property name="label">gtk-cancel</property>
1180 <property name="use_stock">True</property>
1181 <property name="relief">GTK_RELIEF_NORMAL</property>
1182 <property name="focus_on_click">True</property>
1183 <property name="response_id">-6</property>
1184 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:21:15 GMT"/>
1185 </widget>
1186 </child>
1188 <child>
1189 <widget class="GtkButton" id="openButton">
1190 <property name="visible">True</property>
1191 <property name="can_default">True</property>
1192 <property name="has_default">True</property>
1193 <property name="can_focus">True</property>
1194 <property name="label">gtk-open</property>
1195 <property name="use_stock">True</property>
1196 <property name="relief">GTK_RELIEF_NORMAL</property>
1197 <property name="focus_on_click">True</property>
1198 <property name="response_id">-5</property>
1199 <signal name="clicked" handler="on_openButton_clicked" last_modification_time="Mon, 25 Dec 2006 20:13:48 GMT"/>
1200 </widget>
1201 </child>
1202 </widget>
1203 <packing>
1204 <property name="padding">0</property>
1205 <property name="expand">False</property>
1206 <property name="fill">True</property>
1207 <property name="pack_type">GTK_PACK_END</property>
1208 </packing>
1209 </child>
1210 </widget>
1211 </child>
1212 </widget>
1214 <widget class="GtkAboutDialog" id="aboutDialog">
1215 <property name="visible">True</property>
1216 <property name="destroy_with_parent">False</property>
1217 <property name="name" translatable="yes">Image Analyzer</property>
1218 <property name="copyright" translatable="yes">Copyright (C) 2006 - 2007 Antonino Ingargiola </property>
1219 <property name="comments" translatable="yes">A tool for analyzing scientific images.</property>
1220 <property name="license" translatable="yes"> GNU GENERAL PUBLIC LICENSE
1221 Version 2, June 1991
1223 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
1224 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1225 Everyone is permitted to copy and distribute verbatim copies
1226 of this license document, but changing it is not allowed.
1228 Preamble
1230 The licenses for most software are designed to take away your
1231 freedom to share and change it. By contrast, the GNU General Public
1232 License is intended to guarantee your freedom to share and change free
1233 software--to make sure the software is free for all its users. This
1234 General Public License applies to most of the Free Software
1235 Foundation's software and to any other program whose authors commit to
1236 using it. (Some other Free Software Foundation software is covered by
1237 the GNU Lesser General Public License instead.) You can apply it to
1238 your programs, too.
1240 When we speak of free software, we are referring to freedom, not
1241 price. Our General Public Licenses are designed to make sure that you
1242 have the freedom to distribute copies of free software (and charge for
1243 this service if you wish), that you receive source code or can get it
1244 if you want it, that you can change the software or use pieces of it
1245 in new free programs; and that you know you can do these things.
1247 To protect your rights, we need to make restrictions that forbid
1248 anyone to deny you these rights or to ask you to surrender the rights.
1249 These restrictions translate to certain responsibilities for you if you
1250 distribute copies of the software, or if you modify it.
1252 For example, if you distribute copies of such a program, whether
1253 gratis or for a fee, you must give the recipients all the rights that
1254 you have. You must make sure that they, too, receive or can get the
1255 source code. And you must show them these terms so they know their
1256 rights.
1258 We protect your rights with two steps: (1) copyright the software, and
1259 (2) offer you this license which gives you legal permission to copy,
1260 distribute and/or modify the software.
1262 Also, for each author's protection and ours, we want to make certain
1263 that everyone understands that there is no warranty for this free
1264 software. If the software is modified by someone else and passed on, we
1265 want its recipients to know that what they have is not the original, so
1266 that any problems introduced by others will not reflect on the original
1267 authors' reputations.
1269 Finally, any free program is threatened constantly by software
1270 patents. We wish to avoid the danger that redistributors of a free
1271 program will individually obtain patent licenses, in effect making the
1272 program proprietary. To prevent this, we have made it clear that any
1273 patent must be licensed for everyone's free use or not licensed at all.
1275 The precise terms and conditions for copying, distribution and
1276 modification follow.
1278 GNU GENERAL PUBLIC LICENSE
1279 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1281 0. This License applies to any program or other work which contains
1282 a notice placed by the copyright holder saying it may be distributed
1283 under the terms of this General Public License. The &quot;Program&quot;, below,
1284 refers to any such program or work, and a &quot;work based on the Program&quot;
1285 means either the Program or any derivative work under copyright law:
1286 that is to say, a work containing the Program or a portion of it,
1287 either verbatim or with modifications and/or translated into another
1288 language. (Hereinafter, translation is included without limitation in
1289 the term &quot;modification&quot;.) Each licensee is addressed as &quot;you&quot;.
1291 Activities other than copying, distribution and modification are not
1292 covered by this License; they are outside its scope. The act of
1293 running the Program is not restricted, and the output from the Program
1294 is covered only if its contents constitute a work based on the
1295 Program (independent of having been made by running the Program).
1296 Whether that is true depends on what the Program does.
1298 1. You may copy and distribute verbatim copies of the Program's
1299 source code as you receive it, in any medium, provided that you
1300 conspicuously and appropriately publish on each copy an appropriate
1301 copyright notice and disclaimer of warranty; keep intact all the
1302 notices that refer to this License and to the absence of any warranty;
1303 and give any other recipients of the Program a copy of this License
1304 along with the Program.
1306 You may charge a fee for the physical act of transferring a copy, and
1307 you may at your option offer warranty protection in exchange for a fee.
1309 2. You may modify your copy or copies of the Program or any portion
1310 of it, thus forming a work based on the Program, and copy and
1311 distribute such modifications or work under the terms of Section 1
1312 above, provided that you also meet all of these conditions:
1314 a) You must cause the modified files to carry prominent notices
1315 stating that you changed the files and the date of any change.
1317 b) You must cause any work that you distribute or publish, that in
1318 whole or in part contains or is derived from the Program or any
1319 part thereof, to be licensed as a whole at no charge to all third
1320 parties under the terms of this License.
1322 c) If the modified program normally reads commands interactively
1323 when run, you must cause it, when started running for such
1324 interactive use in the most ordinary way, to print or display an
1325 announcement including an appropriate copyright notice and a
1326 notice that there is no warranty (or else, saying that you provide
1327 a warranty) and that users may redistribute the program under
1328 these conditions, and telling the user how to view a copy of this
1329 License. (Exception: if the Program itself is interactive but
1330 does not normally print such an announcement, your work based on
1331 the Program is not required to print an announcement.)
1333 These requirements apply to the modified work as a whole. If
1334 identifiable sections of that work are not derived from the Program,
1335 and can be reasonably considered independent and separate works in
1336 themselves, then this License, and its terms, do not apply to those
1337 sections when you distribute them as separate works. But when you
1338 distribute the same sections as part of a whole which is a work based
1339 on the Program, the distribution of the whole must be on the terms of
1340 this License, whose permissions for other licensees extend to the
1341 entire whole, and thus to each and every part regardless of who wrote it.
1343 Thus, it is not the intent of this section to claim rights or contest
1344 your rights to work written entirely by you; rather, the intent is to
1345 exercise the right to control the distribution of derivative or
1346 collective works based on the Program.
1348 In addition, mere aggregation of another work not based on the Program
1349 with the Program (or with a work based on the Program) on a volume of
1350 a storage or distribution medium does not bring the other work under
1351 the scope of this License.
1353 3. You may copy and distribute the Program (or a work based on it,
1354 under Section 2) in object code or executable form under the terms of
1355 Sections 1 and 2 above provided that you also do one of the following:
1357 a) Accompany it with the complete corresponding machine-readable
1358 source code, which must be distributed under the terms of Sections
1359 1 and 2 above on a medium customarily used for software interchange; or,
1361 b) Accompany it with a written offer, valid for at least three
1362 years, to give any third party, for a charge no more than your
1363 cost of physically performing source distribution, a complete
1364 machine-readable copy of the corresponding source code, to be
1365 distributed under the terms of Sections 1 and 2 above on a medium
1366 customarily used for software interchange; or,
1368 c) Accompany it with the information you received as to the offer
1369 to distribute corresponding source code. (This alternative is
1370 allowed only for noncommercial distribution and only if you
1371 received the program in object code or executable form with such
1372 an offer, in accord with Subsection b above.)
1374 The source code for a work means the preferred form of the work for
1375 making modifications to it. For an executable work, complete source
1376 code means all the source code for all modules it contains, plus any
1377 associated interface definition files, plus the scripts used to
1378 control compilation and installation of the executable. However, as a
1379 special exception, the source code distributed need not include
1380 anything that is normally distributed (in either source or binary
1381 form) with the major components (compiler, kernel, and so on) of the
1382 operating system on which the executable runs, unless that component
1383 itself accompanies the executable.
1385 If distribution of executable or object code is made by offering
1386 access to copy from a designated place, then offering equivalent
1387 access to copy the source code from the same place counts as
1388 distribution of the source code, even though third parties are not
1389 compelled to copy the source along with the object code.
1391 4. You may not copy, modify, sublicense, or distribute the Program
1392 except as expressly provided under this License. Any attempt
1393 otherwise to copy, modify, sublicense or distribute the Program is
1394 void, and will automatically terminate your rights under this License.
1395 However, parties who have received copies, or rights, from you under
1396 this License will not have their licenses terminated so long as such
1397 parties remain in full compliance.
1399 5. You are not required to accept this License, since you have not
1400 signed it. However, nothing else grants you permission to modify or
1401 distribute the Program or its derivative works. These actions are
1402 prohibited by law if you do not accept this License. Therefore, by
1403 modifying or distributing the Program (or any work based on the
1404 Program), you indicate your acceptance of this License to do so, and
1405 all its terms and conditions for copying, distributing or modifying
1406 the Program or works based on it.
1408 6. Each time you redistribute the Program (or any work based on the
1409 Program), the recipient automatically receives a license from the
1410 original licensor to copy, distribute or modify the Program subject to
1411 these terms and conditions. You may not impose any further
1412 restrictions on the recipients' exercise of the rights granted herein.
1413 You are not responsible for enforcing compliance by third parties to
1414 this License.
1416 7. If, as a consequence of a court judgment or allegation of patent
1417 infringement or for any other reason (not limited to patent issues),
1418 conditions are imposed on you (whether by court order, agreement or
1419 otherwise) that contradict the conditions of this License, they do not
1420 excuse you from the conditions of this License. If you cannot
1421 distribute so as to satisfy simultaneously your obligations under this
1422 License and any other pertinent obligations, then as a consequence you
1423 may not distribute the Program at all. For example, if a patent
1424 license would not permit royalty-free redistribution of the Program by
1425 all those who receive copies directly or indirectly through you, then
1426 the only way you could satisfy both it and this License would be to
1427 refrain entirely from distribution of the Program.
1429 If any portion of this section is held invalid or unenforceable under
1430 any particular circumstance, the balance of the section is intended to
1431 apply and the section as a whole is intended to apply in other
1432 circumstances.
1434 It is not the purpose of this section to induce you to infringe any
1435 patents or other property right claims or to contest validity of any
1436 such claims; this section has the sole purpose of protecting the
1437 integrity of the free software distribution system, which is
1438 implemented by public license practices. Many people have made
1439 generous contributions to the wide range of software distributed
1440 through that system in reliance on consistent application of that
1441 system; it is up to the author/donor to decide if he or she is willing
1442 to distribute software through any other system and a licensee cannot
1443 impose that choice.
1445 This section is intended to make thoroughly clear what is believed to
1446 be a consequence of the rest of this License.
1448 8. If the distribution and/or use of the Program is restricted in
1449 certain countries either by patents or by copyrighted interfaces, the
1450 original copyright holder who places the Program under this License
1451 may add an explicit geographical distribution limitation excluding
1452 those countries, so that distribution is permitted only in or among
1453 countries not thus excluded. In such case, this License incorporates
1454 the limitation as if written in the body of this License.
1456 9. The Free Software Foundation may publish revised and/or new versions
1457 of the General Public License from time to time. Such new versions will
1458 be similar in spirit to the present version, but may differ in detail to
1459 address new problems or concerns.
1461 Each version is given a distinguishing version number. If the Program
1462 specifies a version number of this License which applies to it and &quot;any
1463 later version&quot;, you have the option of following the terms and conditions
1464 either of that version or of any later version published by the Free
1465 Software Foundation. If the Program does not specify a version number of
1466 this License, you may choose any version ever published by the Free Software
1467 Foundation.
1469 10. If you wish to incorporate parts of the Program into other free
1470 programs whose distribution conditions are different, write to the author
1471 to ask for permission. For software which is copyrighted by the Free
1472 Software Foundation, write to the Free Software Foundation; we sometimes
1473 make exceptions for this. Our decision will be guided by the two goals
1474 of preserving the free status of all derivatives of our free software and
1475 of promoting the sharing and reuse of software generally.
1477 NO WARRANTY
1479 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1480 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1481 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1482 PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1483 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1484 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
1485 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1486 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1487 REPAIR OR CORRECTION.
1489 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1490 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1491 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1492 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1493 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1494 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1495 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1496 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1497 POSSIBILITY OF SUCH DAMAGES.
1499 END OF TERMS AND CONDITIONS</property>
1500 <property name="wrap_license">False</property>
1501 <property name="website">tritemio@gmail.com</property>
1502 <property name="website_label" translatable="yes">tritemio@gmail.com</property>
1503 <property name="authors">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1504 <property name="documenters">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1505 <property name="artists">Antonino Ingargiola &lt;tritemio@gmail.com&gt;</property>
1506 <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
1507 <property name="logo">logo.png</property>
1508 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 12:55:26 GMT"/>
1509 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 12:55:36 GMT"/>
1510 </widget>
1512 <widget class="GtkWindow" id="SectionWindow">
1513 <property name="visible">True</property>
1514 <property name="title" translatable="yes">Image Sections</property>
1515 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1516 <property name="window_position">GTK_WIN_POS_NONE</property>
1517 <property name="modal">False</property>
1518 <property name="default_width">450</property>
1519 <property name="default_height">400</property>
1520 <property name="resizable">True</property>
1521 <property name="destroy_with_parent">False</property>
1522 <property name="decorated">True</property>
1523 <property name="skip_taskbar_hint">False</property>
1524 <property name="skip_pager_hint">False</property>
1525 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1526 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1527 <property name="focus_on_map">True</property>
1528 <property name="urgency_hint">False</property>
1529 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sun, 31 Dec 2006 17:32:36 GMT"/>
1530 <signal name="destroy" handler="on_destroy" last_modification_time="Sun, 31 Dec 2006 17:38:31 GMT"/>
1532 <child>
1533 <widget class="GtkVBox" id="globalVbox">
1534 <property name="visible">True</property>
1535 <property name="homogeneous">False</property>
1536 <property name="spacing">0</property>
1538 <child>
1539 <widget class="GtkAlignment" id="ToolbarAlignment">
1540 <property name="visible">True</property>
1541 <property name="xalign">0.5</property>
1542 <property name="yalign">0.5</property>
1543 <property name="xscale">1</property>
1544 <property name="yscale">1</property>
1545 <property name="top_padding">0</property>
1546 <property name="bottom_padding">0</property>
1547 <property name="left_padding">0</property>
1548 <property name="right_padding">0</property>
1550 <child>
1551 <placeholder/>
1552 </child>
1553 </widget>
1554 <packing>
1555 <property name="padding">0</property>
1556 <property name="expand">False</property>
1557 <property name="fill">True</property>
1558 </packing>
1559 </child>
1561 <child>
1562 <widget class="GtkAlignment" id="CanvasAlignment">
1563 <property name="visible">True</property>
1564 <property name="xalign">0.5</property>
1565 <property name="yalign">0.5</property>
1566 <property name="xscale">1</property>
1567 <property name="yscale">1</property>
1568 <property name="top_padding">0</property>
1569 <property name="bottom_padding">0</property>
1570 <property name="left_padding">0</property>
1571 <property name="right_padding">0</property>
1573 <child>
1574 <placeholder/>
1575 </child>
1576 </widget>
1577 <packing>
1578 <property name="padding">0</property>
1579 <property name="expand">True</property>
1580 <property name="fill">True</property>
1581 </packing>
1582 </child>
1584 <child>
1585 <widget class="GtkHBox" id="toolbarHBox">
1586 <property name="visible">True</property>
1587 <property name="homogeneous">False</property>
1588 <property name="spacing">0</property>
1590 <child>
1591 <widget class="GtkCheckButton" id="gridCheckButton">
1592 <property name="visible">True</property>
1593 <property name="can_focus">True</property>
1594 <property name="label" translatable="yes">Grid</property>
1595 <property name="use_underline">True</property>
1596 <property name="relief">GTK_RELIEF_NORMAL</property>
1597 <property name="focus_on_click">True</property>
1598 <property name="active">True</property>
1599 <property name="inconsistent">False</property>
1600 <property name="draw_indicator">True</property>
1601 <signal name="toggled" handler="on_gridCheckButton_toggled" last_modification_time="Sun, 31 Dec 2006 16:46:09 GMT"/>
1602 </widget>
1603 <packing>
1604 <property name="padding">0</property>
1605 <property name="expand">False</property>
1606 <property name="fill">False</property>
1607 </packing>
1608 </child>
1610 <child>
1611 <widget class="GtkButton" id="closeButton">
1612 <property name="visible">True</property>
1613 <property name="can_focus">True</property>
1614 <property name="label" translatable="yes">Close</property>
1615 <property name="use_underline">True</property>
1616 <property name="relief">GTK_RELIEF_NORMAL</property>
1617 <property name="focus_on_click">True</property>
1618 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Sun, 31 Dec 2006 17:25:59 GMT"/>
1619 </widget>
1620 <packing>
1621 <property name="padding">0</property>
1622 <property name="expand">False</property>
1623 <property name="fill">False</property>
1624 <property name="pack_type">GTK_PACK_END</property>
1625 </packing>
1626 </child>
1628 <child>
1629 <widget class="GtkCheckButton" id="pointCheckButton">
1630 <property name="visible">True</property>
1631 <property name="can_focus">True</property>
1632 <property name="label" translatable="yes">Points</property>
1633 <property name="use_underline">True</property>
1634 <property name="relief">GTK_RELIEF_NORMAL</property>
1635 <property name="focus_on_click">True</property>
1636 <property name="active">False</property>
1637 <property name="inconsistent">False</property>
1638 <property name="draw_indicator">True</property>
1639 <signal name="toggled" handler="on_pointCheckButton_toggled" last_modification_time="Thu, 04 Jan 2007 22:32:10 GMT"/>
1640 </widget>
1641 <packing>
1642 <property name="padding">0</property>
1643 <property name="expand">False</property>
1644 <property name="fill">False</property>
1645 </packing>
1646 </child>
1647 </widget>
1648 <packing>
1649 <property name="padding">0</property>
1650 <property name="expand">False</property>
1651 <property name="fill">True</property>
1652 </packing>
1653 </child>
1655 <child>
1656 <widget class="GtkStatusbar" id="statusbar">
1657 <property name="visible">True</property>
1658 <property name="has_resize_grip">True</property>
1659 </widget>
1660 <packing>
1661 <property name="padding">0</property>
1662 <property name="expand">False</property>
1663 <property name="fill">False</property>
1664 </packing>
1665 </child>
1666 </widget>
1667 </child>
1668 </widget>
1670 <widget class="GtkDialog" id="TitleAndAxesWindow">
1671 <property name="visible">True</property>
1672 <property name="title" translatable="yes">Title and Labels</property>
1673 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1674 <property name="window_position">GTK_WIN_POS_NONE</property>
1675 <property name="modal">False</property>
1676 <property name="resizable">True</property>
1677 <property name="destroy_with_parent">False</property>
1678 <property name="icon_name">gtk-preferences</property>
1679 <property name="decorated">True</property>
1680 <property name="skip_taskbar_hint">False</property>
1681 <property name="skip_pager_hint">False</property>
1682 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1683 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1684 <property name="focus_on_map">True</property>
1685 <property name="urgency_hint">False</property>
1686 <property name="has_separator">True</property>
1687 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:47:13 GMT"/>
1688 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:32 GMT"/>
1690 <child internal-child="vbox">
1691 <widget class="GtkVBox" id="dialog-vbox">
1692 <property name="visible">True</property>
1693 <property name="homogeneous">False</property>
1694 <property name="spacing">0</property>
1696 <child internal-child="action_area">
1697 <widget class="GtkHButtonBox" id="dialog-action_area">
1698 <property name="visible">True</property>
1699 <property name="layout_style">GTK_BUTTONBOX_END</property>
1701 <child>
1702 <widget class="GtkButton" id="cancelButton">
1703 <property name="visible">True</property>
1704 <property name="can_default">True</property>
1705 <property name="can_focus">True</property>
1706 <property name="label">gtk-cancel</property>
1707 <property name="use_stock">True</property>
1708 <property name="relief">GTK_RELIEF_NORMAL</property>
1709 <property name="focus_on_click">True</property>
1710 <property name="response_id">-6</property>
1711 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:28 GMT"/>
1712 </widget>
1713 </child>
1715 <child>
1716 <widget class="GtkButton" id="okButton">
1717 <property name="visible">True</property>
1718 <property name="can_default">True</property>
1719 <property name="can_focus">True</property>
1720 <property name="label">gtk-ok</property>
1721 <property name="use_stock">True</property>
1722 <property name="relief">GTK_RELIEF_NORMAL</property>
1723 <property name="focus_on_click">True</property>
1724 <property name="response_id">-5</property>
1725 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 12:38:19 GMT"/>
1726 </widget>
1727 </child>
1728 </widget>
1729 <packing>
1730 <property name="padding">0</property>
1731 <property name="expand">False</property>
1732 <property name="fill">True</property>
1733 <property name="pack_type">GTK_PACK_END</property>
1734 </packing>
1735 </child>
1737 <child>
1738 <widget class="GtkVBox" id="globalVbox">
1739 <property name="visible">True</property>
1740 <property name="homogeneous">False</property>
1741 <property name="spacing">0</property>
1743 <child>
1744 <widget class="GtkLabel" id="descriptionLabel">
1745 <property name="visible">True</property>
1746 <property name="label" translatable="yes">Set the Title string, and the labels for X and Y axis:</property>
1747 <property name="use_underline">False</property>
1748 <property name="use_markup">False</property>
1749 <property name="justify">GTK_JUSTIFY_LEFT</property>
1750 <property name="wrap">True</property>
1751 <property name="selectable">False</property>
1752 <property name="xalign">0.5</property>
1753 <property name="yalign">0.5</property>
1754 <property name="xpad">10</property>
1755 <property name="ypad">10</property>
1756 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1757 <property name="width_chars">-1</property>
1758 <property name="single_line_mode">False</property>
1759 <property name="angle">0</property>
1760 </widget>
1761 <packing>
1762 <property name="padding">10</property>
1763 <property name="expand">False</property>
1764 <property name="fill">False</property>
1765 </packing>
1766 </child>
1768 <child>
1769 <widget class="GtkHBox" id="titleHbox">
1770 <property name="visible">True</property>
1771 <property name="homogeneous">False</property>
1772 <property name="spacing">0</property>
1774 <child>
1775 <widget class="GtkLabel" id="TitleLabel">
1776 <property name="visible">True</property>
1777 <property name="label" translatable="yes">Title:</property>
1778 <property name="use_underline">False</property>
1779 <property name="use_markup">False</property>
1780 <property name="justify">GTK_JUSTIFY_LEFT</property>
1781 <property name="wrap">False</property>
1782 <property name="selectable">False</property>
1783 <property name="xalign">0.5</property>
1784 <property name="yalign">0.5</property>
1785 <property name="xpad">10</property>
1786 <property name="ypad">0</property>
1787 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1788 <property name="width_chars">10</property>
1789 <property name="single_line_mode">True</property>
1790 <property name="angle">0</property>
1791 </widget>
1792 <packing>
1793 <property name="padding">5</property>
1794 <property name="expand">False</property>
1795 <property name="fill">False</property>
1796 </packing>
1797 </child>
1799 <child>
1800 <widget class="GtkEntry" id="titleEntry">
1801 <property name="visible">True</property>
1802 <property name="can_focus">True</property>
1803 <property name="editable">True</property>
1804 <property name="visibility">True</property>
1805 <property name="max_length">0</property>
1806 <property name="text" translatable="yes"></property>
1807 <property name="has_frame">True</property>
1808 <property name="invisible_char">*</property>
1809 <property name="activates_default">False</property>
1810 </widget>
1811 <packing>
1812 <property name="padding">5</property>
1813 <property name="expand">True</property>
1814 <property name="fill">True</property>
1815 </packing>
1816 </child>
1817 </widget>
1818 <packing>
1819 <property name="padding">5</property>
1820 <property name="expand">True</property>
1821 <property name="fill">True</property>
1822 </packing>
1823 </child>
1825 <child>
1826 <widget class="GtkHBox" id="xlabelHbox">
1827 <property name="visible">True</property>
1828 <property name="homogeneous">False</property>
1829 <property name="spacing">0</property>
1831 <child>
1832 <widget class="GtkLabel" id="label13">
1833 <property name="visible">True</property>
1834 <property name="label" translatable="yes">X Axis label:</property>
1835 <property name="use_underline">False</property>
1836 <property name="use_markup">False</property>
1837 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1838 <property name="wrap">False</property>
1839 <property name="selectable">False</property>
1840 <property name="xalign">0.5</property>
1841 <property name="yalign">0.5</property>
1842 <property name="xpad">10</property>
1843 <property name="ypad">0</property>
1844 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1845 <property name="width_chars">10</property>
1846 <property name="single_line_mode">False</property>
1847 <property name="angle">0</property>
1848 </widget>
1849 <packing>
1850 <property name="padding">5</property>
1851 <property name="expand">False</property>
1852 <property name="fill">False</property>
1853 </packing>
1854 </child>
1856 <child>
1857 <widget class="GtkEntry" id="xlabelEntry">
1858 <property name="visible">True</property>
1859 <property name="can_focus">True</property>
1860 <property name="editable">True</property>
1861 <property name="visibility">True</property>
1862 <property name="max_length">0</property>
1863 <property name="text" translatable="yes"></property>
1864 <property name="has_frame">True</property>
1865 <property name="invisible_char">*</property>
1866 <property name="activates_default">False</property>
1867 </widget>
1868 <packing>
1869 <property name="padding">5</property>
1870 <property name="expand">True</property>
1871 <property name="fill">True</property>
1872 </packing>
1873 </child>
1874 </widget>
1875 <packing>
1876 <property name="padding">5</property>
1877 <property name="expand">True</property>
1878 <property name="fill">True</property>
1879 </packing>
1880 </child>
1882 <child>
1883 <widget class="GtkHBox" id="ylabelHbox">
1884 <property name="visible">True</property>
1885 <property name="homogeneous">False</property>
1886 <property name="spacing">0</property>
1888 <child>
1889 <widget class="GtkLabel" id="label14">
1890 <property name="visible">True</property>
1891 <property name="label" translatable="yes">Y Axis Label:</property>
1892 <property name="use_underline">False</property>
1893 <property name="use_markup">False</property>
1894 <property name="justify">GTK_JUSTIFY_RIGHT</property>
1895 <property name="wrap">False</property>
1896 <property name="selectable">False</property>
1897 <property name="xalign">0.5</property>
1898 <property name="yalign">0.5</property>
1899 <property name="xpad">10</property>
1900 <property name="ypad">0</property>
1901 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
1902 <property name="width_chars">10</property>
1903 <property name="single_line_mode">False</property>
1904 <property name="angle">0</property>
1905 </widget>
1906 <packing>
1907 <property name="padding">5</property>
1908 <property name="expand">False</property>
1909 <property name="fill">False</property>
1910 </packing>
1911 </child>
1913 <child>
1914 <widget class="GtkEntry" id="ylabelEntry">
1915 <property name="visible">True</property>
1916 <property name="can_focus">True</property>
1917 <property name="editable">True</property>
1918 <property name="visibility">True</property>
1919 <property name="max_length">0</property>
1920 <property name="text" translatable="yes"></property>
1921 <property name="has_frame">True</property>
1922 <property name="invisible_char">*</property>
1923 <property name="activates_default">False</property>
1924 </widget>
1925 <packing>
1926 <property name="padding">5</property>
1927 <property name="expand">True</property>
1928 <property name="fill">True</property>
1929 </packing>
1930 </child>
1931 </widget>
1932 <packing>
1933 <property name="padding">5</property>
1934 <property name="expand">True</property>
1935 <property name="fill">True</property>
1936 </packing>
1937 </child>
1938 </widget>
1939 <packing>
1940 <property name="padding">0</property>
1941 <property name="expand">True</property>
1942 <property name="fill">True</property>
1943 </packing>
1944 </child>
1945 </widget>
1946 </child>
1947 </widget>
1949 <widget class="GtkDialog" id="GaussianFilterWindow">
1950 <property name="visible">True</property>
1951 <property name="title" translatable="yes">Gaussian Filter</property>
1952 <property name="type">GTK_WINDOW_TOPLEVEL</property>
1953 <property name="window_position">GTK_WIN_POS_NONE</property>
1954 <property name="modal">False</property>
1955 <property name="default_height">180</property>
1956 <property name="resizable">True</property>
1957 <property name="destroy_with_parent">False</property>
1958 <property name="decorated">True</property>
1959 <property name="skip_taskbar_hint">False</property>
1960 <property name="skip_pager_hint">False</property>
1961 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1962 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
1963 <property name="focus_on_map">True</property>
1964 <property name="urgency_hint">False</property>
1965 <property name="has_separator">True</property>
1966 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:47:51 GMT"/>
1967 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:00 GMT"/>
1969 <child internal-child="vbox">
1970 <widget class="GtkVBox" id="dialog-vbox">
1971 <property name="visible">True</property>
1972 <property name="homogeneous">False</property>
1973 <property name="spacing">0</property>
1975 <child internal-child="action_area">
1976 <widget class="GtkHButtonBox" id="dialog-action_area3">
1977 <property name="visible">True</property>
1978 <property name="layout_style">GTK_BUTTONBOX_END</property>
1980 <child>
1981 <widget class="GtkButton" id="cancelButton">
1982 <property name="visible">True</property>
1983 <property name="can_default">True</property>
1984 <property name="can_focus">True</property>
1985 <property name="label">gtk-cancel</property>
1986 <property name="use_stock">True</property>
1987 <property name="relief">GTK_RELIEF_NORMAL</property>
1988 <property name="focus_on_click">True</property>
1989 <property name="response_id">-6</property>
1990 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:40 GMT"/>
1991 </widget>
1992 </child>
1994 <child>
1995 <widget class="GtkButton" id="okButton">
1996 <property name="visible">True</property>
1997 <property name="can_default">True</property>
1998 <property name="can_focus">True</property>
1999 <property name="label">gtk-ok</property>
2000 <property name="use_stock">True</property>
2001 <property name="relief">GTK_RELIEF_NORMAL</property>
2002 <property name="focus_on_click">True</property>
2003 <property name="response_id">-5</property>
2004 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:33:31 GMT"/>
2005 </widget>
2006 </child>
2007 </widget>
2008 <packing>
2009 <property name="padding">0</property>
2010 <property name="expand">False</property>
2011 <property name="fill">True</property>
2012 <property name="pack_type">GTK_PACK_END</property>
2013 </packing>
2014 </child>
2016 <child>
2017 <widget class="GtkVBox" id="globalVbox">
2018 <property name="visible">True</property>
2019 <property name="homogeneous">False</property>
2020 <property name="spacing">0</property>
2022 <child>
2023 <widget class="GtkLabel" id="descriptionLabel">
2024 <property name="visible">True</property>
2025 <property name="label" translatable="yes">Select the standard deviation for the gaussian filter (in pixel):</property>
2026 <property name="use_underline">False</property>
2027 <property name="use_markup">False</property>
2028 <property name="justify">GTK_JUSTIFY_LEFT</property>
2029 <property name="wrap">False</property>
2030 <property name="selectable">False</property>
2031 <property name="xalign">0.5</property>
2032 <property name="yalign">0.5</property>
2033 <property name="xpad">10</property>
2034 <property name="ypad">0</property>
2035 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2036 <property name="width_chars">-1</property>
2037 <property name="single_line_mode">False</property>
2038 <property name="angle">0</property>
2039 </widget>
2040 <packing>
2041 <property name="padding">5</property>
2042 <property name="expand">True</property>
2043 <property name="fill">True</property>
2044 </packing>
2045 </child>
2047 <child>
2048 <widget class="GtkHBox" id="standardDevHbox">
2049 <property name="visible">True</property>
2050 <property name="homogeneous">False</property>
2051 <property name="spacing">0</property>
2053 <child>
2054 <widget class="GtkLabel" id="label">
2055 <property name="visible">True</property>
2056 <property name="label" translatable="yes">Standard Deviation:</property>
2057 <property name="use_underline">False</property>
2058 <property name="use_markup">False</property>
2059 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2060 <property name="wrap">False</property>
2061 <property name="selectable">False</property>
2062 <property name="xalign">0.5</property>
2063 <property name="yalign">0.5</property>
2064 <property name="xpad">10</property>
2065 <property name="ypad">0</property>
2066 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2067 <property name="width_chars">-1</property>
2068 <property name="single_line_mode">False</property>
2069 <property name="angle">0</property>
2070 </widget>
2071 <packing>
2072 <property name="padding">0</property>
2073 <property name="expand">False</property>
2074 <property name="fill">False</property>
2075 </packing>
2076 </child>
2078 <child>
2079 <widget class="GtkSpinButton" id="sigmaSpinButton">
2080 <property name="visible">True</property>
2081 <property name="can_focus">True</property>
2082 <property name="climb_rate">1</property>
2083 <property name="digits">2</property>
2084 <property name="numeric">True</property>
2085 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2086 <property name="snap_to_ticks">False</property>
2087 <property name="wrap">False</property>
2088 <property name="adjustment">1 0 1000 1 10 10</property>
2089 </widget>
2090 <packing>
2091 <property name="padding">10</property>
2092 <property name="expand">True</property>
2093 <property name="fill">True</property>
2094 </packing>
2095 </child>
2096 </widget>
2097 <packing>
2098 <property name="padding">10</property>
2099 <property name="expand">True</property>
2100 <property name="fill">True</property>
2101 </packing>
2102 </child>
2103 </widget>
2104 <packing>
2105 <property name="padding">10</property>
2106 <property name="expand">True</property>
2107 <property name="fill">True</property>
2108 </packing>
2109 </child>
2110 </widget>
2111 </child>
2112 </widget>
2114 <widget class="GtkDialog" id="PixelDimensionWindow">
2115 <property name="visible">True</property>
2116 <property name="title" translatable="yes">Pixel Dimension</property>
2117 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2118 <property name="window_position">GTK_WIN_POS_NONE</property>
2119 <property name="modal">False</property>
2120 <property name="resizable">True</property>
2121 <property name="destroy_with_parent">False</property>
2122 <property name="decorated">True</property>
2123 <property name="skip_taskbar_hint">False</property>
2124 <property name="skip_pager_hint">False</property>
2125 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2126 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2127 <property name="focus_on_map">True</property>
2128 <property name="urgency_hint">False</property>
2129 <property name="has_separator">True</property>
2130 <signal name="destroy" handler="on_destroy" last_modification_time="Sat, 07 Apr 2007 09:48:11 GMT"/>
2131 <signal name="delete_event" handler="on_delete_event" last_modification_time="Sat, 07 Apr 2007 09:48:21 GMT"/>
2133 <child internal-child="vbox">
2134 <widget class="GtkVBox" id="dialog-vbox">
2135 <property name="visible">True</property>
2136 <property name="homogeneous">False</property>
2137 <property name="spacing">0</property>
2139 <child internal-child="action_area">
2140 <widget class="GtkHButtonBox" id="dialog-action_area4">
2141 <property name="visible">True</property>
2142 <property name="layout_style">GTK_BUTTONBOX_END</property>
2144 <child>
2145 <widget class="GtkButton" id="cancelButton">
2146 <property name="visible">True</property>
2147 <property name="can_default">True</property>
2148 <property name="can_focus">True</property>
2149 <property name="label">gtk-cancel</property>
2150 <property name="use_stock">True</property>
2151 <property name="relief">GTK_RELIEF_NORMAL</property>
2152 <property name="focus_on_click">True</property>
2153 <property name="response_id">-6</property>
2154 <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:21 GMT"/>
2155 </widget>
2156 </child>
2158 <child>
2159 <widget class="GtkButton" id="okButton">
2160 <property name="visible">True</property>
2161 <property name="can_default">True</property>
2162 <property name="can_focus">True</property>
2163 <property name="label">gtk-ok</property>
2164 <property name="use_stock">True</property>
2165 <property name="relief">GTK_RELIEF_NORMAL</property>
2166 <property name="focus_on_click">True</property>
2167 <property name="response_id">-5</property>
2168 <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Thu, 05 Apr 2007 14:43:27 GMT"/>
2169 </widget>
2170 </child>
2171 </widget>
2172 <packing>
2173 <property name="padding">0</property>
2174 <property name="expand">False</property>
2175 <property name="fill">True</property>
2176 <property name="pack_type">GTK_PACK_END</property>
2177 </packing>
2178 </child>
2180 <child>
2181 <widget class="GtkVBox" id="globalVbox">
2182 <property name="visible">True</property>
2183 <property name="homogeneous">False</property>
2184 <property name="spacing">0</property>
2186 <child>
2187 <widget class="GtkLabel" id="descriptionLabel">
2188 <property name="visible">True</property>
2189 <property name="label" translatable="yes">Select the pixel dimension:</property>
2190 <property name="use_underline">False</property>
2191 <property name="use_markup">False</property>
2192 <property name="justify">GTK_JUSTIFY_LEFT</property>
2193 <property name="wrap">False</property>
2194 <property name="selectable">False</property>
2195 <property name="xalign">0.5</property>
2196 <property name="yalign">0.5</property>
2197 <property name="xpad">0</property>
2198 <property name="ypad">5</property>
2199 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2200 <property name="width_chars">-1</property>
2201 <property name="single_line_mode">False</property>
2202 <property name="angle">0</property>
2203 </widget>
2204 <packing>
2205 <property name="padding">5</property>
2206 <property name="expand">False</property>
2207 <property name="fill">False</property>
2208 </packing>
2209 </child>
2211 <child>
2212 <widget class="GtkHBox" id="xdimensionHbox">
2213 <property name="visible">True</property>
2214 <property name="homogeneous">False</property>
2215 <property name="spacing">0</property>
2217 <child>
2218 <widget class="GtkLabel" id="pixXdimLabel">
2219 <property name="visible">True</property>
2220 <property name="label" translatable="yes">Pixel X dimension:</property>
2221 <property name="use_underline">False</property>
2222 <property name="use_markup">False</property>
2223 <property name="justify">GTK_JUSTIFY_RIGHT</property>
2224 <property name="wrap">False</property>
2225 <property name="selectable">False</property>
2226 <property name="xalign">0.5</property>
2227 <property name="yalign">0.5</property>
2228 <property name="xpad">10</property>
2229 <property name="ypad">0</property>
2230 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2231 <property name="width_chars">-1</property>
2232 <property name="single_line_mode">False</property>
2233 <property name="angle">0</property>
2234 </widget>
2235 <packing>
2236 <property name="padding">0</property>
2237 <property name="expand">True</property>
2238 <property name="fill">False</property>
2239 </packing>
2240 </child>
2242 <child>
2243 <widget class="GtkSpinButton" id="xPixDimSpinButt">
2244 <property name="visible">True</property>
2245 <property name="can_focus">True</property>
2246 <property name="climb_rate">10</property>
2247 <property name="digits">2</property>
2248 <property name="numeric">True</property>
2249 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2250 <property name="snap_to_ticks">False</property>
2251 <property name="wrap">False</property>
2252 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2253 </widget>
2254 <packing>
2255 <property name="padding">10</property>
2256 <property name="expand">True</property>
2257 <property name="fill">True</property>
2258 </packing>
2259 </child>
2260 </widget>
2261 <packing>
2262 <property name="padding">10</property>
2263 <property name="expand">True</property>
2264 <property name="fill">True</property>
2265 </packing>
2266 </child>
2268 <child>
2269 <widget class="GtkHBox" id="ydimensionHbox">
2270 <property name="visible">True</property>
2271 <property name="homogeneous">False</property>
2272 <property name="spacing">0</property>
2274 <child>
2275 <widget class="GtkLabel" id="pixYdimLabel">
2276 <property name="visible">True</property>
2277 <property name="label" translatable="yes">PIxel Y dimension</property>
2278 <property name="use_underline">False</property>
2279 <property name="use_markup">False</property>
2280 <property name="justify">GTK_JUSTIFY_LEFT</property>
2281 <property name="wrap">False</property>
2282 <property name="selectable">False</property>
2283 <property name="xalign">0.5</property>
2284 <property name="yalign">0.5</property>
2285 <property name="xpad">10</property>
2286 <property name="ypad">0</property>
2287 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2288 <property name="width_chars">-1</property>
2289 <property name="single_line_mode">False</property>
2290 <property name="angle">0</property>
2291 </widget>
2292 <packing>
2293 <property name="padding">0</property>
2294 <property name="expand">True</property>
2295 <property name="fill">False</property>
2296 </packing>
2297 </child>
2299 <child>
2300 <widget class="GtkSpinButton" id="yPixDimSpinButt">
2301 <property name="visible">True</property>
2302 <property name="can_focus">True</property>
2303 <property name="climb_rate">10</property>
2304 <property name="digits">2</property>
2305 <property name="numeric">True</property>
2306 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2307 <property name="snap_to_ticks">False</property>
2308 <property name="wrap">False</property>
2309 <property name="adjustment">1 0.0010000000475 100000 1 10 10</property>
2310 </widget>
2311 <packing>
2312 <property name="padding">10</property>
2313 <property name="expand">True</property>
2314 <property name="fill">True</property>
2315 </packing>
2316 </child>
2317 </widget>
2318 <packing>
2319 <property name="padding">10</property>
2320 <property name="expand">True</property>
2321 <property name="fill">True</property>
2322 </packing>
2323 </child>
2324 </widget>
2325 <packing>
2326 <property name="padding">0</property>
2327 <property name="expand">True</property>
2328 <property name="fill">True</property>
2329 </packing>
2330 </child>
2331 </widget>
2332 </child>
2333 </widget>
2335 <widget class="GtkDialog" id="SectionListWindow">
2336 <property name="visible">True</property>
2337 <property name="title" translatable="yes">Sections</property>
2338 <property name="type">GTK_WINDOW_TOPLEVEL</property>
2339 <property name="window_position">GTK_WIN_POS_NONE</property>
2340 <property name="modal">False</property>
2341 <property name="default_width">380</property>
2342 <property name="default_height">380</property>
2343 <property name="resizable">True</property>
2344 <property name="destroy_with_parent">False</property>
2345 <property name="decorated">True</property>
2346 <property name="skip_taskbar_hint">False</property>
2347 <property name="skip_pager_hint">False</property>
2348 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2349 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2350 <property name="focus_on_map">True</property>
2351 <property name="urgency_hint">False</property>
2352 <property name="has_separator">True</property>
2353 <signal name="destroy" handler="on_destroy" last_modification_time="Wed, 11 Apr 2007 14:56:38 GMT"/>
2354 <signal name="close" handler="on_close" last_modification_time="Wed, 11 Apr 2007 14:57:03 GMT"/>
2355 <signal name="delete_event" handler="on_delete_event" last_modification_time="Wed, 11 Apr 2007 14:57:18 GMT"/>
2357 <child internal-child="vbox">
2358 <widget class="GtkVBox" id="dialog-vbox">
2359 <property name="visible">True</property>
2360 <property name="homogeneous">False</property>
2361 <property name="spacing">0</property>
2363 <child internal-child="action_area">
2364 <widget class="GtkHButtonBox" id="dialog-action_area5">
2365 <property name="visible">True</property>
2366 <property name="layout_style">GTK_BUTTONBOX_END</property>
2368 <child>
2369 <widget class="GtkButton" id="closeButton">
2370 <property name="visible">True</property>
2371 <property name="can_default">True</property>
2372 <property name="can_focus">True</property>
2373 <property name="label">gtk-close</property>
2374 <property name="use_stock">True</property>
2375 <property name="relief">GTK_RELIEF_NORMAL</property>
2376 <property name="focus_on_click">True</property>
2377 <property name="response_id">-7</property>
2378 <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Wed, 11 Apr 2007 15:06:17 GMT"/>
2379 </widget>
2380 </child>
2381 </widget>
2382 <packing>
2383 <property name="padding">0</property>
2384 <property name="expand">False</property>
2385 <property name="fill">True</property>
2386 <property name="pack_type">GTK_PACK_END</property>
2387 </packing>
2388 </child>
2390 <child>
2391 <widget class="GtkVBox" id="globalVbox">
2392 <property name="visible">True</property>
2393 <property name="homogeneous">False</property>
2394 <property name="spacing">0</property>
2396 <child>
2397 <widget class="GtkLabel" id="sectionListLabel">
2398 <property name="visible">True</property>
2399 <property name="can_focus">True</property>
2400 <property name="label" translatable="yes">Sections List:</property>
2401 <property name="use_underline">False</property>
2402 <property name="use_markup">False</property>
2403 <property name="justify">GTK_JUSTIFY_LEFT</property>
2404 <property name="wrap">False</property>
2405 <property name="selectable">True</property>
2406 <property name="xalign">0.5</property>
2407 <property name="yalign">0.5</property>
2408 <property name="xpad">0</property>
2409 <property name="ypad">0</property>
2410 <property name="mnemonic_widget">sectionsTextView</property>
2411 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
2412 <property name="width_chars">-1</property>
2413 <property name="single_line_mode">False</property>
2414 <property name="angle">0</property>
2415 </widget>
2416 <packing>
2417 <property name="padding">4</property>
2418 <property name="expand">False</property>
2419 <property name="fill">False</property>
2420 </packing>
2421 </child>
2423 <child>
2424 <widget class="GtkScrolledWindow" id="scrolledwindow">
2425 <property name="visible">True</property>
2426 <property name="can_focus">True</property>
2427 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
2428 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
2429 <property name="shadow_type">GTK_SHADOW_IN</property>
2430 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2432 <child>
2433 <widget class="GtkTextView" id="sectionsTextView">
2434 <property name="visible">True</property>
2435 <property name="can_focus">True</property>
2436 <property name="editable">True</property>
2437 <property name="overwrite">False</property>
2438 <property name="accepts_tab">True</property>
2439 <property name="justification">GTK_JUSTIFY_LEFT</property>
2440 <property name="wrap_mode">GTK_WRAP_NONE</property>
2441 <property name="cursor_visible">True</property>
2442 <property name="pixels_above_lines">0</property>
2443 <property name="pixels_below_lines">0</property>
2444 <property name="pixels_inside_wrap">0</property>
2445 <property name="left_margin">0</property>
2446 <property name="right_margin">0</property>
2447 <property name="indent">0</property>
2448 <property name="text" translatable="yes"></property>
2449 </widget>
2450 </child>
2451 </widget>
2452 <packing>
2453 <property name="padding">0</property>
2454 <property name="expand">True</property>
2455 <property name="fill">True</property>
2456 </packing>
2457 </child>
2458 </widget>
2459 <packing>
2460 <property name="padding">0</property>
2461 <property name="expand">True</property>
2462 <property name="fill">True</property>
2463 </packing>
2464 </child>
2465 </widget>
2466 </child>
2467 </widget>
2469 </glade-interface>