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