1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
---|
2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
---|
3 | |
---|
4 | <glade-interface> |
---|
5 | |
---|
6 | <widget class="GtkWindow" id="win_Main"> |
---|
7 | <property name="visible">True</property> |
---|
8 | <property name="title" translatable="yes">bt5plot</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">1000</property> |
---|
13 | <property name="default_height">600</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="destroy" handler="on_win_Main_destroy" last_modification_time="Thu, 13 Sep 2007 22:15:45 GMT"/> |
---|
24 | |
---|
25 | <child> |
---|
26 | <widget class="GtkVBox" id="vbox1"> |
---|
27 | <property name="visible">True</property> |
---|
28 | <property name="homogeneous">False</property> |
---|
29 | <property name="spacing">0</property> |
---|
30 | |
---|
31 | <child> |
---|
32 | <widget class="GtkMenuBar" id="menubar1"> |
---|
33 | <property name="visible">True</property> |
---|
34 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
35 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
36 | |
---|
37 | <child> |
---|
38 | <widget class="GtkMenuItem" id="menuitem1"> |
---|
39 | <property name="visible">True</property> |
---|
40 | <property name="label" translatable="yes">_File</property> |
---|
41 | <property name="use_underline">True</property> |
---|
42 | |
---|
43 | <child> |
---|
44 | <widget class="GtkMenu" id="menuitem1_menu"> |
---|
45 | |
---|
46 | <child> |
---|
47 | <widget class="GtkMenuItem" id="set_data_dir1"> |
---|
48 | <property name="visible">True</property> |
---|
49 | <property name="label" translatable="yes">Set Data Dir</property> |
---|
50 | <property name="use_underline">True</property> |
---|
51 | <signal name="activate" handler="on_set_data_dir1_activate" last_modification_time="Fri, 14 Sep 2007 02:49:01 GMT"/> |
---|
52 | </widget> |
---|
53 | </child> |
---|
54 | |
---|
55 | <child> |
---|
56 | <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
---|
57 | <property name="visible">True</property> |
---|
58 | </widget> |
---|
59 | </child> |
---|
60 | |
---|
61 | <child> |
---|
62 | <widget class="GtkImageMenuItem" id="quit1"> |
---|
63 | <property name="visible">True</property> |
---|
64 | <property name="label">gtk-quit</property> |
---|
65 | <property name="use_stock">True</property> |
---|
66 | <signal name="activate" handler="on_quit1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
67 | </widget> |
---|
68 | </child> |
---|
69 | </widget> |
---|
70 | </child> |
---|
71 | </widget> |
---|
72 | </child> |
---|
73 | |
---|
74 | <child> |
---|
75 | <widget class="GtkMenuItem" id="menuitem2"> |
---|
76 | <property name="visible">True</property> |
---|
77 | <property name="label" translatable="yes">_Edit</property> |
---|
78 | <property name="use_underline">True</property> |
---|
79 | |
---|
80 | <child> |
---|
81 | <widget class="GtkMenu" id="menuitem2_menu"> |
---|
82 | |
---|
83 | <child> |
---|
84 | <widget class="GtkImageMenuItem" id="cut1"> |
---|
85 | <property name="visible">True</property> |
---|
86 | <property name="label">gtk-cut</property> |
---|
87 | <property name="use_stock">True</property> |
---|
88 | <signal name="activate" handler="on_cut1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
89 | </widget> |
---|
90 | </child> |
---|
91 | |
---|
92 | <child> |
---|
93 | <widget class="GtkImageMenuItem" id="copy1"> |
---|
94 | <property name="visible">True</property> |
---|
95 | <property name="label">gtk-copy</property> |
---|
96 | <property name="use_stock">True</property> |
---|
97 | <signal name="activate" handler="on_copy1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
98 | </widget> |
---|
99 | </child> |
---|
100 | |
---|
101 | <child> |
---|
102 | <widget class="GtkImageMenuItem" id="paste1"> |
---|
103 | <property name="visible">True</property> |
---|
104 | <property name="label">gtk-paste</property> |
---|
105 | <property name="use_stock">True</property> |
---|
106 | <signal name="activate" handler="on_paste1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
107 | </widget> |
---|
108 | </child> |
---|
109 | |
---|
110 | <child> |
---|
111 | <widget class="GtkImageMenuItem" id="delete1"> |
---|
112 | <property name="visible">True</property> |
---|
113 | <property name="label">gtk-delete</property> |
---|
114 | <property name="use_stock">True</property> |
---|
115 | <signal name="activate" handler="on_delete1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
116 | </widget> |
---|
117 | </child> |
---|
118 | </widget> |
---|
119 | </child> |
---|
120 | </widget> |
---|
121 | </child> |
---|
122 | |
---|
123 | <child> |
---|
124 | <widget class="GtkMenuItem" id="menuitem3"> |
---|
125 | <property name="visible">True</property> |
---|
126 | <property name="label" translatable="yes">_View</property> |
---|
127 | <property name="use_underline">True</property> |
---|
128 | |
---|
129 | <child> |
---|
130 | <widget class="GtkMenu" id="menuitem3_menu"> |
---|
131 | |
---|
132 | <child> |
---|
133 | <widget class="GtkMenuItem" id="plot_type1"> |
---|
134 | <property name="visible">True</property> |
---|
135 | <property name="label" translatable="yes">_Plot Type</property> |
---|
136 | <property name="use_underline">True</property> |
---|
137 | <signal name="activate" handler="on_plot_type1_activate" last_modification_time="Tue, 11 Nov 2008 15:45:10 GMT"/> |
---|
138 | |
---|
139 | <child> |
---|
140 | <widget class="GtkMenu" id="plot_type1_menu"> |
---|
141 | |
---|
142 | <child> |
---|
143 | <widget class="GtkRadioMenuItem" id="rmi_total"> |
---|
144 | <property name="visible">True</property> |
---|
145 | <property name="label" translatable="yes">Total Counts</property> |
---|
146 | <property name="use_underline">True</property> |
---|
147 | <property name="active">False</property> |
---|
148 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
149 | </widget> |
---|
150 | </child> |
---|
151 | |
---|
152 | <child> |
---|
153 | <widget class="GtkRadioMenuItem" id="rmi_rate"> |
---|
154 | <property name="visible">True</property> |
---|
155 | <property name="label" translatable="yes">Count Rate</property> |
---|
156 | <property name="use_underline">True</property> |
---|
157 | <property name="active">True</property> |
---|
158 | <property name="group">rmi_total</property> |
---|
159 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
160 | </widget> |
---|
161 | </child> |
---|
162 | |
---|
163 | <child> |
---|
164 | <widget class="GtkRadioMenuItem" id="rmi_nrate"> |
---|
165 | <property name="visible">True</property> |
---|
166 | <property name="label" translatable="yes">Counts/10^6 Monitor Counts</property> |
---|
167 | <property name="use_underline">True</property> |
---|
168 | <property name="active">False</property> |
---|
169 | <property name="group">rmi_total</property> |
---|
170 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
171 | </widget> |
---|
172 | </child> |
---|
173 | |
---|
174 | |
---|
175 | <child> |
---|
176 | <widget class="GtkRadioMenuItem" id="rmi_trans"> |
---|
177 | <property name="visible">True</property> |
---|
178 | <property name="label" translatable="yes">Transmission</property> |
---|
179 | <property name="use_underline">True</property> |
---|
180 | <property name="active">False</property> |
---|
181 | <property name="group">rmi_total</property> |
---|
182 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
183 | </widget> |
---|
184 | </child> |
---|
185 | |
---|
186 | <child> |
---|
187 | <widget class="GtkRadioMenuItem" id="rmi_mon"> |
---|
188 | <property name="visible">True</property> |
---|
189 | <property name="label" translatable="yes">Monitor</property> |
---|
190 | <property name="use_underline">True</property> |
---|
191 | <property name="active">False</property> |
---|
192 | <property name="group">rmi_total</property> |
---|
193 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
194 | </widget> |
---|
195 | </child> |
---|
196 | |
---|
197 | <child> |
---|
198 | <widget class="GtkRadioMenuItem" id="rmi_split"> |
---|
199 | <property name="visible">True</property> |
---|
200 | <property name="label" translatable="yes">Split Detectors</property> |
---|
201 | <property name="use_underline">True</property> |
---|
202 | <property name="active">False</property> |
---|
203 | <property name="group">rmi_total</property> |
---|
204 | <signal name="activate" handler="on_plot_type_activate" last_modification_time="Tue, 11 Nov 2008 15:48:27 GMT"/> |
---|
205 | </widget> |
---|
206 | </child> |
---|
207 | </widget> |
---|
208 | </child> |
---|
209 | </widget> |
---|
210 | </child> |
---|
211 | |
---|
212 | <child> |
---|
213 | <widget class="GtkMenuItem" id="xaxis1"> |
---|
214 | <property name="visible">True</property> |
---|
215 | <property name="label" translatable="yes">_X-axis</property> |
---|
216 | <property name="use_underline">True</property> |
---|
217 | |
---|
218 | <child> |
---|
219 | <widget class="GtkMenu" id="xaxis1_menu"> |
---|
220 | |
---|
221 | <child> |
---|
222 | <widget class="GtkMenuItem" id="loglin1"> |
---|
223 | <property name="visible">True</property> |
---|
224 | <property name="label" translatable="yes">_Log/Lin</property> |
---|
225 | <property name="use_underline">True</property> |
---|
226 | <signal name="activate" handler="on_xaxis_loglin_activate"/> |
---|
227 | </widget> |
---|
228 | </child> |
---|
229 | </widget> |
---|
230 | </child> |
---|
231 | </widget> |
---|
232 | </child> |
---|
233 | |
---|
234 | <child> |
---|
235 | <widget class="GtkMenuItem" id="yaxis1"> |
---|
236 | <property name="visible">True</property> |
---|
237 | <property name="label" translatable="yes">_Y-axis</property> |
---|
238 | <property name="use_underline">True</property> |
---|
239 | |
---|
240 | <child> |
---|
241 | <widget class="GtkMenu" id="yaxis1_menu"> |
---|
242 | |
---|
243 | <child> |
---|
244 | <widget class="GtkMenuItem" id="loglin2"> |
---|
245 | <property name="visible">True</property> |
---|
246 | <property name="label" translatable="yes">_Log/Lin</property> |
---|
247 | <property name="use_underline">True</property> |
---|
248 | <signal name="activate" handler="on_yaxis_loglin_activate"/> |
---|
249 | </widget> |
---|
250 | </child> |
---|
251 | <child> |
---|
252 | <widget class="GtkMenuItem" id="yerrbars1"> |
---|
253 | <property name="visible">True</property> |
---|
254 | <property name="label" translatable="yes">_Error Bars</property> |
---|
255 | <property name="use_underline">True</property> |
---|
256 | <signal name="activate" handler="on_yaxis_errorbars_activate"/> |
---|
257 | </widget> |
---|
258 | </child> |
---|
259 | |
---|
260 | </widget> |
---|
261 | </child> |
---|
262 | </widget> |
---|
263 | </child> |
---|
264 | </widget> |
---|
265 | </child> |
---|
266 | </widget> |
---|
267 | </child> |
---|
268 | |
---|
269 | <child> |
---|
270 | <widget class="GtkMenuItem" id="menuitem4"> |
---|
271 | <property name="visible">True</property> |
---|
272 | <property name="label" translatable="yes">_Help</property> |
---|
273 | <property name="use_underline">True</property> |
---|
274 | |
---|
275 | <child> |
---|
276 | <widget class="GtkMenu" id="menuitem4_menu"> |
---|
277 | |
---|
278 | <child> |
---|
279 | <widget class="GtkMenuItem" id="about1"> |
---|
280 | <property name="visible">True</property> |
---|
281 | <property name="label" translatable="yes">_About</property> |
---|
282 | <property name="use_underline">True</property> |
---|
283 | <signal name="activate" handler="on_about1_activate" last_modification_time="Thu, 13 Sep 2007 22:00:06 GMT"/> |
---|
284 | </widget> |
---|
285 | </child> |
---|
286 | </widget> |
---|
287 | </child> |
---|
288 | </widget> |
---|
289 | </child> |
---|
290 | </widget> |
---|
291 | <packing> |
---|
292 | <property name="padding">0</property> |
---|
293 | <property name="expand">False</property> |
---|
294 | <property name="fill">False</property> |
---|
295 | </packing> |
---|
296 | </child> |
---|
297 | |
---|
298 | <child> |
---|
299 | <widget class="GtkHBox" id="hbox1"> |
---|
300 | <property name="visible">True</property> |
---|
301 | <property name="homogeneous">False</property> |
---|
302 | <property name="spacing">0</property> |
---|
303 | |
---|
304 | <child> |
---|
305 | <widget class="GtkVBox" id="vbox3"> |
---|
306 | <property name="visible">True</property> |
---|
307 | <property name="homogeneous">False</property> |
---|
308 | <property name="spacing">0</property> |
---|
309 | |
---|
310 | <child> |
---|
311 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
---|
312 | <property name="visible">True</property> |
---|
313 | <property name="can_focus">True</property> |
---|
314 | <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
315 | <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
316 | <property name="shadow_type">GTK_SHADOW_IN</property> |
---|
317 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
---|
318 | |
---|
319 | <child> |
---|
320 | <widget class="GtkViewport" id="viewport1"> |
---|
321 | <property name="visible">True</property> |
---|
322 | <property name="shadow_type">GTK_SHADOW_IN</property> |
---|
323 | |
---|
324 | <child> |
---|
325 | <widget class="GtkTreeView" id="tv_filelist"> |
---|
326 | <property name="width_request">150</property> |
---|
327 | <property name="visible">True</property> |
---|
328 | <property name="can_focus">True</property> |
---|
329 | <property name="headers_visible">True</property> |
---|
330 | <property name="rules_hint">False</property> |
---|
331 | <property name="reorderable">False</property> |
---|
332 | <property name="enable_search">True</property> |
---|
333 | <property name="fixed_height_mode">False</property> |
---|
334 | <property name="hover_selection">False</property> |
---|
335 | <property name="hover_expand">False</property> |
---|
336 | </widget> |
---|
337 | </child> |
---|
338 | </widget> |
---|
339 | </child> |
---|
340 | </widget> |
---|
341 | <packing> |
---|
342 | <property name="padding">0</property> |
---|
343 | <property name="expand">True</property> |
---|
344 | <property name="fill">True</property> |
---|
345 | </packing> |
---|
346 | </child> |
---|
347 | |
---|
348 | <child> |
---|
349 | <widget class="GtkHBox" id="hbox2"> |
---|
350 | <property name="visible">True</property> |
---|
351 | <property name="homogeneous">False</property> |
---|
352 | <property name="spacing">0</property> |
---|
353 | |
---|
354 | <child> |
---|
355 | <widget class="GtkEntry" id="ent_filter"> |
---|
356 | <property name="visible">True</property> |
---|
357 | <property name="can_focus">True</property> |
---|
358 | <property name="editable">True</property> |
---|
359 | <property name="visibility">True</property> |
---|
360 | <property name="max_length">0</property> |
---|
361 | <property name="text" translatable="yes"></property> |
---|
362 | <property name="has_frame">True</property> |
---|
363 | <property name="invisible_char">â¢</property> |
---|
364 | <property name="activates_default">False</property> |
---|
365 | </widget> |
---|
366 | <packing> |
---|
367 | <property name="padding">0</property> |
---|
368 | <property name="expand">True</property> |
---|
369 | <property name="fill">True</property> |
---|
370 | </packing> |
---|
371 | </child> |
---|
372 | |
---|
373 | <child> |
---|
374 | <widget class="GtkButton" id="btn_Filter"> |
---|
375 | <property name="visible">True</property> |
---|
376 | <property name="can_focus">True</property> |
---|
377 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
378 | <property name="focus_on_click">True</property> |
---|
379 | <signal name="clicked" handler="on_btn_Filter_clicked" last_modification_time="Fri, 09 Jan 2009 04:49:13 GMT"/> |
---|
380 | |
---|
381 | <child> |
---|
382 | <widget class="GtkImage" id="image3"> |
---|
383 | <property name="visible">True</property> |
---|
384 | <property name="stock">gtk-find</property> |
---|
385 | <property name="icon_size">4</property> |
---|
386 | <property name="xalign">0.5</property> |
---|
387 | <property name="yalign">0.5</property> |
---|
388 | <property name="xpad">0</property> |
---|
389 | <property name="ypad">0</property> |
---|
390 | </widget> |
---|
391 | </child> |
---|
392 | </widget> |
---|
393 | <packing> |
---|
394 | <property name="padding">0</property> |
---|
395 | <property name="expand">False</property> |
---|
396 | <property name="fill">False</property> |
---|
397 | </packing> |
---|
398 | </child> |
---|
399 | |
---|
400 | <child> |
---|
401 | <widget class="GtkButton" id="btn_Refresh"> |
---|
402 | <property name="visible">True</property> |
---|
403 | <property name="can_focus">True</property> |
---|
404 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
405 | <property name="focus_on_click">True</property> |
---|
406 | <signal name="clicked" handler="on_btn_Refresh_clicked" last_modification_time="Fri, 09 Jan 2009 03:29:29 GMT"/> |
---|
407 | |
---|
408 | <child> |
---|
409 | <widget class="GtkAlignment" id="alignment2"> |
---|
410 | <property name="visible">True</property> |
---|
411 | <property name="xalign">0.5</property> |
---|
412 | <property name="yalign">0.5</property> |
---|
413 | <property name="xscale">0</property> |
---|
414 | <property name="yscale">0</property> |
---|
415 | <property name="top_padding">0</property> |
---|
416 | <property name="bottom_padding">0</property> |
---|
417 | <property name="left_padding">0</property> |
---|
418 | <property name="right_padding">0</property> |
---|
419 | |
---|
420 | <child> |
---|
421 | <widget class="GtkHBox" id="hbox5"> |
---|
422 | <property name="visible">True</property> |
---|
423 | <property name="homogeneous">False</property> |
---|
424 | <property name="spacing">2</property> |
---|
425 | |
---|
426 | <child> |
---|
427 | <widget class="GtkImage" id="image2"> |
---|
428 | <property name="visible">True</property> |
---|
429 | <property name="stock">gtk-refresh</property> |
---|
430 | <property name="icon_size">4</property> |
---|
431 | <property name="xalign">0.5</property> |
---|
432 | <property name="yalign">0.5</property> |
---|
433 | <property name="xpad">0</property> |
---|
434 | <property name="ypad">0</property> |
---|
435 | </widget> |
---|
436 | <packing> |
---|
437 | <property name="padding">0</property> |
---|
438 | <property name="expand">False</property> |
---|
439 | <property name="fill">False</property> |
---|
440 | </packing> |
---|
441 | </child> |
---|
442 | |
---|
443 | <child> |
---|
444 | <widget class="GtkLabel" id="label2"> |
---|
445 | <property name="visible">True</property> |
---|
446 | <property name="label" translatable="yes"></property> |
---|
447 | <property name="use_underline">True</property> |
---|
448 | <property name="use_markup">False</property> |
---|
449 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
---|
450 | <property name="wrap">False</property> |
---|
451 | <property name="selectable">False</property> |
---|
452 | <property name="xalign">0.5</property> |
---|
453 | <property name="yalign">0.5</property> |
---|
454 | <property name="xpad">0</property> |
---|
455 | <property name="ypad">0</property> |
---|
456 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
---|
457 | <property name="width_chars">-1</property> |
---|
458 | <property name="single_line_mode">False</property> |
---|
459 | <property name="angle">0</property> |
---|
460 | </widget> |
---|
461 | <packing> |
---|
462 | <property name="padding">0</property> |
---|
463 | <property name="expand">False</property> |
---|
464 | <property name="fill">False</property> |
---|
465 | </packing> |
---|
466 | </child> |
---|
467 | </widget> |
---|
468 | </child> |
---|
469 | </widget> |
---|
470 | </child> |
---|
471 | </widget> |
---|
472 | <packing> |
---|
473 | <property name="padding">0</property> |
---|
474 | <property name="expand">False</property> |
---|
475 | <property name="fill">False</property> |
---|
476 | </packing> |
---|
477 | </child> |
---|
478 | </widget> |
---|
479 | <packing> |
---|
480 | <property name="padding">0</property> |
---|
481 | <property name="expand">False</property> |
---|
482 | <property name="fill">False</property> |
---|
483 | </packing> |
---|
484 | </child> |
---|
485 | </widget> |
---|
486 | <packing> |
---|
487 | <property name="padding">0</property> |
---|
488 | <property name="expand">False</property> |
---|
489 | <property name="fill">True</property> |
---|
490 | </packing> |
---|
491 | </child> |
---|
492 | |
---|
493 | <child> |
---|
494 | <widget class="GtkVBox" id="vbox4"> |
---|
495 | <property name="visible">True</property> |
---|
496 | <property name="homogeneous">False</property> |
---|
497 | <property name="spacing">0</property> |
---|
498 | |
---|
499 | <child> |
---|
500 | <placeholder/> |
---|
501 | </child> |
---|
502 | |
---|
503 | <child> |
---|
504 | <widget class="GtkHBox" id="hbox3"> |
---|
505 | <property name="visible">True</property> |
---|
506 | <property name="homogeneous">False</property> |
---|
507 | <property name="spacing">0</property> |
---|
508 | |
---|
509 | <child> |
---|
510 | <widget class="GtkLabel" id="lbl_alignvals"> |
---|
511 | <property name="visible">True</property> |
---|
512 | <property name="label" translatable="yes"></property> |
---|
513 | <property name="use_underline">False</property> |
---|
514 | <property name="use_markup">False</property> |
---|
515 | <property name="justify">GTK_JUSTIFY_CENTER</property> |
---|
516 | <property name="wrap">False</property> |
---|
517 | <property name="selectable">False</property> |
---|
518 | <property name="xalign">0.5</property> |
---|
519 | <property name="yalign">0.5</property> |
---|
520 | <property name="xpad">0</property> |
---|
521 | <property name="ypad">0</property> |
---|
522 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
---|
523 | <property name="width_chars">-1</property> |
---|
524 | <property name="single_line_mode">False</property> |
---|
525 | <property name="angle">0</property> |
---|
526 | </widget> |
---|
527 | <packing> |
---|
528 | <property name="padding">0</property> |
---|
529 | <property name="expand">True</property> |
---|
530 | <property name="fill">True</property> |
---|
531 | </packing> |
---|
532 | </child> |
---|
533 | |
---|
534 | <child> |
---|
535 | <widget class="GtkButton" id="btn_ClearPlot"> |
---|
536 | <property name="visible">True</property> |
---|
537 | <property name="can_focus">True</property> |
---|
538 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
539 | <property name="focus_on_click">True</property> |
---|
540 | <signal name="clicked" handler="on_btn_ClearPlot_clicked" last_modification_time="Fri, 12 Dec 2008 21:42:52 GMT"/> |
---|
541 | |
---|
542 | <child> |
---|
543 | <widget class="GtkAlignment" id="alignment1"> |
---|
544 | <property name="visible">True</property> |
---|
545 | <property name="xalign">0.5</property> |
---|
546 | <property name="yalign">0.5</property> |
---|
547 | <property name="xscale">0</property> |
---|
548 | <property name="yscale">0</property> |
---|
549 | <property name="top_padding">0</property> |
---|
550 | <property name="bottom_padding">0</property> |
---|
551 | <property name="left_padding">0</property> |
---|
552 | <property name="right_padding">0</property> |
---|
553 | |
---|
554 | <child> |
---|
555 | <widget class="GtkHBox" id="hbox4"> |
---|
556 | <property name="visible">True</property> |
---|
557 | <property name="homogeneous">False</property> |
---|
558 | <property name="spacing">2</property> |
---|
559 | |
---|
560 | <child> |
---|
561 | <widget class="GtkImage" id="image1"> |
---|
562 | <property name="visible">True</property> |
---|
563 | <property name="stock">gtk-clear</property> |
---|
564 | <property name="icon_size">4</property> |
---|
565 | <property name="xalign">0.5</property> |
---|
566 | <property name="yalign">0.5</property> |
---|
567 | <property name="xpad">0</property> |
---|
568 | <property name="ypad">0</property> |
---|
569 | </widget> |
---|
570 | <packing> |
---|
571 | <property name="padding">0</property> |
---|
572 | <property name="expand">False</property> |
---|
573 | <property name="fill">False</property> |
---|
574 | </packing> |
---|
575 | </child> |
---|
576 | |
---|
577 | <child> |
---|
578 | <widget class="GtkLabel" id="label1"> |
---|
579 | <property name="visible">True</property> |
---|
580 | <property name="label" translatable="yes">Clear Plot</property> |
---|
581 | <property name="use_underline">True</property> |
---|
582 | <property name="use_markup">False</property> |
---|
583 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
---|
584 | <property name="wrap">False</property> |
---|
585 | <property name="selectable">False</property> |
---|
586 | <property name="xalign">0.5</property> |
---|
587 | <property name="yalign">0.5</property> |
---|
588 | <property name="xpad">0</property> |
---|
589 | <property name="ypad">0</property> |
---|
590 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
---|
591 | <property name="width_chars">-1</property> |
---|
592 | <property name="single_line_mode">False</property> |
---|
593 | <property name="angle">0</property> |
---|
594 | </widget> |
---|
595 | <packing> |
---|
596 | <property name="padding">0</property> |
---|
597 | <property name="expand">False</property> |
---|
598 | <property name="fill">False</property> |
---|
599 | </packing> |
---|
600 | </child> |
---|
601 | </widget> |
---|
602 | </child> |
---|
603 | </widget> |
---|
604 | </child> |
---|
605 | </widget> |
---|
606 | <packing> |
---|
607 | <property name="padding">0</property> |
---|
608 | <property name="expand">False</property> |
---|
609 | <property name="fill">False</property> |
---|
610 | </packing> |
---|
611 | </child> |
---|
612 | </widget> |
---|
613 | <packing> |
---|
614 | <property name="padding">0</property> |
---|
615 | <property name="expand">False</property> |
---|
616 | <property name="fill">False</property> |
---|
617 | <property name="pack_type">GTK_PACK_END</property> |
---|
618 | </packing> |
---|
619 | </child> |
---|
620 | </widget> |
---|
621 | <packing> |
---|
622 | <property name="padding">0</property> |
---|
623 | <property name="expand">True</property> |
---|
624 | <property name="fill">True</property> |
---|
625 | </packing> |
---|
626 | </child> |
---|
627 | </widget> |
---|
628 | <packing> |
---|
629 | <property name="padding">0</property> |
---|
630 | <property name="expand">True</property> |
---|
631 | <property name="fill">True</property> |
---|
632 | </packing> |
---|
633 | </child> |
---|
634 | |
---|
635 | <child> |
---|
636 | <widget class="GtkStatusbar" id="statusbar1"> |
---|
637 | <property name="visible">True</property> |
---|
638 | <property name="has_resize_grip">True</property> |
---|
639 | </widget> |
---|
640 | <packing> |
---|
641 | <property name="padding">0</property> |
---|
642 | <property name="expand">False</property> |
---|
643 | <property name="fill">False</property> |
---|
644 | </packing> |
---|
645 | </child> |
---|
646 | </widget> |
---|
647 | </child> |
---|
648 | </widget> |
---|
649 | |
---|
650 | </glade-interface> |
---|