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