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