Parent Directory
|
Revision Log
Added my so-called 'quick fix' to external relation processing. Still need to pursue corruption of efunc->etype pointer, for some reason.
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="browserwin"> |
7 | <property name="visible">True</property> |
8 | <property name="title" translatable="yes">ASCEND PyGTK</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">600</property> |
13 | <property name="default_height">800</property> |
14 | <property name="resizable">True</property> |
15 | <property name="destroy_with_parent">False</property> |
16 | <property name="icon_name"></property> |
17 | <property name="decorated">True</property> |
18 | <property name="skip_taskbar_hint">False</property> |
19 | <property name="skip_pager_hint">False</property> |
20 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
21 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
22 | <property name="focus_on_map">True</property> |
23 | <signal name="check_resize" handler="on_browserwin_check_resize" last_modification_time="Thu, 17 Nov 2005 15:56:29 GMT"/> |
24 | <signal name="focus" handler="on_browserwin_focus" last_modification_time="Sun, 04 Dec 2005 05:39:42 GMT"/> |
25 | |
26 | <child> |
27 | <widget class="GtkVBox" id="vbox5"> |
28 | <property name="visible">True</property> |
29 | <property name="homogeneous">False</property> |
30 | <property name="spacing">0</property> |
31 | |
32 | <child> |
33 | <widget class="GtkMenuBar" id="browsermenu"> |
34 | <property name="visible">True</property> |
35 | |
36 | <child> |
37 | <widget class="GtkMenuItem" id="menuitem8"> |
38 | <property name="visible">True</property> |
39 | <property name="label" translatable="yes">_File</property> |
40 | <property name="use_underline">True</property> |
41 | |
42 | <child> |
43 | <widget class="GtkMenu" id="menuitem8_menu"> |
44 | |
45 | <child> |
46 | <widget class="GtkImageMenuItem" id="open2"> |
47 | <property name="visible">True</property> |
48 | <property name="label">gtk-open</property> |
49 | <property name="use_stock">True</property> |
50 | <signal name="activate" handler="open_click" last_modification_time="Tue, 24 Jan 2006 02:52:29 GMT"/> |
51 | </widget> |
52 | </child> |
53 | |
54 | <child> |
55 | <widget class="GtkImageMenuItem" id="reload"> |
56 | <property name="visible">True</property> |
57 | <property name="label" translatable="yes">_Reload</property> |
58 | <property name="use_underline">True</property> |
59 | <signal name="activate" handler="reload_click" last_modification_time="Tue, 24 Jan 2006 02:52:29 GMT"/> |
60 | <accelerator key="F5" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
61 | |
62 | <child internal-child="image"> |
63 | <widget class="GtkImage" id="image517"> |
64 | <property name="visible">True</property> |
65 | <property name="stock">gtk-refresh</property> |
66 | <property name="icon_size">1</property> |
67 | <property name="xalign">0.5</property> |
68 | <property name="yalign">0.5</property> |
69 | <property name="xpad">0</property> |
70 | <property name="ypad">0</property> |
71 | </widget> |
72 | </child> |
73 | </widget> |
74 | </child> |
75 | |
76 | <child> |
77 | <widget class="GtkSeparatorMenuItem" id="separatormenuitem2"> |
78 | <property name="visible">True</property> |
79 | </widget> |
80 | </child> |
81 | |
82 | <child> |
83 | <widget class="GtkImageMenuItem" id="quit"> |
84 | <property name="visible">True</property> |
85 | <property name="label">gtk-quit</property> |
86 | <property name="use_stock">True</property> |
87 | <signal name="activate" handler="on_file_quit_click" last_modification_time="Sun, 29 Jan 2006 06:48:50 GMT"/> |
88 | </widget> |
89 | </child> |
90 | </widget> |
91 | </child> |
92 | </widget> |
93 | </child> |
94 | |
95 | <child> |
96 | <widget class="GtkMenuItem" id="editmenu"> |
97 | <property name="visible">True</property> |
98 | <property name="label" translatable="yes">_Edit</property> |
99 | <property name="use_underline">True</property> |
100 | |
101 | <child> |
102 | <widget class="GtkMenu" id="editmenu_menu"> |
103 | |
104 | <child> |
105 | <widget class="GtkImageMenuItem" id="copy_observer_matrix"> |
106 | <property name="visible">True</property> |
107 | <property name="label" translatable="yes">_Copy Observer Matrix</property> |
108 | <property name="use_underline">True</property> |
109 | <signal name="activate" handler="on_copy_observer_matrix_click" last_modification_time="Wed, 01 Feb 2006 03:42:33 GMT"/> |
110 | <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
111 | |
112 | <child internal-child="image"> |
113 | <widget class="GtkImage" id="image518"> |
114 | <property name="visible">True</property> |
115 | <property name="stock">gtk-copy</property> |
116 | <property name="icon_size">1</property> |
117 | <property name="xalign">0.5</property> |
118 | <property name="yalign">0.5</property> |
119 | <property name="xpad">0</property> |
120 | <property name="ypad">0</property> |
121 | </widget> |
122 | </child> |
123 | </widget> |
124 | </child> |
125 | |
126 | <child> |
127 | <widget class="GtkSeparatorMenuItem" id="separator5"> |
128 | <property name="visible">True</property> |
129 | </widget> |
130 | </child> |
131 | |
132 | <child> |
133 | <widget class="GtkImageMenuItem" id="fix_variable"> |
134 | <property name="visible">True</property> |
135 | <property name="label" translatable="yes">_Fix Variable</property> |
136 | <property name="use_underline">True</property> |
137 | <signal name="activate" handler="on_fix_variable_activate" last_modification_time="Fri, 17 Feb 2006 06:53:31 GMT"/> |
138 | <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
139 | |
140 | <child internal-child="image"> |
141 | <widget class="GtkImage" id="image519"> |
142 | <property name="visible">True</property> |
143 | <property name="pixbuf">locked.png</property> |
144 | <property name="xalign">0.5</property> |
145 | <property name="yalign">0.5</property> |
146 | <property name="xpad">0</property> |
147 | <property name="ypad">0</property> |
148 | </widget> |
149 | </child> |
150 | </widget> |
151 | </child> |
152 | |
153 | <child> |
154 | <widget class="GtkImageMenuItem" id="free_variable"> |
155 | <property name="visible">True</property> |
156 | <property name="label" translatable="yes">F_ree Variable</property> |
157 | <property name="use_underline">True</property> |
158 | <signal name="activate" handler="on_free_variable_activate" last_modification_time="Fri, 17 Feb 2006 06:53:31 GMT"/> |
159 | <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
160 | |
161 | <child internal-child="image"> |
162 | <widget class="GtkImage" id="image520"> |
163 | <property name="visible">True</property> |
164 | <property name="pixbuf">unlocked.png</property> |
165 | <property name="xalign">0.5</property> |
166 | <property name="yalign">0.5</property> |
167 | <property name="xpad">0</property> |
168 | <property name="ypad">0</property> |
169 | </widget> |
170 | </child> |
171 | </widget> |
172 | </child> |
173 | |
174 | <child> |
175 | <widget class="GtkSeparatorMenuItem" id="separator6"> |
176 | <property name="visible">True</property> |
177 | </widget> |
178 | </child> |
179 | |
180 | <child> |
181 | <widget class="GtkImageMenuItem" id="propsmenuitem"> |
182 | <property name="visible">True</property> |
183 | <property name="label" translatable="yes">_Properties</property> |
184 | <property name="use_underline">True</property> |
185 | <signal name="activate" handler="props_activate" last_modification_time="Sat, 04 Feb 2006 08:24:39 GMT"/> |
186 | <accelerator key="F4" modifiers="0" signal="activate"/> |
187 | |
188 | <child internal-child="image"> |
189 | <widget class="GtkImage" id="image521"> |
190 | <property name="visible">True</property> |
191 | <property name="pixbuf">properties.png</property> |
192 | <property name="xalign">0.5</property> |
193 | <property name="yalign">0.5</property> |
194 | <property name="xpad">0</property> |
195 | <property name="ypad">0</property> |
196 | </widget> |
197 | </child> |
198 | </widget> |
199 | </child> |
200 | </widget> |
201 | </child> |
202 | </widget> |
203 | </child> |
204 | |
205 | <child> |
206 | <widget class="GtkMenuItem" id="tools"> |
207 | <property name="visible">True</property> |
208 | <property name="label" translatable="yes">_Tools</property> |
209 | <property name="use_underline">True</property> |
210 | |
211 | <child> |
212 | <widget class="GtkMenu" id="tools_menu"> |
213 | |
214 | <child> |
215 | <widget class="GtkImageMenuItem" id="check1"> |
216 | <property name="visible">True</property> |
217 | <property name="label" translatable="yes">C_heck</property> |
218 | <property name="use_underline">True</property> |
219 | <signal name="activate" handler="check_click" last_modification_time="Tue, 24 Jan 2006 02:52:29 GMT"/> |
220 | <accelerator key="F7" modifiers="0" signal="activate"/> |
221 | |
222 | <child internal-child="image"> |
223 | <widget class="GtkImage" id="image522"> |
224 | <property name="visible">True</property> |
225 | <property name="stock">gtk-spell-check</property> |
226 | <property name="icon_size">1</property> |
227 | <property name="xalign">0.5</property> |
228 | <property name="yalign">0.5</property> |
229 | <property name="xpad">0</property> |
230 | <property name="ypad">0</property> |
231 | </widget> |
232 | </child> |
233 | </widget> |
234 | </child> |
235 | |
236 | <child> |
237 | <widget class="GtkImageMenuItem" id="solve1"> |
238 | <property name="visible">True</property> |
239 | <property name="label" translatable="yes">Sol_ve</property> |
240 | <property name="use_underline">True</property> |
241 | <signal name="activate" handler="solve_click" last_modification_time="Tue, 24 Jan 2006 02:52:29 GMT"/> |
242 | <accelerator key="F9" modifiers="0" signal="activate"/> |
243 | |
244 | <child internal-child="image"> |
245 | <widget class="GtkImage" id="image523"> |
246 | <property name="visible">True</property> |
247 | <property name="stock">gtk-media-forward</property> |
248 | <property name="icon_size">1</property> |
249 | <property name="xalign">0.5</property> |
250 | <property name="yalign">0.5</property> |
251 | <property name="xpad">0</property> |
252 | <property name="ypad">0</property> |
253 | </widget> |
254 | </child> |
255 | </widget> |
256 | </child> |
257 | |
258 | <child> |
259 | <widget class="GtkImageMenuItem" id="integrate1"> |
260 | <property name="visible">True</property> |
261 | <property name="label" translatable="yes">Integrate...</property> |
262 | <property name="use_underline">True</property> |
263 | <signal name="activate" handler="integrate_click" last_modification_time="Mon, 05 Jun 2006 10:27:25 GMT"/> |
264 | <accelerator key="F9" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
265 | |
266 | <child internal-child="image"> |
267 | <widget class="GtkImage" id="image524"> |
268 | <property name="visible">True</property> |
269 | <property name="pixbuf">integrator-sm.png</property> |
270 | <property name="xalign">0.5</property> |
271 | <property name="yalign">0.5</property> |
272 | <property name="xpad">0</property> |
273 | <property name="ypad">0</property> |
274 | </widget> |
275 | </child> |
276 | </widget> |
277 | </child> |
278 | |
279 | <child> |
280 | <widget class="GtkSeparatorMenuItem" id="separator8"> |
281 | <property name="visible">True</property> |
282 | </widget> |
283 | </child> |
284 | |
285 | <child> |
286 | <widget class="GtkImageMenuItem" id="console1"> |
287 | <property name="visible">True</property> |
288 | <property name="tooltip" translatable="yes">Program ASCEND with Python</property> |
289 | <property name="label" translatable="yes">_Console</property> |
290 | <property name="use_underline">True</property> |
291 | <signal name="activate" handler="console_click" last_modification_time="Thu, 08 Jun 2006 08:35:48 GMT"/> |
292 | <accelerator key="F12" modifiers="0" signal="activate"/> |
293 | |
294 | <child internal-child="image"> |
295 | <widget class="GtkImage" id="image525"> |
296 | <property name="visible">True</property> |
297 | <property name="stock">gtk-connect</property> |
298 | <property name="icon_size">1</property> |
299 | <property name="xalign">0.5</property> |
300 | <property name="yalign">0.5</property> |
301 | <property name="xpad">0</property> |
302 | <property name="ypad">0</property> |
303 | </widget> |
304 | </child> |
305 | </widget> |
306 | </child> |
307 | |
308 | <child> |
309 | <widget class="GtkSeparatorMenuItem" id="separator7"> |
310 | <property name="visible">True</property> |
311 | </widget> |
312 | </child> |
313 | |
314 | <child> |
315 | <widget class="GtkMenuItem" id="find_fixable_variables"> |
316 | <property name="visible">True</property> |
317 | <property name="label" translatable="yes">Show _fixable vars (console)</property> |
318 | <property name="use_underline">True</property> |
319 | <signal name="activate" handler="on_find_fixable_variables_activate" last_modification_time="Fri, 10 Feb 2006 01:48:09 GMT"/> |
320 | <accelerator key="F" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/> |
321 | </widget> |
322 | </child> |
323 | |
324 | <child> |
325 | <widget class="GtkMenuItem" id="show_variables_near_bounds"> |
326 | <property name="visible">True</property> |
327 | <property name="label" translatable="yes">Show variables near _bounds</property> |
328 | <property name="use_underline">True</property> |
329 | <signal name="activate" handler="on_show_variables_near_bounds_activate" last_modification_time="Fri, 24 Feb 2006 04:56:30 GMT"/> |
330 | <accelerator key="B" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
331 | </widget> |
332 | </child> |
333 | |
334 | <child> |
335 | <widget class="GtkImageMenuItem" id="sparsity"> |
336 | <property name="visible">True</property> |
337 | <property name="tooltip" translatable="yes">View the incidence matrix from the solver</property> |
338 | <property name="label" translatable="yes">_Incidence matrix...</property> |
339 | <property name="use_underline">True</property> |
340 | <signal name="activate" handler="on_tools_sparsity_click" last_modification_time="Sun, 29 Jan 2006 07:29:07 GMT"/> |
341 | <accelerator key="I" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/> |
342 | |
343 | <child internal-child="image"> |
344 | <widget class="GtkImage" id="image526"> |
345 | <property name="visible">True</property> |
346 | <property name="pixbuf">incidence.png</property> |
347 | <property name="xalign">0.5</property> |
348 | <property name="yalign">0.5</property> |
349 | <property name="xpad">0</property> |
350 | <property name="ypad">0</property> |
351 | </widget> |
352 | </child> |
353 | </widget> |
354 | </child> |
355 | |
356 | <child> |
357 | <widget class="GtkImageMenuItem" id="diagnose_blocks"> |
358 | <property name="visible">True</property> |
359 | <property name="label" translatable="yes">_Diagnose blocks...</property> |
360 | <property name="use_underline">True</property> |
361 | <signal name="activate" handler="on_diagnose_blocks_click" last_modification_time="Wed, 08 Feb 2006 05:26:31 GMT"/> |
362 | <accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
363 | |
364 | <child internal-child="image"> |
365 | <widget class="GtkImage" id="image527"> |
366 | <property name="visible">True</property> |
367 | <property name="pixbuf">diagnose.png</property> |
368 | <property name="xalign">0.5</property> |
369 | <property name="yalign">0.5</property> |
370 | <property name="xpad">0</property> |
371 | <property name="ypad">0</property> |
372 | </widget> |
373 | </child> |
374 | </widget> |
375 | </child> |
376 | |
377 | <child> |
378 | <widget class="GtkSeparatorMenuItem" id="separator3"> |
379 | <property name="visible">True</property> |
380 | </widget> |
381 | </child> |
382 | |
383 | <child> |
384 | <widget class="GtkImageMenuItem" id="add_observer"> |
385 | <property name="visible">True</property> |
386 | <property name="label" translatable="yes">Add Observer</property> |
387 | <property name="use_underline">True</property> |
388 | <signal name="activate" handler="on_add_observer_click" last_modification_time="Tue, 31 Jan 2006 07:41:27 GMT"/> |
389 | <accelerator key="O" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/> |
390 | |
391 | <child internal-child="image"> |
392 | <widget class="GtkImage" id="image528"> |
393 | <property name="visible">True</property> |
394 | <property name="stock">gtk-add</property> |
395 | <property name="icon_size">1</property> |
396 | <property name="xalign">0.5</property> |
397 | <property name="yalign">0.5</property> |
398 | <property name="xpad">0</property> |
399 | <property name="ypad">0</property> |
400 | </widget> |
401 | </child> |
402 | </widget> |
403 | </child> |
404 | |
405 | <child> |
406 | <widget class="GtkImageMenuItem" id="keep_observed"> |
407 | <property name="visible">True</property> |
408 | <property name="label" translatable="yes">_Keep Observed Values</property> |
409 | <property name="use_underline">True</property> |
410 | <signal name="activate" handler="on_keep_observed_click" last_modification_time="Wed, 01 Feb 2006 03:33:49 GMT"/> |
411 | <accelerator key="K" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
412 | |
413 | <child internal-child="image"> |
414 | <widget class="GtkImage" id="image529"> |
415 | <property name="visible">True</property> |
416 | <property name="stock">gtk-indent</property> |
417 | <property name="icon_size">1</property> |
418 | <property name="xalign">0.5</property> |
419 | <property name="yalign">0.5</property> |
420 | <property name="xpad">0</property> |
421 | <property name="ypad">0</property> |
422 | </widget> |
423 | </child> |
424 | </widget> |
425 | </child> |
426 | |
427 | <child> |
428 | <widget class="GtkSeparatorMenuItem" id="separator4"> |
429 | <property name="visible">True</property> |
430 | </widget> |
431 | </child> |
432 | |
433 | <child> |
434 | <widget class="GtkImageMenuItem" id="preferences"> |
435 | <property name="visible">True</property> |
436 | <property name="label" translatable="yes">Solver _Parameters...</property> |
437 | <property name="use_underline">True</property> |
438 | <signal name="activate" handler="preferences_click" last_modification_time="Tue, 24 Jan 2006 02:52:29 GMT"/> |
439 | <accelerator key="F11" modifiers="0" signal="activate"/> |
440 | |
441 | <child internal-child="image"> |
442 | <widget class="GtkImage" id="image530"> |
443 | <property name="visible">True</property> |
444 | <property name="stock">gtk-preferences</property> |
445 | <property name="icon_size">1</property> |
446 | <property name="xalign">0.5</property> |
447 | <property name="yalign">0.5</property> |
448 | <property name="xpad">0</property> |
449 | <property name="ypad">0</property> |
450 | </widget> |
451 | </child> |
452 | </widget> |
453 | </child> |
454 | |
455 | <child> |
456 | <widget class="GtkCheckMenuItem" id="automenu"> |
457 | <property name="visible">True</property> |
458 | <property name="tooltip" translatable="yes">Solve automatically after values change</property> |
459 | <property name="label" translatable="yes">_Auto-solve</property> |
460 | <property name="use_underline">True</property> |
461 | <property name="active">True</property> |
462 | <signal name="activate" handler="on_tools_auto_toggle" last_modification_time="Sun, 29 Jan 2006 06:55:49 GMT"/> |
463 | <accelerator key="A" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/> |
464 | </widget> |
465 | </child> |
466 | |
467 | <child> |
468 | <widget class="GtkMenuItem" id="solver_monitor"> |
469 | <property name="visible">True</property> |
470 | <property name="label" translatable="yes">Solver _Reporter</property> |
471 | <property name="use_underline">True</property> |
472 | |
473 | <child> |
474 | <widget class="GtkMenu" id="solver_monitor_menu"> |
475 | |
476 | <child> |
477 | <widget class="GtkCheckMenuItem" id="show_solving_popup"> |
478 | <property name="visible">True</property> |
479 | <property name="label" translatable="yes">Show _Pop-up</property> |
480 | <property name="use_underline">True</property> |
481 | <property name="active">True</property> |
482 | <signal name="activate" handler="on_show_solving_popup_toggle" last_modification_time="Thu, 23 Feb 2006 12:40:46 GMT"/> |
483 | </widget> |
484 | </child> |
485 | |
486 | <child> |
487 | <widget class="GtkCheckMenuItem" id="close_on_converged"> |
488 | <property name="visible">True</property> |
489 | <property name="label" translatable="yes">Close Pop-up on _Converged</property> |
490 | <property name="use_underline">True</property> |
491 | <property name="active">False</property> |
492 | <signal name="activate" handler="on_close_on_converged_toggle" last_modification_time="Thu, 23 Feb 2006 12:40:46 GMT"/> |
493 | </widget> |
494 | </child> |
495 | |
496 | <child> |
497 | <widget class="GtkCheckMenuItem" id="close_on_nonconverged"> |
498 | <property name="visible">True</property> |
499 | <property name="label" translatable="yes">Close Pop-up on _Non-converged</property> |
500 | <property name="use_underline">True</property> |
501 | <property name="active">False</property> |
502 | <signal name="activate" handler="on_close_on_nonconverged_toggle" last_modification_time="Thu, 23 Feb 2006 14:12:23 GMT"/> |
503 | </widget> |
504 | </child> |
505 | </widget> |
506 | </child> |
507 | </widget> |
508 | </child> |
509 | </widget> |
510 | </child> |
511 | </widget> |
512 | </child> |
513 | |
514 | <child> |
515 | <widget class="GtkMenuItem" id="help"> |
516 | <property name="visible">True</property> |
517 | <property name="label" translatable="yes">_Help</property> |
518 | <property name="use_underline">True</property> |
519 | |
520 | <child> |
521 | <widget class="GtkMenu" id="help_menu"> |
522 | |
523 | <child> |
524 | <widget class="GtkImageMenuItem" id="contents"> |
525 | <property name="visible">True</property> |
526 | <property name="label" translatable="yes">_Contents</property> |
527 | <property name="use_underline">True</property> |
528 | <signal name="activate" handler="on_help_contents_click" last_modification_time="Sun, 29 Jan 2006 06:36:19 GMT"/> |
529 | |
530 | <child internal-child="image"> |
531 | <widget class="GtkImage" id="image531"> |
532 | <property name="visible">True</property> |
533 | <property name="stock">gtk-help</property> |
534 | <property name="icon_size">1</property> |
535 | <property name="xalign">0.5</property> |
536 | <property name="yalign">0.5</property> |
537 | <property name="xpad">0</property> |
538 | <property name="ypad">0</property> |
539 | </widget> |
540 | </child> |
541 | </widget> |
542 | </child> |
543 | |
544 | <child> |
545 | <widget class="GtkImageMenuItem" id="about"> |
546 | <property name="visible">True</property> |
547 | <property name="label">gtk-about</property> |
548 | <property name="use_stock">True</property> |
549 | <signal name="activate" handler="on_help_about_click" last_modification_time="Sun, 29 Jan 2006 03:56:52 GMT"/> |
550 | </widget> |
551 | </child> |
552 | </widget> |
553 | </child> |
554 | </widget> |
555 | </child> |
556 | </widget> |
557 | <packing> |
558 | <property name="padding">0</property> |
559 | <property name="expand">False</property> |
560 | <property name="fill">False</property> |
561 | </packing> |
562 | </child> |
563 | |
564 | <child> |
565 | <widget class="GtkToolbar" id="toolbar3"> |
566 | <property name="visible">True</property> |
567 | <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> |
568 | <property name="toolbar_style">GTK_TOOLBAR_BOTH</property> |
569 | <property name="tooltips">True</property> |
570 | <property name="show_arrow">True</property> |
571 | |
572 | <child> |
573 | <widget class="GtkToolButton" id="openbutton"> |
574 | <property name="visible">True</property> |
575 | <property name="stock_id">gtk-open</property> |
576 | <property name="visible_horizontal">True</property> |
577 | <property name="visible_vertical">True</property> |
578 | <property name="is_important">False</property> |
579 | <signal name="clicked" handler="on_openbutton_clicked" last_modification_time="Sun, 04 Dec 2005 05:48:03 GMT"/> |
580 | </widget> |
581 | <packing> |
582 | <property name="expand">False</property> |
583 | <property name="homogeneous">True</property> |
584 | </packing> |
585 | </child> |
586 | |
587 | <child> |
588 | <widget class="GtkToolButton" id="reloadbutton"> |
589 | <property name="visible">True</property> |
590 | <property name="label" translatable="yes">Re_load</property> |
591 | <property name="use_underline">True</property> |
592 | <property name="stock_id">gtk-refresh</property> |
593 | <property name="visible_horizontal">True</property> |
594 | <property name="visible_vertical">True</property> |
595 | <property name="is_important">False</property> |
596 | <signal name="clicked" handler="on_toolbutton11_clicked" last_modification_time="Sun, 04 Dec 2005 05:38:03 GMT"/> |
597 | </widget> |
598 | <packing> |
599 | <property name="expand">False</property> |
600 | <property name="homogeneous">True</property> |
601 | </packing> |
602 | </child> |
603 | |
604 | <child> |
605 | <widget class="GtkSeparatorToolItem" id="separatortoolitem4"> |
606 | <property name="visible">True</property> |
607 | <property name="draw">True</property> |
608 | <property name="visible_horizontal">True</property> |
609 | <property name="visible_vertical">True</property> |
610 | </widget> |
611 | <packing> |
612 | <property name="expand">False</property> |
613 | <property name="homogeneous">False</property> |
614 | </packing> |
615 | </child> |
616 | |
617 | <child> |
618 | <widget class="GtkToolButton" id="checkbutton"> |
619 | <property name="visible">True</property> |
620 | <property name="label" translatable="yes">_Check</property> |
621 | <property name="use_underline">True</property> |
622 | <property name="stock_id">gtk-spell-check</property> |
623 | <property name="visible_horizontal">True</property> |
624 | <property name="visible_vertical">True</property> |
625 | <property name="is_important">False</property> |
626 | <signal name="clicked" handler="on_checkbutton_clicked" last_modification_time="Thu, 17 Nov 2005 08:17:40 GMT"/> |
627 | </widget> |
628 | <packing> |
629 | <property name="expand">False</property> |
630 | <property name="homogeneous">True</property> |
631 | </packing> |
632 | </child> |
633 | |
634 | <child> |
635 | <widget class="GtkToolButton" id="solvebutton"> |
636 | <property name="visible">True</property> |
637 | <property name="label" translatable="yes">_Solve</property> |
638 | <property name="use_underline">True</property> |
639 | <property name="stock_id">gtk-media-play</property> |
640 | <property name="visible_horizontal">True</property> |
641 | <property name="visible_vertical">True</property> |
642 | <property name="is_important">False</property> |
643 | <signal name="clicked" handler="on_solvebutton_clicked" last_modification_time="Thu, 17 Nov 2005 08:17:30 GMT"/> |
644 | </widget> |
645 | <packing> |
646 | <property name="expand">False</property> |
647 | <property name="homogeneous">True</property> |
648 | </packing> |
649 | </child> |
650 | |
651 | <child> |
652 | <widget class="GtkToolButton" id="integratebutton"> |
653 | <property name="visible">True</property> |
654 | <property name="label" translatable="yes">_Integ</property> |
655 | <property name="use_underline">True</property> |
656 | <property name="icon">integrator-sm.png</property> |
657 | <property name="visible_horizontal">True</property> |
658 | <property name="visible_vertical">True</property> |
659 | <property name="is_important">False</property> |
660 | <signal name="clicked" handler="on_integratebutton_clicked" last_modification_time="Mon, 05 Jun 2006 10:36:42 GMT"/> |
661 | </widget> |
662 | <packing> |
663 | <property name="expand">False</property> |
664 | <property name="homogeneous">True</property> |
665 | </packing> |
666 | </child> |
667 | |
668 | <child> |
669 | <widget class="GtkSeparatorToolItem" id="separatortoolitem5"> |
670 | <property name="visible">True</property> |
671 | <property name="draw">True</property> |
672 | <property name="visible_horizontal">True</property> |
673 | <property name="visible_vertical">True</property> |
674 | </widget> |
675 | <packing> |
676 | <property name="expand">False</property> |
677 | <property name="homogeneous">False</property> |
678 | </packing> |
679 | </child> |
680 | |
681 | <child> |
682 | <widget class="GtkToggleToolButton" id="autotoggle"> |
683 | <property name="visible">True</property> |
684 | <property name="label" translatable="yes">_Auto</property> |
685 | <property name="use_underline">True</property> |
686 | <property name="stock_id">gtk-execute</property> |
687 | <property name="visible_horizontal">True</property> |
688 | <property name="visible_vertical">True</property> |
689 | <property name="is_important">False</property> |
690 | <property name="active">True</property> |
691 | <signal name="toggled" handler="on_toggletoolbutton1_toggled" last_modification_time="Thu, 17 Nov 2005 09:12:04 GMT"/> |
692 | </widget> |
693 | <packing> |
694 | <property name="expand">False</property> |
695 | <property name="homogeneous">True</property> |
696 | </packing> |
697 | </child> |
698 | |
699 | <child> |
700 | <widget class="GtkSeparatorToolItem" id="separatortoolitem3"> |
701 | <property name="visible">True</property> |
702 | <property name="draw">True</property> |
703 | <property name="visible_horizontal">True</property> |
704 | <property name="visible_vertical">True</property> |
705 | </widget> |
706 | <packing> |
707 | <property name="expand">False</property> |
708 | <property name="homogeneous">False</property> |
709 | </packing> |
710 | </child> |
711 | |
712 | <child> |
713 | <widget class="GtkToolItem" id="toolitem3"> |
714 | <property name="visible">True</property> |
715 | <property name="visible_horizontal">True</property> |
716 | <property name="visible_vertical">True</property> |
717 | <property name="is_important">False</property> |
718 | |
719 | <child> |
720 | <widget class="GtkFrame" id="frame1"> |
721 | <property name="visible">True</property> |
722 | <property name="label_xalign">0</property> |
723 | <property name="label_yalign">0.5</property> |
724 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
725 | |
726 | <child> |
727 | <widget class="GtkAlignment" id="alignment1"> |
728 | <property name="visible">True</property> |
729 | <property name="xalign">0.5</property> |
730 | <property name="yalign">0.5</property> |
731 | <property name="xscale">1</property> |
732 | <property name="yscale">1</property> |
733 | <property name="top_padding">0</property> |
734 | <property name="bottom_padding">0</property> |
735 | <property name="left_padding">0</property> |
736 | <property name="right_padding">0</property> |
737 | |
738 | <child> |
739 | <widget class="GtkHBox" id="hbox3"> |
740 | <property name="visible">True</property> |
741 | <property name="homogeneous">False</property> |
742 | <property name="spacing">0</property> |
743 | |
744 | <child> |
745 | <widget class="GtkComboBox" id="methodsel"> |
746 | <property name="visible">True</property> |
747 | <property name="add_tearoffs">False</property> |
748 | <property name="focus_on_click">True</property> |
749 | </widget> |
750 | <packing> |
751 | <property name="padding">0</property> |
752 | <property name="expand">True</property> |
753 | <property name="fill">True</property> |
754 | </packing> |
755 | </child> |
756 | |
757 | <child> |
758 | <widget class="GtkButton" id="methodrunbutton"> |
759 | <property name="visible">True</property> |
760 | <property name="can_focus">True</property> |
761 | <property name="label" translatable="yes">_Run</property> |
762 | <property name="use_underline">True</property> |
763 | <property name="relief">GTK_RELIEF_NORMAL</property> |
764 | <property name="focus_on_click">True</property> |
765 | </widget> |
766 | <packing> |
767 | <property name="padding">4</property> |
768 | <property name="expand">False</property> |
769 | <property name="fill">False</property> |
770 | </packing> |
771 | </child> |
772 | </widget> |
773 | </child> |
774 | </widget> |
775 | </child> |
776 | |
777 | <child> |
778 | <widget class="GtkLabel" id="label8"> |
779 | <property name="visible">True</property> |
780 | <property name="label" translatable="yes">Methods</property> |
781 | <property name="use_underline">False</property> |
782 | <property name="use_markup">True</property> |
783 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
784 | <property name="wrap">False</property> |
785 | <property name="selectable">False</property> |
786 | <property name="xalign">0.5</property> |
787 | <property name="yalign">0.5</property> |
788 | <property name="xpad">0</property> |
789 | <property name="ypad">3</property> |
790 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
791 | <property name="width_chars">-1</property> |
792 | <property name="single_line_mode">False</property> |
793 | <property name="angle">0</property> |
794 | </widget> |
795 | <packing> |
796 | <property name="type">label_item</property> |
797 | </packing> |
798 | </child> |
799 | </widget> |
800 | </child> |
801 | </widget> |
802 | <packing> |
803 | <property name="expand">False</property> |
804 | <property name="homogeneous">False</property> |
805 | </packing> |
806 | </child> |
807 | </widget> |
808 | <packing> |
809 | <property name="padding">0</property> |
810 | <property name="expand">False</property> |
811 | <property name="fill">False</property> |
812 | </packing> |
813 | </child> |
814 | |
815 | <child> |
816 | <widget class="GtkVPaned" id="browserpaned"> |
817 | <property name="height_request">320</property> |
818 | <property name="visible">True</property> |
819 | <property name="can_focus">True</property> |
820 | <property name="position">421</property> |
821 | |
822 | <child> |
823 | <widget class="GtkScrolledWindow" id="scrolledwindow11"> |
824 | <property name="height_request">400</property> |
825 | <property name="visible">True</property> |
826 | <property name="can_focus">True</property> |
827 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
828 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
829 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
830 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
831 | |
832 | <child> |
833 | <widget class="GtkViewport" id="viewport2"> |
834 | <property name="visible">True</property> |
835 | <property name="shadow_type">GTK_SHADOW_IN</property> |
836 | |
837 | <child> |
838 | <widget class="GtkNotebook" id="maintabs"> |
839 | <property name="visible">True</property> |
840 | <property name="can_focus">True</property> |
841 | <property name="show_tabs">True</property> |
842 | <property name="show_border">True</property> |
843 | <property name="tab_pos">GTK_POS_TOP</property> |
844 | <property name="scrollable">False</property> |
845 | <property name="enable_popup">False</property> |
846 | |
847 | <child> |
848 | <widget class="GtkScrolledWindow" id="scrolledwindow12"> |
849 | <property name="visible">True</property> |
850 | <property name="can_focus">True</property> |
851 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
852 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
853 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
854 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
855 | |
856 | <child> |
857 | <widget class="GtkTreeView" id="moduleview"> |
858 | <property name="visible">True</property> |
859 | <property name="can_focus">True</property> |
860 | <property name="headers_visible">True</property> |
861 | <property name="rules_hint">False</property> |
862 | <property name="reorderable">False</property> |
863 | <property name="enable_search">True</property> |
864 | <property name="fixed_height_mode">False</property> |
865 | <property name="hover_selection">False</property> |
866 | <property name="hover_expand">False</property> |
867 | <signal name="row_activated" handler="on_moduleview_row_activated" last_modification_time="Sun, 04 Dec 2005 13:02:19 GMT"/> |
868 | </widget> |
869 | </child> |
870 | </widget> |
871 | <packing> |
872 | <property name="tab_expand">False</property> |
873 | <property name="tab_fill">True</property> |
874 | </packing> |
875 | </child> |
876 | |
877 | <child> |
878 | <widget class="GtkLabel" id="moduletab"> |
879 | <property name="visible">True</property> |
880 | <property name="label" translatable="yes">Modules</property> |
881 | <property name="use_underline">False</property> |
882 | <property name="use_markup">False</property> |
883 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
884 | <property name="wrap">False</property> |
885 | <property name="selectable">False</property> |
886 | <property name="xalign">0.5</property> |
887 | <property name="yalign">0.5</property> |
888 | <property name="xpad">0</property> |
889 | <property name="ypad">0</property> |
890 | <property name="mnemonic_widget">moduleview</property> |
891 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
892 | <property name="width_chars">-1</property> |
893 | <property name="single_line_mode">False</property> |
894 | <property name="angle">0</property> |
895 | </widget> |
896 | <packing> |
897 | <property name="type">tab</property> |
898 | </packing> |
899 | </child> |
900 | |
901 | <child> |
902 | <widget class="GtkScrolledWindow" id="scrolledwindow13"> |
903 | <property name="visible">True</property> |
904 | <property name="can_focus">True</property> |
905 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
906 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
907 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
908 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
909 | |
910 | <child> |
911 | <widget class="GtkTreeView" id="browserview"> |
912 | <property name="visible">True</property> |
913 | <property name="can_focus">True</property> |
914 | <property name="has_focus">True</property> |
915 | <property name="headers_visible">True</property> |
916 | <property name="rules_hint">False</property> |
917 | <property name="reorderable">False</property> |
918 | <property name="enable_search">True</property> |
919 | <property name="fixed_height_mode">False</property> |
920 | <property name="hover_selection">False</property> |
921 | <property name="hover_expand">False</property> |
922 | <signal name="key_press_event" handler="on_browserview_key_press_event" last_modification_time="Thu, 17 Nov 2005 15:57:18 GMT"/> |
923 | </widget> |
924 | </child> |
925 | </widget> |
926 | <packing> |
927 | <property name="tab_expand">False</property> |
928 | <property name="tab_fill">True</property> |
929 | </packing> |
930 | </child> |
931 | |
932 | <child> |
933 | <widget class="GtkLabel" id="label10"> |
934 | <property name="visible">True</property> |
935 | <property name="label" translatable="yes">Simulation </property> |
936 | <property name="use_underline">False</property> |
937 | <property name="use_markup">False</property> |
938 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
939 | <property name="wrap">False</property> |
940 | <property name="selectable">False</property> |
941 | <property name="xalign">0.5</property> |
942 | <property name="yalign">0.5</property> |
943 | <property name="xpad">0</property> |
944 | <property name="ypad">0</property> |
945 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
946 | <property name="width_chars">-1</property> |
947 | <property name="single_line_mode">False</property> |
948 | <property name="angle">0</property> |
949 | </widget> |
950 | <packing> |
951 | <property name="type">tab</property> |
952 | </packing> |
953 | </child> |
954 | </widget> |
955 | </child> |
956 | </widget> |
957 | </child> |
958 | </widget> |
959 | <packing> |
960 | <property name="shrink">True</property> |
961 | <property name="resize">False</property> |
962 | </packing> |
963 | </child> |
964 | |
965 | <child> |
966 | <widget class="GtkNotebook" id="notebook4"> |
967 | <property name="visible">True</property> |
968 | <property name="can_focus">True</property> |
969 | <property name="show_tabs">True</property> |
970 | <property name="show_border">True</property> |
971 | <property name="tab_pos">GTK_POS_TOP</property> |
972 | <property name="scrollable">False</property> |
973 | <property name="enable_popup">False</property> |
974 | |
975 | <child> |
976 | <widget class="GtkScrolledWindow" id="scrolledwindow10"> |
977 | <property name="visible">True</property> |
978 | <property name="can_focus">True</property> |
979 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
980 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
981 | <property name="shadow_type">GTK_SHADOW_IN</property> |
982 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
983 | |
984 | <child> |
985 | <widget class="GtkTreeView" id="errorview"> |
986 | <property name="height_request">202</property> |
987 | <property name="visible">True</property> |
988 | <property name="can_focus">True</property> |
989 | <property name="headers_visible">True</property> |
990 | <property name="rules_hint">False</property> |
991 | <property name="reorderable">False</property> |
992 | <property name="enable_search">True</property> |
993 | <property name="fixed_height_mode">False</property> |
994 | <property name="hover_selection">False</property> |
995 | <property name="hover_expand">False</property> |
996 | </widget> |
997 | </child> |
998 | </widget> |
999 | <packing> |
1000 | <property name="tab_expand">False</property> |
1001 | <property name="tab_fill">True</property> |
1002 | </packing> |
1003 | </child> |
1004 | |
1005 | <child> |
1006 | <widget class="GtkLabel" id="errortab"> |
1007 | <property name="visible">True</property> |
1008 | <property name="label" translatable="yes">Errors / Warnings</property> |
1009 | <property name="use_underline">False</property> |
1010 | <property name="use_markup">False</property> |
1011 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1012 | <property name="wrap">False</property> |
1013 | <property name="selectable">False</property> |
1014 | <property name="xalign">0.5</property> |
1015 | <property name="yalign">0.5</property> |
1016 | <property name="xpad">0</property> |
1017 | <property name="ypad">0</property> |
1018 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1019 | <property name="width_chars">-1</property> |
1020 | <property name="single_line_mode">False</property> |
1021 | <property name="angle">0</property> |
1022 | </widget> |
1023 | <packing> |
1024 | <property name="type">tab</property> |
1025 | </packing> |
1026 | </child> |
1027 | </widget> |
1028 | <packing> |
1029 | <property name="shrink">True</property> |
1030 | <property name="resize">True</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 | </packing> |
1039 | </child> |
1040 | |
1041 | <child> |
1042 | <widget class="GtkStatusbar" id="statusbar"> |
1043 | <property name="visible">True</property> |
1044 | <property name="has_resize_grip">True</property> |
1045 | </widget> |
1046 | <packing> |
1047 | <property name="padding">0</property> |
1048 | <property name="expand">False</property> |
1049 | <property name="fill">False</property> |
1050 | </packing> |
1051 | </child> |
1052 | </widget> |
1053 | </child> |
1054 | </widget> |
1055 | |
1056 | <widget class="GtkMenu" id="browsercontext"> |
1057 | |
1058 | <child> |
1059 | <widget class="GtkImageMenuItem" id="fix1"> |
1060 | <property name="visible">True</property> |
1061 | <property name="tooltip" translatable="yes">Make this a 'fixed' variable\n in the simulation</property> |
1062 | <property name="label" translatable="yes">_Fix</property> |
1063 | <property name="use_underline">True</property> |
1064 | <signal name="activate" handler="on_fix1_activate" last_modification_time="Thu, 17 Nov 2005 12:34:26 GMT"/> |
1065 | <accelerator key="f" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
1066 | |
1067 | <child internal-child="image"> |
1068 | <widget class="GtkImage" id="image11"> |
1069 | <property name="visible">True</property> |
1070 | <property name="stock">gtk-yes</property> |
1071 | <property name="icon_size">1</property> |
1072 | <property name="xalign">0.5</property> |
1073 | <property name="yalign">0.5</property> |
1074 | <property name="xpad">0</property> |
1075 | <property name="ypad">0</property> |
1076 | </widget> |
1077 | </child> |
1078 | </widget> |
1079 | </child> |
1080 | |
1081 | <child> |
1082 | <widget class="GtkImageMenuItem" id="free1"> |
1083 | <property name="visible">True</property> |
1084 | <property name="tooltip" translatable="yes">Allow this variable to be varied\nwhen solving the system</property> |
1085 | <property name="label" translatable="yes">F_ree</property> |
1086 | <property name="use_underline">True</property> |
1087 | <signal name="activate" handler="on_free1_activate" last_modification_time="Thu, 17 Nov 2005 12:34:26 GMT"/> |
1088 | <accelerator key="r" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
1089 | |
1090 | <child internal-child="image"> |
1091 | <widget class="GtkImage" id="image12"> |
1092 | <property name="visible">True</property> |
1093 | <property name="stock">gtk-no</property> |
1094 | <property name="icon_size">1</property> |
1095 | <property name="xalign">0.5</property> |
1096 | <property name="yalign">0.5</property> |
1097 | <property name="xpad">0</property> |
1098 | <property name="ypad">0</property> |
1099 | </widget> |
1100 | </child> |
1101 | </widget> |
1102 | </child> |
1103 | |
1104 | <child> |
1105 | <widget class="GtkSeparatorMenuItem" id="separator2"> |
1106 | <property name="visible">True</property> |
1107 | </widget> |
1108 | </child> |
1109 | |
1110 | <child> |
1111 | <widget class="GtkMenuItem" id="plot1"> |
1112 | <property name="visible">True</property> |
1113 | <property name="label" translatable="yes">_Plot</property> |
1114 | <property name="use_underline">True</property> |
1115 | <signal name="activate" handler="on_plot1_activate" last_modification_time="Fri, 06 Jan 2006 09:36:45 GMT"/> |
1116 | <accelerator key="p" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
1117 | </widget> |
1118 | </child> |
1119 | </widget> |
1120 | |
1121 | <widget class="GtkWindow" id="paramswin_old"> |
1122 | <property name="visible">True</property> |
1123 | <property name="has_default">True</property> |
1124 | <property name="title" translatable="yes">Solver Parameters</property> |
1125 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
1126 | <property name="window_position">GTK_WIN_POS_NONE</property> |
1127 | <property name="modal">False</property> |
1128 | <property name="default_width">700</property> |
1129 | <property name="default_height">600</property> |
1130 | <property name="resizable">True</property> |
1131 | <property name="destroy_with_parent">False</property> |
1132 | <property name="icon_name">gtk-properties</property> |
1133 | <property name="decorated">True</property> |
1134 | <property name="skip_taskbar_hint">False</property> |
1135 | <property name="skip_pager_hint">False</property> |
1136 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
1137 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
1138 | <property name="focus_on_map">True</property> |
1139 | <signal name="destroy" handler="on_paramswin_destroy" last_modification_time="Fri, 27 Jan 2006 05:15:10 GMT"/> |
1140 | |
1141 | <child> |
1142 | <widget class="GtkVBox" id="vbox6"> |
1143 | <property name="visible">True</property> |
1144 | <property name="homogeneous">False</property> |
1145 | <property name="spacing">0</property> |
1146 | |
1147 | <child> |
1148 | <widget class="GtkHBox" id="hbox6"> |
1149 | <property name="visible">True</property> |
1150 | <property name="homogeneous">False</property> |
1151 | <property name="spacing">0</property> |
1152 | |
1153 | <child> |
1154 | <widget class="GtkLabel" id="label11"> |
1155 | <property name="visible">True</property> |
1156 | <property name="label" translatable="yes"><b>Current solver:</b> </property> |
1157 | <property name="use_underline">False</property> |
1158 | <property name="use_markup">True</property> |
1159 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1160 | <property name="wrap">False</property> |
1161 | <property name="selectable">False</property> |
1162 | <property name="xalign">0.5</property> |
1163 | <property name="yalign">0.5</property> |
1164 | <property name="xpad">0</property> |
1165 | <property name="ypad">0</property> |
1166 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1167 | <property name="width_chars">-1</property> |
1168 | <property name="single_line_mode">False</property> |
1169 | <property name="angle">0</property> |
1170 | </widget> |
1171 | <packing> |
1172 | <property name="padding">0</property> |
1173 | <property name="expand">False</property> |
1174 | <property name="fill">False</property> |
1175 | </packing> |
1176 | </child> |
1177 | |
1178 | <child> |
1179 | <widget class="GtkLabel" id="solvername"> |
1180 | <property name="visible">True</property> |
1181 | <property name="label" translatable="yes">solvername </property> |
1182 | <property name="use_underline">False</property> |
1183 | <property name="use_markup">False</property> |
1184 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1185 | <property name="wrap">False</property> |
1186 | <property name="selectable">False</property> |
1187 | <property name="xalign">0.5</property> |
1188 | <property name="yalign">0.5</property> |
1189 | <property name="xpad">0</property> |
1190 | <property name="ypad">0</property> |
1191 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1192 | <property name="width_chars">-1</property> |
1193 | <property name="single_line_mode">False</property> |
1194 | <property name="angle">0</property> |
1195 | </widget> |
1196 | <packing> |
1197 | <property name="padding">0</property> |
1198 | <property name="expand">False</property> |
1199 | <property name="fill">False</property> |
1200 | </packing> |
1201 | </child> |
1202 | </widget> |
1203 | <packing> |
1204 | <property name="padding">14</property> |
1205 | <property name="expand">False</property> |
1206 | <property name="fill">True</property> |
1207 | </packing> |
1208 | </child> |
1209 | |
1210 | <child> |
1211 | <widget class="GtkScrolledWindow" id="scrolledwindow14"> |
1212 | <property name="visible">True</property> |
1213 | <property name="can_focus">True</property> |
1214 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
1215 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
1216 | <property name="shadow_type">GTK_SHADOW_IN</property> |
1217 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
1218 | |
1219 | <child> |
1220 | <widget class="GtkViewport" id="viewport3"> |
1221 | <property name="visible">True</property> |
1222 | <property name="shadow_type">GTK_SHADOW_IN</property> |
1223 | |
1224 | <child> |
1225 | <widget class="GtkTreeView" id="paramsview"> |
1226 | <property name="visible">True</property> |
1227 | <property name="can_focus">True</property> |
1228 | <property name="headers_visible">True</property> |
1229 | <property name="rules_hint">False</property> |
1230 | <property name="reorderable">False</property> |
1231 | <property name="enable_search">True</property> |
1232 | <property name="fixed_height_mode">False</property> |
1233 | <property name="hover_selection">False</property> |
1234 | <property name="hover_expand">False</property> |
1235 | <signal name="row_activated" handler="on_paramsview_row_activated" last_modification_time="Fri, 27 Jan 2006 05:56:55 GMT"/> |
1236 | <signal name="select_cursor_row" handler="on_paramsview_select_cursor_row" last_modification_time="Fri, 27 Jan 2006 07:21:36 GMT"/> |
1237 | <signal name="button_press_event" handler="on_paramsview_button_press_event" last_modification_time="Sat, 28 Jan 2006 01:46:18 GMT"/> |
1238 | <signal name="cursor_changed" handler="on_paramsview_cursor_changed" last_modification_time="Sat, 28 Jan 2006 03:40:50 GMT"/> |
1239 | </widget> |
1240 | </child> |
1241 | </widget> |
1242 | </child> |
1243 | </widget> |
1244 | <packing> |
1245 | <property name="padding">0</property> |
1246 | <property name="expand">True</property> |
1247 | <property name="fill">True</property> |
1248 | </packing> |
1249 | </child> |
1250 | |
1251 | <child> |
1252 | <widget class="GtkHBox" id="hbox4"> |
1253 | <property name="visible">True</property> |
1254 | <property name="homogeneous">False</property> |
1255 | <property name="spacing">8</property> |
1256 | </widget> |
1257 | <packing> |
1258 | <property name="padding">0</property> |
1259 | <property name="expand">False</property> |
1260 | <property name="fill">True</property> |
1261 | </packing> |
1262 | </child> |
1263 | |
1264 | <child> |
1265 | <widget class="GtkFrame" id="frame2"> |
1266 | <property name="visible">True</property> |
1267 | <property name="label_xalign">0</property> |
1268 | <property name="label_yalign">0.5</property> |
1269 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
1270 | |
1271 | <child> |
1272 | <widget class="GtkAlignment" id="alignment2"> |
1273 | <property name="visible">True</property> |
1274 | <property name="xalign">0.5</property> |
1275 | <property name="yalign">0.5</property> |
1276 | <property name="xscale">1</property> |
1277 | <property name="yscale">1</property> |
1278 | <property name="top_padding">0</property> |
1279 | <property name="bottom_padding">0</property> |
1280 | <property name="left_padding">12</property> |
1281 | <property name="right_padding">0</property> |
1282 | |
1283 | <child> |
1284 | <widget class="GtkLabel" id="paramdescription"> |
1285 | <property name="visible">True</property> |
1286 | <property name="label" translatable="yes">To edit a paramer, select the row you want then click the 'value' column.</property> |
1287 | <property name="use_underline">False</property> |
1288 | <property name="use_markup">False</property> |
1289 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1290 | <property name="wrap">False</property> |
1291 | <property name="selectable">False</property> |
1292 | <property name="xalign">0</property> |
1293 | <property name="yalign">0.5</property> |
1294 | <property name="xpad">10</property> |
1295 | <property name="ypad">10</property> |
1296 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1297 | <property name="width_chars">-1</property> |
1298 | <property name="single_line_mode">False</property> |
1299 | <property name="angle">0</property> |
1300 | </widget> |
1301 | </child> |
1302 | </widget> |
1303 | </child> |
1304 | |
1305 | <child> |
1306 | <widget class="GtkLabel" id="label13"> |
1307 | <property name="visible">True</property> |
1308 | <property name="label" translatable="yes">Parameter info</property> |
1309 | <property name="use_underline">False</property> |
1310 | <property name="use_markup">True</property> |
1311 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1312 | <property name="wrap">False</property> |
1313 | <property name="selectable">False</property> |
1314 | <property name="xalign">0.5</property> |
1315 | <property name="yalign">0.5</property> |
1316 | <property name="xpad">0</property> |
1317 | <property name="ypad">0</property> |
1318 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1319 | <property name="width_chars">-1</property> |
1320 | <property name="single_line_mode">False</property> |
1321 | <property name="angle">0</property> |
1322 | </widget> |
1323 | <packing> |
1324 | <property name="type">label_item</property> |
1325 | </packing> |
1326 | </child> |
1327 | </widget> |
1328 | <packing> |
1329 | <property name="padding">8</property> |
1330 | <property name="expand">False</property> |
1331 | <property name="fill">False</property> |
1332 | </packing> |
1333 | </child> |
1334 | |
1335 | <child> |
1336 | <widget class="GtkHBox" id="hbox5"> |
1337 | <property name="visible">True</property> |
1338 | <property name="homogeneous">True</property> |
1339 | <property name="spacing">8</property> |
1340 | |
1341 | <child> |
1342 | <widget class="GtkButton" id="paramsapply"> |
1343 | <property name="visible">True</property> |
1344 | <property name="can_focus">True</property> |
1345 | <property name="label">gtk-apply</property> |
1346 | <property name="use_stock">True</property> |
1347 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1348 | <property name="focus_on_click">True</property> |
1349 | <signal name="clicked" handler="on_paramsapply_clicked" last_modification_time="Sat, 28 Jan 2006 04:38:49 GMT"/> |
1350 | </widget> |
1351 | <packing> |
1352 | <property name="padding">0</property> |
1353 | <property name="expand">False</property> |
1354 | <property name="fill">False</property> |
1355 | <property name="pack_type">GTK_PACK_END</property> |
1356 | </packing> |
1357 | </child> |
1358 | |
1359 | <child> |
1360 | <widget class="GtkButton" id="paramscancel"> |
1361 | <property name="visible">True</property> |
1362 | <property name="can_focus">True</property> |
1363 | <property name="label">gtk-cancel</property> |
1364 | <property name="use_stock">True</property> |
1365 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1366 | <property name="focus_on_click">True</property> |
1367 | <signal name="clicked" handler="on_paramscancel_clicked" last_modification_time="Sat, 28 Jan 2006 04:38:40 GMT"/> |
1368 | </widget> |
1369 | <packing> |
1370 | <property name="padding">0</property> |
1371 | <property name="expand">False</property> |
1372 | <property name="fill">False</property> |
1373 | <property name="pack_type">GTK_PACK_END</property> |
1374 | </packing> |
1375 | </child> |
1376 | </widget> |
1377 | <packing> |
1378 | <property name="padding">0</property> |
1379 | <property name="expand">False</property> |
1380 | <property name="fill">False</property> |
1381 | </packing> |
1382 | </child> |
1383 | </widget> |
1384 | </child> |
1385 | </widget> |
1386 | |
1387 | <widget class="GtkDialog" id="boundsdialog"> |
1388 | <property name="visible">True</property> |
1389 | <property name="title" translatable="yes">Out of bounds</property> |
1390 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
1391 | <property name="window_position">GTK_WIN_POS_NONE</property> |
1392 | <property name="modal">False</property> |
1393 | <property name="resizable">True</property> |
1394 | <property name="destroy_with_parent">False</property> |
1395 | <property name="decorated">True</property> |
1396 | <property name="skip_taskbar_hint">False</property> |
1397 | <property name="skip_pager_hint">False</property> |
1398 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
1399 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
1400 | <property name="focus_on_map">True</property> |
1401 | <property name="has_separator">True</property> |
1402 | |
1403 | <child internal-child="vbox"> |
1404 | <widget class="GtkVBox" id="dialog-vbox1"> |
1405 | <property name="visible">True</property> |
1406 | <property name="homogeneous">False</property> |
1407 | <property name="spacing">0</property> |
1408 | |
1409 | <child internal-child="action_area"> |
1410 | <widget class="GtkHButtonBox" id="dialog-action_area1"> |
1411 | <property name="visible">True</property> |
1412 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
1413 | |
1414 | <child> |
1415 | <widget class="GtkButton" id="okbutton1"> |
1416 | <property name="visible">True</property> |
1417 | <property name="can_default">True</property> |
1418 | <property name="can_focus">True</property> |
1419 | <property name="label">gtk-ok</property> |
1420 | <property name="use_stock">True</property> |
1421 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1422 | <property name="focus_on_click">True</property> |
1423 | <property name="response_id">-5</property> |
1424 | </widget> |
1425 | </child> |
1426 | </widget> |
1427 | <packing> |
1428 | <property name="padding">0</property> |
1429 | <property name="expand">False</property> |
1430 | <property name="fill">True</property> |
1431 | <property name="pack_type">GTK_PACK_END</property> |
1432 | </packing> |
1433 | </child> |
1434 | |
1435 | <child> |
1436 | <widget class="GtkLabel" id="msg"> |
1437 | <property name="visible">True</property> |
1438 | <property name="label" translatable="yes">Please enter a value that lies within the |
1439 | upper and lower bounds displayed.</property> |
1440 | <property name="use_underline">False</property> |
1441 | <property name="use_markup">True</property> |
1442 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1443 | <property name="wrap">False</property> |
1444 | <property name="selectable">False</property> |
1445 | <property name="xalign">0</property> |
1446 | <property name="yalign">0.5</property> |
1447 | <property name="xpad">8</property> |
1448 | <property name="ypad">8</property> |
1449 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1450 | <property name="width_chars">-1</property> |
1451 | <property name="single_line_mode">False</property> |
1452 | <property name="angle">0</property> |
1453 | </widget> |
1454 | <packing> |
1455 | <property name="padding">0</property> |
1456 | <property name="expand">False</property> |
1457 | <property name="fill">False</property> |
1458 | </packing> |
1459 | </child> |
1460 | </widget> |
1461 | </child> |
1462 | </widget> |
1463 | |
1464 | <widget class="GtkMenu" id="menu8"> |
1465 | |
1466 | <child> |
1467 | <widget class="GtkImageMenuItem" id="copy2"> |
1468 | <property name="visible">True</property> |
1469 | <property name="label" translatable="yes">Copy</property> |
1470 | <property name="use_underline">True</property> |
1471 | <signal name="activate" handler="on_copy2_activate" last_modification_time="Sun, 13 Nov 2005 07:45:55 GMT"/> |
1472 | |
1473 | <child internal-child="image"> |
1474 | <widget class="GtkImage" id="image6"> |
1475 | <property name="visible">True</property> |
1476 | <property name="stock">gtk-copy</property> |
1477 | <property name="icon_size">1</property> |
1478 | <property name="xalign">0.5</property> |
1479 | <property name="yalign">0.5</property> |
1480 | <property name="xpad">0</property> |
1481 | <property name="ypad">0</property> |
1482 | </widget> |
1483 | </child> |
1484 | </widget> |
1485 | </child> |
1486 | |
1487 | <child> |
1488 | <widget class="GtkImageMenuItem" id="clear_all1"> |
1489 | <property name="visible">True</property> |
1490 | <property name="label" translatable="yes">Clear all</property> |
1491 | <property name="use_underline">True</property> |
1492 | <signal name="activate" handler="on_clear_all1_activate" last_modification_time="Sun, 13 Nov 2005 07:45:55 GMT"/> |
1493 | |
1494 | <child internal-child="image"> |
1495 | <widget class="GtkImage" id="image7"> |
1496 | <property name="visible">True</property> |
1497 | <property name="stock">gtk-clear</property> |
1498 | <property name="icon_size">1</property> |
1499 | <property name="xalign">0.5</property> |
1500 | <property name="yalign">0.5</property> |
1501 | <property name="xpad">0</property> |
1502 | <property name="ypad">0</property> |
1503 | </widget> |
1504 | </child> |
1505 | </widget> |
1506 | </child> |
1507 | </widget> |
1508 | |
1509 | <widget class="GtkWindow" id="observerwin"> |
1510 | <property name="visible">True</property> |
1511 | <property name="title" translatable="yes">window1</property> |
1512 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
1513 | <property name="window_position">GTK_WIN_POS_NONE</property> |
1514 | <property name="modal">False</property> |
1515 | <property name="default_width">600</property> |
1516 | <property name="default_height">400</property> |
1517 | <property name="resizable">True</property> |
1518 | <property name="destroy_with_parent">False</property> |
1519 | <property name="decorated">True</property> |
1520 | <property name="skip_taskbar_hint">False</property> |
1521 | <property name="skip_pager_hint">False</property> |
1522 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
1523 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
1524 | <property name="focus_on_map">True</property> |
1525 | |
1526 | <child> |
1527 | <widget class="GtkVBox" id="observervbox"> |
1528 | <property name="visible">True</property> |
1529 | <property name="homogeneous">False</property> |
1530 | <property name="spacing">0</property> |
1531 | |
1532 | <child> |
1533 | <widget class="GtkToolbar" id="toolbar4"> |
1534 | <property name="visible">True</property> |
1535 | <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> |
1536 | <property name="toolbar_style">GTK_TOOLBAR_BOTH</property> |
1537 | <property name="tooltips">True</property> |
1538 | <property name="show_arrow">True</property> |
1539 | |
1540 | <child> |
1541 | <widget class="GtkToolItem" id="toolitem4"> |
1542 | <property name="visible">True</property> |
1543 | <property name="visible_horizontal">True</property> |
1544 | <property name="visible_vertical">True</property> |
1545 | <property name="is_important">False</property> |
1546 | |
1547 | <child> |
1548 | <widget class="GtkButton" id="add"> |
1549 | <property name="border_width">3</property> |
1550 | <property name="visible">True</property> |
1551 | <property name="can_focus">True</property> |
1552 | <property name="label">gtk-add</property> |
1553 | <property name="use_stock">True</property> |
1554 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1555 | <property name="focus_on_click">True</property> |
1556 | <signal name="clicked" handler="on_add_clicked" last_modification_time="Wed, 01 Feb 2006 02:15:47 GMT"/> |
1557 | </widget> |
1558 | </child> |
1559 | </widget> |
1560 | <packing> |
1561 | <property name="expand">False</property> |
1562 | <property name="homogeneous">False</property> |
1563 | </packing> |
1564 | </child> |
1565 | |
1566 | <child> |
1567 | <widget class="GtkToolItem" id="toolitem5"> |
1568 | <property name="visible">True</property> |
1569 | <property name="visible_horizontal">True</property> |
1570 | <property name="visible_vertical">True</property> |
1571 | <property name="is_important">False</property> |
1572 | |
1573 | <child> |
1574 | <widget class="GtkButton" id="clear"> |
1575 | <property name="border_width">3</property> |
1576 | <property name="visible">True</property> |
1577 | <property name="can_focus">True</property> |
1578 | <property name="label">gtk-clear</property> |
1579 | <property name="use_stock">True</property> |
1580 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1581 | <property name="focus_on_click">True</property> |
1582 | <signal name="clicked" handler="on_clear_clicked" last_modification_time="Wed, 01 Feb 2006 02:15:52 GMT"/> |
1583 | </widget> |
1584 | </child> |
1585 | </widget> |
1586 | <packing> |
1587 | <property name="expand">False</property> |
1588 | <property name="homogeneous">False</property> |
1589 | </packing> |
1590 | </child> |
1591 | |
1592 | <child> |
1593 | <widget class="GtkToolItem" id="toolitem7"> |
1594 | <property name="visible">True</property> |
1595 | <property name="visible_horizontal">True</property> |
1596 | <property name="visible_vertical">True</property> |
1597 | <property name="is_important">False</property> |
1598 | |
1599 | <child> |
1600 | <widget class="GtkLabel" id="label17"> |
1601 | <property name="visible">True</property> |
1602 | <property name="label">To add columns here, right-click variables in the Simulation tab.</property> |
1603 | <property name="use_underline">False</property> |
1604 | <property name="use_markup">False</property> |
1605 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1606 | <property name="wrap">False</property> |
1607 | <property name="selectable">False</property> |
1608 | <property name="xalign">0.5</property> |
1609 | <property name="yalign">0.5</property> |
1610 | <property name="xpad">3</property> |
1611 | <property name="ypad">0</property> |
1612 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1613 | <property name="width_chars">-1</property> |
1614 | <property name="single_line_mode">False</property> |
1615 | <property name="angle">0</property> |
1616 | </widget> |
1617 | </child> |
1618 | </widget> |
1619 | <packing> |
1620 | <property name="expand">False</property> |
1621 | <property name="homogeneous">False</property> |
1622 | </packing> |
1623 | </child> |
1624 | |
1625 | <child> |
1626 | <widget class="GtkToolItem" id="toolitem6"> |
1627 | <property name="visible">True</property> |
1628 | <property name="visible_horizontal">True</property> |
1629 | <property name="visible_vertical">True</property> |
1630 | <property name="is_important">False</property> |
1631 | |
1632 | <child> |
1633 | <widget class="GtkLabel" id="label16"> |
1634 | <property name="visible">True</property> |
1635 | <property name="label" translatable="yes">To add columns here, right-click variables in the 'simulation' tab, and click 'observe'</property> |
1636 | <property name="use_underline">False</property> |
1637 | <property name="use_markup">False</property> |
1638 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1639 | <property name="wrap">False</property> |
1640 | <property name="selectable">False</property> |
1641 | <property name="xalign">0.5</property> |
1642 | <property name="yalign">0.5</property> |
1643 | <property name="xpad">0</property> |
1644 | <property name="ypad">0</property> |
1645 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1646 | <property name="width_chars">-1</property> |
1647 | <property name="single_line_mode">False</property> |
1648 | <property name="angle">0</property> |
1649 | </widget> |
1650 | </child> |
1651 | </widget> |
1652 | <packing> |
1653 | <property name="expand">False</property> |
1654 | <property name="homogeneous">False</property> |
1655 | </packing> |
1656 | </child> |
1657 | </widget> |
1658 | <packing> |
1659 | <property name="padding">0</property> |
1660 | <property name="expand">False</property> |
1661 | <property name="fill">False</property> |
1662 | </packing> |
1663 | </child> |
1664 | |
1665 | <child> |
1666 | <widget class="GtkScrolledWindow" id="scrolledwindow15"> |
1667 | <property name="visible">True</property> |
1668 | <property name="can_focus">True</property> |
1669 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
1670 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
1671 | <property name="shadow_type">GTK_SHADOW_IN</property> |
1672 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
1673 | |
1674 | <child> |
1675 | <widget class="GtkTreeView" id="observerview"> |
1676 | <property name="visible">True</property> |
1677 | <property name="can_focus">True</property> |
1678 | <property name="headers_visible">True</property> |
1679 | <property name="rules_hint">False</property> |
1680 | <property name="reorderable">False</property> |
1681 | <property name="enable_search">True</property> |
1682 | <property name="fixed_height_mode">False</property> |
1683 | <property name="hover_selection">False</property> |
1684 | <property name="hover_expand">False</property> |
1685 | </widget> |
1686 | </child> |
1687 | </widget> |
1688 | <packing> |
1689 | <property name="padding">0</property> |
1690 | <property name="expand">True</property> |
1691 | <property name="fill">True</property> |
1692 | </packing> |
1693 | </child> |
1694 | </widget> |
1695 | </child> |
1696 | </widget> |
1697 | |
1698 | <widget class="GtkDialog" id="varpropswin"> |
1699 | <property name="visible">True</property> |
1700 | <property name="title" translatable="yes">Variable</property> |
1701 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
1702 | <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
1703 | <property name="modal">False</property> |
1704 | <property name="resizable">True</property> |
1705 | <property name="destroy_with_parent">False</property> |
1706 | <property name="icon">properties.png</property> |
1707 | <property name="decorated">True</property> |
1708 | <property name="skip_taskbar_hint">True</property> |
1709 | <property name="skip_pager_hint">False</property> |
1710 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
1711 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
1712 | <property name="focus_on_map">True</property> |
1713 | <property name="has_separator">True</property> |
1714 | <signal name="delete_event" handler="on_varpropswin_close" last_modification_time="Sat, 04 Feb 2006 06:47:24 GMT"/> |
1715 | <signal name="close" handler="on_varpropswin_close" last_modification_time="Sat, 04 Feb 2006 06:47:44 GMT"/> |
1716 | <signal name="response" handler="on_varpropswin_response" last_modification_time="Sat, 04 Feb 2006 06:48:00 GMT"/> |
1717 | |
1718 | <child internal-child="vbox"> |
1719 | <widget class="GtkVBox" id="dialog-vbox4"> |
1720 | <property name="visible">True</property> |
1721 | <property name="homogeneous">False</property> |
1722 | <property name="spacing">0</property> |
1723 | |
1724 | <child internal-child="action_area"> |
1725 | <widget class="GtkHButtonBox" id="dialog-action_area4"> |
1726 | <property name="visible">True</property> |
1727 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
1728 | |
1729 | <child> |
1730 | <widget class="GtkButton" id="cancelbutton"> |
1731 | <property name="visible">True</property> |
1732 | <property name="can_default">True</property> |
1733 | <property name="can_focus">True</property> |
1734 | <property name="label">gtk-cancel</property> |
1735 | <property name="use_stock">True</property> |
1736 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1737 | <property name="focus_on_click">True</property> |
1738 | <property name="response_id">-6</property> |
1739 | <signal name="clicked" handler="on_cancelbutton_clicked" last_modification_time="Sat, 04 Feb 2006 02:24:28 GMT"/> |
1740 | </widget> |
1741 | </child> |
1742 | |
1743 | <child> |
1744 | <widget class="GtkButton" id="applybutton"> |
1745 | <property name="visible">True</property> |
1746 | <property name="can_default">True</property> |
1747 | <property name="can_focus">True</property> |
1748 | <property name="label">gtk-apply</property> |
1749 | <property name="use_stock">True</property> |
1750 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1751 | <property name="focus_on_click">True</property> |
1752 | <property name="response_id">-10</property> |
1753 | <signal name="clicked" handler="on_okbutton_clicked" last_modification_time="Sat, 04 Feb 2006 02:24:21 GMT"/> |
1754 | </widget> |
1755 | </child> |
1756 | |
1757 | <child> |
1758 | <widget class="GtkButton" id="okbutton"> |
1759 | <property name="visible">True</property> |
1760 | <property name="can_default">True</property> |
1761 | <property name="can_focus">True</property> |
1762 | <property name="label">gtk-ok</property> |
1763 | <property name="use_stock">True</property> |
1764 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1765 | <property name="focus_on_click">True</property> |
1766 | <property name="response_id">-5</property> |
1767 | </widget> |
1768 | </child> |
1769 | </widget> |
1770 | <packing> |
1771 | <property name="padding">0</property> |
1772 | <property name="expand">False</property> |
1773 | <property name="fill">True</property> |
1774 | <property name="pack_type">GTK_PACK_END</property> |
1775 | </packing> |
1776 | </child> |
1777 | |
1778 | <child> |
1779 | <widget class="GtkTable" id="table1"> |
1780 | <property name="visible">True</property> |
1781 | <property name="n_rows">10</property> |
1782 | <property name="n_columns">2</property> |
1783 | <property name="homogeneous">False</property> |
1784 | <property name="row_spacing">5</property> |
1785 | <property name="column_spacing">5</property> |
1786 | |
1787 | <child> |
1788 | <widget class="GtkLabel" id="label22"> |
1789 | <property name="visible">True</property> |
1790 | <property name="label" translatable="yes">Value</property> |
1791 | <property name="use_underline">False</property> |
1792 | <property name="use_markup">False</property> |
1793 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1794 | <property name="wrap">False</property> |
1795 | <property name="selectable">False</property> |
1796 | <property name="xalign">0</property> |
1797 | <property name="yalign">0.5</property> |
1798 | <property name="xpad">0</property> |
1799 | <property name="ypad">0</property> |
1800 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1801 | <property name="width_chars">-1</property> |
1802 | <property name="single_line_mode">False</property> |
1803 | <property name="angle">0</property> |
1804 | </widget> |
1805 | <packing> |
1806 | <property name="left_attach">0</property> |
1807 | <property name="right_attach">1</property> |
1808 | <property name="top_attach">4</property> |
1809 | <property name="bottom_attach">5</property> |
1810 | <property name="x_options">fill</property> |
1811 | <property name="y_options"></property> |
1812 | </packing> |
1813 | </child> |
1814 | |
1815 | <child> |
1816 | <widget class="GtkLabel" id="label24"> |
1817 | <property name="visible">True</property> |
1818 | <property name="label" translatable="yes">Lower bound</property> |
1819 | <property name="use_underline">False</property> |
1820 | <property name="use_markup">False</property> |
1821 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1822 | <property name="wrap">False</property> |
1823 | <property name="selectable">False</property> |
1824 | <property name="xalign">0</property> |
1825 | <property name="yalign">0.5</property> |
1826 | <property name="xpad">0</property> |
1827 | <property name="ypad">0</property> |
1828 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1829 | <property name="width_chars">-1</property> |
1830 | <property name="single_line_mode">False</property> |
1831 | <property name="angle">0</property> |
1832 | </widget> |
1833 | <packing> |
1834 | <property name="left_attach">0</property> |
1835 | <property name="right_attach">1</property> |
1836 | <property name="top_attach">5</property> |
1837 | <property name="bottom_attach">6</property> |
1838 | <property name="x_options">fill</property> |
1839 | <property name="y_options"></property> |
1840 | </packing> |
1841 | </child> |
1842 | |
1843 | <child> |
1844 | <widget class="GtkLabel" id="label25"> |
1845 | <property name="visible">True</property> |
1846 | <property name="label" translatable="yes">Upper bound</property> |
1847 | <property name="use_underline">False</property> |
1848 | <property name="use_markup">False</property> |
1849 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1850 | <property name="wrap">False</property> |
1851 | <property name="selectable">False</property> |
1852 | <property name="xalign">0</property> |
1853 | <property name="yalign">0.5</property> |
1854 | <property name="xpad">0</property> |
1855 | <property name="ypad">0</property> |
1856 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1857 | <property name="width_chars">-1</property> |
1858 | <property name="single_line_mode">False</property> |
1859 | <property name="angle">0</property> |
1860 | </widget> |
1861 | <packing> |
1862 | <property name="left_attach">0</property> |
1863 | <property name="right_attach">1</property> |
1864 | <property name="top_attach">6</property> |
1865 | <property name="bottom_attach">7</property> |
1866 | <property name="x_options">fill</property> |
1867 | <property name="y_options"></property> |
1868 | </packing> |
1869 | </child> |
1870 | |
1871 | <child> |
1872 | <widget class="GtkLabel" id="label26"> |
1873 | <property name="visible">True</property> |
1874 | <property name="label" translatable="yes">Solving... </property> |
1875 | <property name="use_underline">False</property> |
1876 | <property name="use_markup">False</property> |
1877 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1878 | <property name="wrap">False</property> |
1879 | <property name="selectable">False</property> |
1880 | <property name="xalign">0</property> |
1881 | <property name="yalign">0.5</property> |
1882 | <property name="xpad">0</property> |
1883 | <property name="ypad">0</property> |
1884 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1885 | <property name="width_chars">-1</property> |
1886 | <property name="single_line_mode">False</property> |
1887 | <property name="angle">0</property> |
1888 | </widget> |
1889 | <packing> |
1890 | <property name="left_attach">0</property> |
1891 | <property name="right_attach">1</property> |
1892 | <property name="top_attach">9</property> |
1893 | <property name="bottom_attach">10</property> |
1894 | <property name="x_options">fill</property> |
1895 | <property name="y_options"></property> |
1896 | </packing> |
1897 | </child> |
1898 | |
1899 | <child> |
1900 | <widget class="GtkVBox" id="vbox7"> |
1901 | <property name="visible">True</property> |
1902 | <property name="homogeneous">False</property> |
1903 | <property name="spacing">0</property> |
1904 | |
1905 | <child> |
1906 | <widget class="GtkLabel" id="varname"> |
1907 | <property name="visible">True</property> |
1908 | <property name="label" translatable="yes">variable.name[245].here.value</property> |
1909 | <property name="use_underline">False</property> |
1910 | <property name="use_markup">False</property> |
1911 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
1912 | <property name="wrap">False</property> |
1913 | <property name="selectable">False</property> |
1914 | <property name="xalign">0</property> |
1915 | <property name="yalign">0.5</property> |
1916 | <property name="xpad">0</property> |
1917 | <property name="ypad">4</property> |
1918 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
1919 | <property name="width_chars">-1</property> |
1920 | <property name="single_line_mode">False</property> |
1921 | <property name="angle">0</property> |
1922 | </widget> |
1923 | <packing> |
1924 | <property name="padding">6</property> |
1925 | <property name="expand">False</property> |
1926 | <property name="fill">False</property> |
1927 | </packing> |
1928 | </child> |
1929 | |
1930 | <child> |
1931 | <widget class="GtkHBox" id="hbox8"> |
1932 | <property name="visible">True</property> |
1933 | <property name="homogeneous">False</property> |
1934 | <property name="spacing">0</property> |
1935 | |
1936 | <child> |
1937 | <widget class="GtkHBox" id="hbox10"> |
1938 | <property name="visible">True</property> |
1939 | <property name="homogeneous">False</property> |
1940 | <property name="spacing">0</property> |
1941 | |
1942 | <child> |
1943 | <widget class="GtkButton" id="othernames"> |
1944 | <property name="visible">True</property> |
1945 | <property name="can_focus">True</property> |
1946 | <property name="label" translatable="yes">Find other names...</property> |
1947 | <property name="use_underline">True</property> |
1948 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1949 | <property name="focus_on_click">True</property> |
1950 | <signal name="clicked" handler="on_othernamesbutton_clicked" last_modification_time="Sat, 04 Feb 2006 02:09:29 GMT"/> |
1951 | </widget> |
1952 | <packing> |
1953 | <property name="padding">0</property> |
1954 | <property name="expand">False</property> |
1955 | <property name="fill">False</property> |
1956 | <property name="pack_type">GTK_PACK_END</property> |
1957 | </packing> |
1958 | </child> |
1959 | </widget> |
1960 | <packing> |
1961 | <property name="padding">0</property> |
1962 | <property name="expand">True</property> |
1963 | <property name="fill">True</property> |
1964 | </packing> |
1965 | </child> |
1966 | </widget> |
1967 | <packing> |
1968 | <property name="padding">0</property> |
1969 | <property name="expand">True</property> |
1970 | <property name="fill">True</property> |
1971 | <property name="pack_type">GTK_PACK_END</property> |
1972 | </packing> |
1973 | </child> |
1974 | </widget> |
1975 | <packing> |
1976 | <property name="left_attach">1</property> |
1977 | <property name="right_attach">2</property> |
1978 | <property name="top_attach">0</property> |
1979 | <property name="bottom_attach">1</property> |
1980 | <property name="x_options">fill</property> |
1981 | <property name="y_options">fill</property> |
1982 | </packing> |
1983 | </child> |
1984 | |
1985 | <child> |
1986 | <widget class="GtkHSeparator" id="hseparator1"> |
1987 | <property name="visible">True</property> |
1988 | </widget> |
1989 | <packing> |
1990 | <property name="left_attach">1</property> |
1991 | <property name="right_attach">2</property> |
1992 | <property name="top_attach">8</property> |
1993 | <property name="bottom_attach">9</property> |
1994 | <property name="x_options">fill</property> |
1995 | </packing> |
1996 | </child> |
1997 | |
1998 | <child> |
1999 | <widget class="GtkHSeparator" id="hseparator2"> |
2000 | <property name="visible">True</property> |
2001 | </widget> |
2002 | <packing> |
2003 | <property name="left_attach">0</property> |
2004 | <property name="right_attach">1</property> |
2005 | <property name="top_attach">8</property> |
2006 | <property name="bottom_attach">9</property> |
2007 | <property name="x_options">fill</property> |
2008 | <property name="y_options">fill</property> |
2009 | </packing> |
2010 | </child> |
2011 | |
2012 | <child> |
2013 | <widget class="GtkHSeparator" id="hseparator3"> |
2014 | <property name="visible">True</property> |
2015 | </widget> |
2016 | <packing> |
2017 | <property name="left_attach">0</property> |
2018 | <property name="right_attach">1</property> |
2019 | <property name="top_attach">3</property> |
2020 | <property name="bottom_attach">4</property> |
2021 | <property name="x_options">fill</property> |
2022 | </packing> |
2023 | </child> |
2024 | |
2025 | <child> |
2026 | <widget class="GtkHSeparator" id="hseparator4"> |
2027 | <property name="visible">True</property> |
2028 | </widget> |
2029 | <packing> |
2030 | <property name="left_attach">1</property> |
2031 | <property name="right_attach">2</property> |
2032 | <property name="top_attach">3</property> |
2033 | <property name="bottom_attach">4</property> |
2034 | <property name="x_options">fill</property> |
2035 | <property name="y_options">fill</property> |
2036 | </packing> |
2037 | </child> |
2038 | |
2039 | <child> |
2040 | <widget class="GtkHBox" id="hbox7"> |
2041 | <property name="visible">True</property> |
2042 | <property name="homogeneous">False</property> |
2043 | <property name="spacing">2</property> |
2044 | |
2045 | <child> |
2046 | <widget class="GtkRadioButton" id="fixed"> |
2047 | <property name="visible">True</property> |
2048 | <property name="can_focus">True</property> |
2049 | <property name="label" translatable="yes">_Fixed</property> |
2050 | <property name="use_underline">True</property> |
2051 | <property name="relief">GTK_RELIEF_NORMAL</property> |
2052 | <property name="focus_on_click">True</property> |
2053 | <property name="active">False</property> |
2054 | <property name="inconsistent">False</property> |
2055 | <property name="draw_indicator">True</property> |
2056 | </widget> |
2057 | <packing> |
2058 | <property name="padding">0</property> |
2059 | <property name="expand">False</property> |
2060 | <property name="fill">False</property> |
2061 | </packing> |
2062 | </child> |
2063 | |
2064 | <child> |
2065 | <widget class="GtkRadioButton" id="free"> |
2066 | <property name="visible">True</property> |
2067 | <property name="can_focus">True</property> |
2068 | <property name="label" translatable="yes">F_ree</property> |
2069 | <property name="use_underline">True</property> |
2070 | <property name="relief">GTK_RELIEF_NORMAL</property> |
2071 | <property name="focus_on_click">True</property> |
2072 | <property name="active">False</property> |
2073 | <property name="inconsistent">False</property> |
2074 | <property name="draw_indicator">True</property> |
2075 | <property name="group">fixed</property> |
2076 | </widget> |
2077 | <packing> |
2078 | <property name="padding">10</property> |
2079 | <property name="expand">False</property> |
2080 | <property name="fill">False</property> |
2081 | </packing> |
2082 | </child> |
2083 | </widget> |
2084 | <packing> |
2085 | <property name="left_attach">1</property> |
2086 | <property name="right_attach">2</property> |
2087 | <property name="top_attach">9</property> |
2088 | <property name="bottom_attach">10</property> |
2089 | <property name="x_options">fill</property> |
2090 | <property name="y_options">fill</property> |
2091 | </packing> |
2092 | </child> |
2093 | |
2094 | <child> |
2095 | <widget class="GtkLabel" id="label28"> |
2096 | <property name="visible">True</property> |
2097 | <property name="label" translatable="yes">Scaling base</property> |
2098 | <property name="use_underline">False</property> |
2099 | <property name="use_markup">False</property> |
2100 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
2101 | <property name="wrap">False</property> |
2102 | <property name="selectable">False</property> |
2103 | <property name="xalign">0</property> |
2104 | <property name="yalign">0.5</property> |
2105 | <property name="xpad">0</property> |
2106 | <property name="ypad">0</property> |
2107 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
2108 | <property name="width_chars">-1</property> |
2109 | <property name="single_line_mode">False</property> |
2110 | <property name="angle">0</property> |
2111 | </widget> |
2112 | <packing> |
2113 | <property name="left_attach">0</property> |
2114 | <property name="right_attach">1</property> |
2115 | <property name="top_attach">7</property> |
2116 | <property name="bottom_attach">8</property> |
2117 | <property name="x_options">fill</property> |
2118 | <property name="y_options"></property> |
2119 | </packing> |
2120 | </child> |
2121 | |
2122 | <child> |
2123 | <widget class="GtkEntry" id="nominalentry"> |
2124 | <property name="visible">True</property> |
2125 | <property name="can_focus">True</property> |
2126 | <property name="editable">True</property> |
2127 | <property name="visibility">True</property> |
2128 | <property name="max_length">0</property> |
2129 | <property name="text" translatable="yes"></property> |
2130 | <property name="has_frame">True</property> |
2131 | <property name="invisible_char">*</property> |
2132 | <property name="activates_default">False</property> |
2133 | <signal name="key_press_event" handler="on_entry_key_press_event" last_modification_time="Sat, 04 Feb 2006 06:57:34 GMT"/> |
2134 | </widget> |
2135 | <packing> |
2136 | <property name="left_attach">1</property> |
2137 | <property name="right_attach">2</property> |
2138 | <property name="top_attach">7</property> |
2139 | <property name="bottom_attach">8</property> |
2140 | <property name="y_options"></property> |
2141 | </packing> |
2142 | </child> |
2143 | |
2144 | <child> |
2145 | <widget class="GtkEntry" id="upperentry"> |
2146 | <property name="visible">True</property> |
2147 | <property name="can_focus">True</property> |
2148 | <property name="editable">True</property> |
2149 | <property name="visibility">True</property> |
2150 | <property name="max_length">0</property> |
2151 | <property name="text" translatable="yes"></property> |
2152 | <property name="has_frame">True</property> |
2153 | <property name="invisible_char">*</property> |
2154 | <property name="activates_default">False</property> |
2155 | <signal name="key_press_event" handler="on_entry_key_press_event" last_modification_time="Sat, 04 Feb 2006 06:57:18 GMT"/> |
2156 | </widget> |
2157 | <packing> |
2158 | <property name="left_attach">1</property> |
2159 | <property name="right_attach">2</property> |
2160 | <property name="top_attach">6</property> |
2161 | <property name="bottom_attach">7</property> |
2162 | <property name="y_options"></property> |
2163 | </packing> |
2164 | </child> |
2165 | |
2166 | <child> |
2167 | <widget class="GtkEntry" id="valueentry"> |
2168 | <property name="visible">True</property> |
2169 | <property name="can_focus">True</property> |
2170 | <property name="editable">True</property> |
2171 | <property name="visibility">True</property> |
2172 | <property name="max_length">0</property> |
2173 | <property name="text" translatable="yes"></property> |
2174 | <property name="has_frame">True</property> |
2175 | <property name="invisible_char">*</property> |
2176 | <property name="activates_default">False</property> |
2177 | <signal name="key_press_event" handler="on_entry_key_press_event" last_modification_time="Sat, 04 Feb 2006 06:55:45 GMT"/> |
2178 | </widget> |
2179 | <packing> |
2180 | <property name="left_attach">1</property> |
2181 | <property name="right_attach">2</property> |
2182 | <property name="top_attach">4</property> |
2183 | <property name="bottom_attach">5</property> |
2184 | <property name="y_options"></property> |
2185 | </packing> |
2186 | </child> |
2187 | |
2188 | <child> |
2189 | <widget class="GtkLabel" id="label23"> |
2190 | <property name="visible">True</property> |
2191 | <property name="label" translatable="yes">Name </property> |
2192 | <property name="use_underline">False</property> |
2193 | <property name="use_markup">False</property> |
2194 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
2195 | <property name="wrap">False</property> |
2196 | <property name="selectable">False</property> |
2197 | <property name="xalign">0</property> |
2198 | <property name="yalign">0</property> |
2199 | <property name="xpad">0</property> |
2200 | <property name="ypad">10</property> |
2201 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
2202 | <property name="width_chars">-1</property> |
2203 | <property name="single_line_mode">False</property> |
2204 | <property name="angle">0</property> |
2205 | </widget> |
2206 | <packing> |
2207 | <property name="left_attach">0</property> |
2208 | <property name="right_attach">1</property> |
2209 | <property name="top_attach">0</property> |
2210 | <property name="bottom_attach">1</property> |
2211 | <property name="x_options">fill</property> |
2212 | </packing> |
2213 | </child> |
2214 | |
2215 | <child> |
2216 | <widget class="GtkEntry" id="lowerentry"> |
2217 | <property name="visible">True</property> |
2218 | <property name="can_focus">True</property> |
2219 | <property name="editable">True</property> |
2220 | <property name="visibility">True</property> |
2221 | <property name="max_length">0</property> |
2222 | <property name="text" translatable="yes"></property> |
2223 | <property name="has_frame">True</property> |
2224 | <property name="invisible_char">*</property> |
2225 | <property name="activates_default">False</property> |
2226 | <signal name="key_press_event" handler="on_entry_key_press_event" last_modification_time="Sat, 04 Feb 2006 06:57:01 GMT"/> |
2227 | </widget> |
2228 | <packing> |
2229 | <property name="left_attach">1</property> |
2230 | <property name="right_attach">2</property> |
2231 | <property name="top_attach">5</property> |
2232 | <property name="bottom_attach">6</property> |
2233 | <property name="y_options"></property> |
2234 | </packing> |
2235 | </child> |
2236 | |
2237 | <child> |
2238 | <widget class="GtkHBox" id="hbox11"> |
2239 | <property name="visible">True</property> |
2240 | <property name="homogeneous">False</property> |
2241 | <property name="spacing">0</property> |
2242 | |
2243 | <child> |
2244 | <widget class="GtkImage" id="statusimg"> |
2245 | <property name="visible">True</property> |
2246 | <property name="xalign">0.5</property> |
2247 | <property name="yalign">0.5</property> |
2248 | <property name="xpad">0</property> |
2249 | <property name="ypad">0</property> |
2250 | </widget> |
2251 | <packing> |
2252 | <property name="padding">0</property> |
2253 | <property name="expand">False</property> |
2254 | <property name="fill">True</property> |
2255 | </packing> |
2256 | </child> |
2257 | |
2258 | <child> |
2259 | <widget class="GtkLabel" id="statusmessage"> |
2260 | <property name="visible">True</property> |
2261 | <property name="label" translatable="yes">status message</property> |
2262 | <property name="use_underline">False</property> |
2263 | <property name="use_markup">False</property> |
2264 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
2265 | <property name="wrap">False</property> |
2266 | <property name="selectable">False</property> |
2267 | <property name="xalign">0.5</property> |
2268 | <property name="yalign">0.5</property> |
2269 | <property name="xpad">0</property> |
2270 | <property name="ypad">0</property> |
2271 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
2272 | <property name="width_chars">-1</property> |
2273 | <property name="single_line_mode">False</property> |
2274 | <property name="angle">0</property> |
2275 | </widget> |
2276 | <packing> |
2277 | <property name="padding">5</property> |
2278 | <property name="expand">False</property> |
2279 | <property name="fill">False</property> |
2280 | </packing> |
2281 | </child> |
2282 | </widget> |
2283 | <packing> |
2284 | <property name="left_attach">1</property> |
2285 | <property name="right_attach">2</property> |
2286 | <property name="top_attach">2</property> |
2287 | <property name="bottom_attach">3</property> |
2288 | <property name="x_options">fill</property> |
2289 | </packing> |
2290 | </child> |
2291 | |
2292 | <child> |
2293 | <widget class="GtkLabel" id="label29"> |
2294 | <property name="visible">True</property> |
2295 | <property name="label" translatable="yes">Status</property> |
2296 | <property name="use_underline">False</property> |
2297 | <property name="use_markup">False</property> |
2298 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
2299 | <property name="wrap">False</property> |
2300 | <property name="selectable">False</property> |
2301 | <property name="xalign">0</property> |
2302 | <property name="yalign">0.5</property> |
2303 | <property name="xpad">0</property> |
2304 | <property name="ypad">0</property> |
2305 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
2306 | <property name="width_chars">-1</property> |
2307 | <property name="single_line_mode">False</property> |
2308 | <property name="angle">0</property> |
2309 | </widget> |
2310 | <packing> |
2311 | <property name="left_attach">0</property> |
2312 | <property name="right_attach">1</property> |
2313 | <property name="top_attach">2</property> |
2314 | <property name="bottom_attach">3</property> |
2315 | <property name="x_options">fill</property> |
2316 | <property name="y_options"></property> |
2317 | </packing> |
2318 | </child> |
2319 | |
2320 | <child> |
2321 | <widget class="GtkHSeparator" id="hseparator5"> |
2322 | <property name="visible">True</property> |
2323 | </widget> |
2324 | <packing> |
2325 | <property name="left_attach">0</property> |
2326 | <property name="right_attach">1</property> |
2327 | <property name="top_attach">1</property> |
2328 | <property name="bottom_attach">2</property> |
2329 | <property name="x_options">fill</property> |
2330 | </packing> |
2331 | </child> |
2332 | |
2333 | <child> |
2334 | <widget class="GtkHSeparator" id="hseparator6"> |
2335 | <property name="visible">True</property> |
2336 | </widget> |
2337 | <packing> |
2338 | <property name="left_attach">1</property> |
2339 | <property name="right_attach">2</property> |
2340 | <property name="top_attach">1</property> |
2341 | <property name="bottom_attach">2</property> |
2342 | <property name="x_options">fill</property> |
2343 | <property name="y_options">fill</property> |
2344 | </packing> |
2345 | </child> |
2346 | </widget> |
2347 | <packing> |
2348 | <property name="padding">0</property> |
2349 | <property name="expand">False</property> |
2350 | <property name="fill">True</property> |
2351 | </packing> |
2352 | </child> |
2353 | </widget> |
2354 | </child> |
2355 | </widget> |
2356 | |
2357 | <widget class="GtkDialog" id="relpropswin"> |
2358 | <property name="visible">True</property> |
2359 |