Parent Directory
|
Revision Log
Fixed bug #413. Thanks, Roshan!
1 | jpye | 2054 | <?xml version="1.0"?> |
2 | johnpye | 690 | <glade-interface> |
3 | jpye | 2081 | <!-- interface-requires gtk+ 2.16 --> |
4 | <!-- interface-naming-policy toplevel-contextual --> | ||
5 | jpye | 1902 | <widget class="GtkWindow" id="browserwin"> |
6 | jpye | 2171 | <property name="width_request">530</property> |
7 | jpye | 1902 | <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 | jpye | 2054 | <signal name="focus" handler="on_browserwin_focus"/> |
12 | jpye | 1902 | <signal name="check_resize" handler="on_browserwin_check_resize"/> |
13 | <child> | ||
14 | <widget class="GtkVBox" id="vbox5"> | ||
15 | <property name="visible">True</property> | ||
16 | jpye | 2076 | <property name="orientation">vertical</property> |
17 | jpye | 1902 | <child> |
18 | <widget class="GtkMenuBar" id="browsermenu"> | ||
19 | <property name="visible">True</property> | ||
20 | <child> | ||
21 | jpye | 2081 | <widget class="GtkMenuItem" id="filemenu"> |
22 | jpye | 1902 | <property name="visible">True</property> |
23 | <property name="label" translatable="yes">_File</property> | ||
24 | <property name="use_underline">True</property> | ||
25 | <child> | ||
26 | jpye | 2081 | <widget class="GtkMenu" id="filemenu_menu"> |
27 | jpye | 1902 | <child> |
28 | <widget class="GtkImageMenuItem" id="open2"> | ||
29 | jpye | 2054 | <property name="label">gtk-open</property> |
30 | jpye | 1902 | <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 | jpye | 2054 | <property name="label">_Reload</property> |
39 | jpye | 1902 | <property name="visible">True</property> |
40 | <property name="use_underline">True</property> | ||
41 | jpye | 2081 | <property name="use_stock">False</property> |
42 | <signal name="activate" handler="reload_click" after="yes"/> | ||
43 | jpye | 2054 | <accelerator key="F5" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
44 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">gtk-quit</property> |
61 | jpye | 1902 | <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 | jpye | 2081 | <property name="label">_Copy observer matrix</property> |
81 | jpye | 1902 | <property name="visible">True</property> |
82 | <property name="use_underline">True</property> | ||
83 | jpye | 2081 | <property name="use_stock">False</property> |
84 | jpye | 1902 | <signal name="activate" handler="on_copy_observer_matrix_click"/> |
85 | jpye | 2054 | <accelerator key="C" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
86 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">_Fix Variable</property> |
103 | jpye | 1902 | <property name="visible">True</property> |
104 | <property name="use_underline">True</property> | ||
105 | jpye | 2081 | <property name="use_stock">False</property> |
106 | jpye | 1902 | <signal name="activate" handler="on_fix_variable_activate"/> |
107 | jpye | 2054 | <accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
108 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
116 | </child> | ||
117 | <child> | ||
118 | <widget class="GtkImageMenuItem" id="free_variable"> | ||
119 | jpye | 2054 | <property name="label">F_ree Variable</property> |
120 | jpye | 1902 | <property name="visible">True</property> |
121 | <property name="use_underline">True</property> | ||
122 | jpye | 2081 | <property name="use_stock">False</property> |
123 | jpye | 1902 | <signal name="activate" handler="on_free_variable_activate"/> |
124 | jpye | 2054 | <accelerator key="R" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
125 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">_Properties</property> |
141 | jpye | 1902 | <property name="visible">True</property> |
142 | <property name="use_underline">True</property> | ||
143 | jpye | 2081 | <property name="use_stock">False</property> |
144 | jpye | 1902 | <signal name="activate" handler="props_activate"/> |
145 | jpye | 2054 | <accelerator key="F4" signal="activate"/> |
146 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2081 | <widget class="GtkMenu" id="viewmenu_menu"> |
166 | jpye | 1902 | <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 | jpye | 2054 | <property name="label">_Incidence matrix...</property> |
171 | jpye | 1902 | <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 | jpye | 2081 | <property name="use_stock">False</property> |
175 | jpye | 1902 | <signal name="activate" handler="on_tools_sparsity_click"/> |
176 | jpye | 2054 | <accelerator key="I" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
177 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
185 | </child> | ||
186 | <child> | ||
187 | <widget class="GtkImageMenuItem" id="incidencegraph"> | ||
188 | jpye | 2054 | <property name="label">Incidence _graph...</property> |
189 | jpye | 1902 | <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 | jpye | 2081 | <property name="use_stock">False</property> |
193 | jpye | 1902 | <signal name="activate" handler="on_tools_incidencegraph_click"/> |
194 | jpye | 2054 | <accelerator key="G" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
195 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
203 | </child> | ||
204 | <child> | ||
205 | <widget class="GtkImageMenuItem" id="diagnose_blocks"> | ||
206 | jpye | 2054 | <property name="label">_Diagnose blocks...</property> |
207 | jpye | 1902 | <property name="visible">True</property> |
208 | <property name="use_underline">True</property> | ||
209 | jpye | 2081 | <property name="use_stock">False</property> |
210 | jpye | 1902 | <signal name="activate" handler="on_diagnose_blocks_click"/> |
211 | jpye | 2054 | <accelerator key="D" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
212 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="F" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
241 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="R" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
250 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="B" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
259 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="E" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
276 | jpye | 1902 | </widget> |
277 | </child> | ||
278 | <child> | ||
279 | jpye | 1927 | <widget class="GtkSeparatorMenuItem" id="separator999"> |
280 | jpye | 1902 | <property name="visible">True</property> |
281 | </widget> | ||
282 | </child> | ||
283 | <child> | ||
284 | jpye | 1927 | <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 | jpye | 1902 | <widget class="GtkImageMenuItem" id="repaint_tree"> |
298 | jpye | 2054 | <property name="label">Re-_paint</property> |
299 | jpye | 1902 | <property name="visible">True</property> |
300 | <property name="use_underline">True</property> | ||
301 | jpye | 2081 | <property name="use_stock">False</property> |
302 | jpye | 1902 | <signal name="activate" handler="on_tools_repaint_tree_activate"/> |
303 | jpye | 2054 | <accelerator key="F5" signal="activate"/> |
304 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">C_heck</property> |
326 | jpye | 1902 | <property name="visible">True</property> |
327 | <property name="use_underline">True</property> | ||
328 | jpye | 2081 | <property name="use_stock">False</property> |
329 | jpye | 1902 | <signal name="activate" handler="check_click"/> |
330 | jpye | 2054 | <accelerator key="F7" signal="activate"/> |
331 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
339 | </child> | ||
340 | <child> | ||
341 | <widget class="GtkImageMenuItem" id="solve1"> | ||
342 | jpye | 2054 | <property name="label">Sol_ve</property> |
343 | jpye | 1902 | <property name="visible">True</property> |
344 | <property name="use_underline">True</property> | ||
345 | jpye | 2081 | <property name="use_stock">False</property> |
346 | jpye | 1902 | <signal name="activate" handler="solve_click"/> |
347 | jpye | 2054 | <accelerator key="F9" signal="activate"/> |
348 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
356 | </child> | ||
357 | <child> | ||
358 | <widget class="GtkImageMenuItem" id="integrate1"> | ||
359 | jpye | 2054 | <property name="label">Integrate...</property> |
360 | jpye | 1902 | <property name="visible">True</property> |
361 | jpye | 2081 | <property name="use_stock">False</property> |
362 | jpye | 1902 | <signal name="activate" handler="integrate_click"/> |
363 | jpye | 2054 | <accelerator key="F9" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
364 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">_Units...</property> |
380 | jpye | 1902 | <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 | jpye | 2081 | <property name="use_stock">False</property> |
384 | jpye | 1902 | <signal name="activate" handler="on_units_click"/> |
385 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
392 | </child> | ||
393 | <child> | ||
394 | <widget class="GtkImageMenuItem" id="console1"> | ||
395 | jpye | 2054 | <property name="label">_Console</property> |
396 | jpye | 1902 | <property name="visible">True</property> |
397 | <property name="tooltip" translatable="yes">Program ASCEND with Python</property> | ||
398 | <property name="use_underline">True</property> | ||
399 | jpye | 2081 | <property name="use_stock">False</property> |
400 | jpye | 1902 | <signal name="activate" handler="console_click"/> |
401 | jpye | 2054 | <accelerator key="F12" signal="activate"/> |
402 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">Add _Observer</property> |
419 | jpye | 1902 | <property name="visible">True</property> |
420 | <property name="use_underline">True</property> | ||
421 | jpye | 2081 | <property name="use_stock">False</property> |
422 | jpye | 1902 | <signal name="activate" handler="on_add_observer_click"/> |
423 | jpye | 2054 | <accelerator key="O" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
424 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
432 | </child> | ||
433 | <child> | ||
434 | <widget class="GtkImageMenuItem" id="keep_observed"> | ||
435 | jpye | 2054 | <property name="label">_Keep Observed Values</property> |
436 | jpye | 1902 | <property name="visible">True</property> |
437 | <property name="use_underline">True</property> | ||
438 | jpye | 2081 | <property name="use_stock">False</property> |
439 | jpye | 1902 | <signal name="activate" handler="on_keep_observed_click"/> |
440 | jpye | 2054 | <accelerator key="K" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
441 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="S" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
464 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="B" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
474 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">Solver _Parameters...</property> |
492 | jpye | 1902 | <property name="visible">True</property> |
493 | <property name="use_underline">True</property> | ||
494 | jpye | 2081 | <property name="use_stock">False</property> |
495 | jpye | 1902 | <signal name="activate" handler="preferences_click"/> |
496 | jpye | 2054 | <accelerator key="F11" signal="activate"/> |
497 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="A" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
514 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">_Contents</property> |
566 | jpye | 1902 | <property name="visible">True</property> |
567 | <property name="use_underline">True</property> | ||
568 | jpye | 2081 | <property name="use_stock">False</property> |
569 | jpye | 1902 | <signal name="activate" handler="on_help_contents_click"/> |
570 | jpye | 2081 | <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 | jpye | 1902 | </widget> |
579 | </child> | ||
580 | <child> | ||
581 | <widget class="GtkImageMenuItem" id="check_for_updates"> | ||
582 | jpye | 2054 | <property name="label">Check for _Updates</property> |
583 | jpye | 1902 | <property name="visible">True</property> |
584 | <property name="use_underline">True</property> | ||
585 | jpye | 2081 | <property name="use_stock">False</property> |
586 | jpye | 1902 | <signal name="activate" handler="on_help_check_for_updates_click"/> |
587 | jpye | 2081 | <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 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">gtk-about</property> |
607 | jpye | 1902 | <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 | jpye | 2054 | <property name="position">0</property> |
622 | jpye | 1902 | </packing> |
623 | </child> | ||
624 | <child> | ||
625 | <widget class="GtkToolbar" id="toolbar3"> | ||
626 | <property name="visible">True</property> | ||
627 | jpye | 2054 | <property name="toolbar_style">both</property> |
628 | jpye | 1902 | <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 | jpye | 2054 | <property name="homogeneous">True</property> |
637 | jpye | 1902 | </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 | jpye | 2054 | <property name="homogeneous">True</property> |
650 | jpye | 1902 | </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 | jpye | 2054 | <property name="homogeneous">True</property> |
671 | jpye | 1902 | </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 | jpye | 2054 | <property name="homogeneous">True</property> |
684 | jpye | 1902 | </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 | jpye | 2054 | <property name="homogeneous">True</property> |
697 | jpye | 1902 | </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 | jpye | 2054 | <property name="homogeneous">True</property> |
719 | jpye | 1902 | </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 | jpye | 2054 | <property name="shadow_type">none</property> |
737 | jpye | 1902 | <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 | jpye | 2054 | <packing> |
748 | <property name="position">0</property> | ||
749 | </packing> | ||
750 | jpye | 1902 | </child> |
751 | <child> | ||
752 | <widget class="GtkButton" id="methodrunbutton"> | ||
753 | jpye | 2054 | <property name="label" translatable="yes">_Run</property> |
754 | jpye | 1902 | <property name="visible">True</property> |
755 | <property name="can_focus">True</property> | ||
756 | jpye | 2054 | <property name="receives_default">False</property> |
757 | jpye | 1902 | <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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
807 | <property name="vscrollbar_policy">automatic</property> | ||
808 | jpye | 1902 | <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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
821 | <property name="vscrollbar_policy">automatic</property> | ||
822 | jpye | 1902 | <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 | jpye | 2054 | <property name="tab_fill">False</property> |
839 | jpye | 1902 | <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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
847 | <property name="vscrollbar_policy">automatic</property> | ||
848 | jpye | 1902 | <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 | jpye | 2054 | <property name="type">tab</property> |
870 | jpye | 1902 | </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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
891 | <property name="vscrollbar_policy">automatic</property> | ||
892 | <property name="shadow_type">in</property> | ||
893 | jpye | 1902 | <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 | jpye | 2054 | <property name="tab_fill">False</property> |
909 | jpye | 1902 | <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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
917 | <property name="vscrollbar_policy">automatic</property> | ||
918 | jpye | 1902 | <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 | jpye | 2054 | <property name="position">0</property> |
938 | jpye | 1902 | </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 | jpye | 2054 | <property name="icon-size">1</property> |
946 | jpye | 1902 | </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 | jpye | 2054 | <property name="type">tab</property> |
958 | jpye | 1902 | </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 | jpye | 2054 | <property name="label">_Fix</property> |
988 | jpye | 1902 | <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 | jpye | 2054 | <property name="use_stock">True</property> |
992 | jpye | 1902 | <signal name="activate" handler="on_fix1_activate"/> |
993 | jpye | 2054 | <accelerator key="f" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
994 | jpye | 1902 | </widget> |
995 | </child> | ||
996 | <child> | ||
997 | <widget class="GtkImageMenuItem" id="free1"> | ||
998 | jpye | 2054 | <property name="label">F_ree</property> |
999 | jpye | 1902 | <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 | jpye | 2054 | <property name="use_stock">True</property> |
1003 | jpye | 1902 | <signal name="activate" handler="on_free1_activate"/> |
1004 | jpye | 2054 | <accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
1005 | jpye | 1902 | </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 | jpye | 2054 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
1019 | jpye | 1902 | </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 | jpye | 2076 | <property name="orientation">vertical</property> |
1034 | jpye | 1902 | <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 | jpye | 2054 | <property name="position">0</property> |
1047 | jpye | 1902 | </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 | jpye | 2054 | <property name="position">0</property> |
1065 | jpye | 1902 | </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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
1072 | <property name="vscrollbar_policy">automatic</property> | ||
1073 | <property name="shadow_type">in</property> | ||
1074 | jpye | 1902 | <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 | jpye | 2054 | <signal name="button_press_event" handler="on_paramsview_button_press_event"/> |
1082 | jpye | 1902 | <signal name="select_cursor_row" handler="on_paramsview_select_cursor_row"/> |
1083 | jpye | 2054 | <signal name="cursor_changed" handler="on_paramsview_cursor_changed"/> |
1084 | jpye | 1902 | <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 | jpye | 2054 | <property name="shadow_type">none</property> |
1109 | jpye | 1902 | <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 | jpye | 2054 | <property name="label">gtk-apply</property> |
1150 | jpye | 1902 | <property name="visible">True</property> |
1151 | <property name="can_focus">True</property> | ||
1152 | jpye | 2054 | <property name="receives_default">False</property> |
1153 | jpye | 1902 | <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 | jpye | 2054 | <property name="pack_type">end</property> |
1160 | jpye | 1902 | <property name="position">1</property> |
1161 | </packing> | ||
1162 | </child> | ||
1163 | <child> | ||
1164 | <widget class="GtkButton" id="paramscancel"> | ||
1165 | jpye | 2054 | <property name="label">gtk-cancel</property> |
1166 | jpye | 1902 | <property name="visible">True</property> |
1167 | <property name="can_focus">True</property> | ||
1168 | jpye | 2054 | <property name="receives_default">False</property> |
1169 | jpye | 1902 | <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 | jpye | 2054 | <property name="pack_type">end</property> |
1176 | <property name="position">0</property> | ||
1177 | jpye | 1902 | </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 | jpye | 2054 | <property name="type_hint">dialog</property> |
1193 | jpye | 1902 | <child internal-child="vbox"> |
1194 | <widget class="GtkVBox" id="dialog-vbox1"> | ||
1195 | <property name="visible">True</property> | ||
1196 | jpye | 2076 | <property name="orientation">vertical</property> |
1197 | jpye | 1902 | <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 | johnpye | 690 | upper and lower bounds displayed.</property> |
1205 | jpye | 1902 | <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 | jpye | 2054 | <property name="layout_style">end</property> |
1217 | jpye | 1902 | <child> |
1218 | <widget class="GtkButton" id="okbutton1"> | ||
1219 | jpye | 2054 | <property name="label">gtk-ok</property> |
1220 | <property name="response_id">-5</property> | ||
1221 | jpye | 1902 | <property name="visible">True</property> |
1222 | <property name="can_focus">True</property> | ||
1223 | <property name="can_default">True</property> | ||
1224 | jpye | 2054 | <property name="receives_default">False</property> |
1225 | jpye | 1902 | <property name="use_stock">True</property> |
1226 | </widget> | ||
1227 | jpye | 2054 | <packing> |
1228 | <property name="expand">False</property> | ||
1229 | <property name="fill">False</property> | ||
1230 | <property name="position">0</property> | ||
1231 | </packing> | ||
1232 | jpye | 1902 | </child> |
1233 | </widget> | ||
1234 | <packing> | ||
1235 | <property name="expand">False</property> | ||
1236 | jpye | 2054 | <property name="pack_type">end</property> |
1237 | <property name="position">0</property> | ||
1238 | jpye | 1902 | </packing> |
1239 | </child> | ||
1240 | </widget> | ||
1241 | </child> | ||
1242 | </widget> | ||
1243 | <widget class="GtkMenu" id="menu8"> | ||
1244 | <child> | ||
1245 | <widget class="GtkImageMenuItem" id="copy2"> | ||
1246 | jpye | 2054 | <property name="label">Copy</property> |
1247 | jpye | 1902 | <property name="visible">True</property> |
1248 | <property name="use_underline">True</property> | ||
1249 | jpye | 2054 | <property name="use_stock">True</property> |
1250 | jpye | 1902 | <signal name="activate" handler="on_copy2_activate"/> |
1251 | </widget> | ||
1252 | </child> | ||
1253 | <child> | ||
1254 | <widget class="GtkImageMenuItem" id="clear_all1"> | ||
1255 | jpye | 2054 | <property name="label">Clear all</property> |
1256 | jpye | 1902 | <property name="visible">True</property> |
1257 | <property name="use_underline">True</property> | ||
1258 | jpye | 2054 | <property name="use_stock">True</property> |
1259 | jpye | 1902 | <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 | jpye | 2076 | <property name="orientation">vertical</property> |
1272 | jpye | 1902 | <child> |
1273 | <widget class="GtkToolbar" id="toolbar4"> | ||
1274 | <property name="visible">True</property> | ||
1275 | jpye | 2054 | <property name="toolbar_style">both</property> |
1276 | jpye | 1902 | <child> |
1277 | <widget class="GtkToolItem" id="toolitem4"> | ||
1278 | <property name="visible">True</property> | ||
1279 | <child> | ||
1280 | <widget class="GtkButton" id="add"> | ||
1281 | jpye | 2054 | <property name="label">gtk-add</property> |
1282 | jpye | 1902 | <property name="visible">True</property> |
1283 | <property name="can_focus">True</property> | ||
1284 | jpye | 2054 | <property name="receives_default">False</property> |
1285 | jpye | 1902 | <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 | jpye | 2054 | <property name="label">gtk-clear</property> |
1301 | jpye | 1902 | <property name="visible">True</property> |
1302 | <property name="can_focus">True</property> | ||
1303 | jpye | 2054 | <property name="receives_default">False</property> |
1304 | jpye | 1902 | <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 | jpye | 2054 | <property name="receives_default">False</property> |
1322 | jpye | 1902 | <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 | jpye | 2054 | <property name="position">0</property> |
1343 | jpye | 1902 | </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 | jpye | 2054 | <property name="position">0</property> |
1403 | jpye | 1902 | </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 | jpye | 2054 | <property name="hscrollbar_policy">automatic</property> |
1410 | <property name="vscrollbar_policy">automatic</property> | ||
1411 | <property name="shadow_type">in</property> | ||
1412 | jpye | 1902 | <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 | jpye | 2054 | <property name="window_position">center-on-parent</property> |
1430 | jpye | 1902 | <property name="icon">properties.png</property> |
1431 | jpye | 2054 | <property name="type_hint">dialog</property> |
1432 | jpye | 1902 | <property name="skip_taskbar_hint">True</property> |
1433 | <signal name="close" handler="on_varpropswin_close"/> | ||
1434 | jpye | 2054 | <signal name="response" handler="on_varpropswin_response"/> |
1435 | jpye | 1902 | <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 | jpye | 2076 | <property name="orientation">vertical</property> |
1440 | jpye | 1902 | <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 | jpye | 1927 | <widget class="GtkLabel" id="label22"> |
1449 | jpye | 1902 | <property name="visible">True</property> |
1450 | jpye | 1927 | <property name="xalign">0</property> |
1451 | <property name="label" translatable="yes">Value</property> | ||
1452 | jpye | 1902 | </widget> |
1453 | <packing> | ||
1454 | jpye | 1927 | <property name="top_attach">4</property> |
1455 | <property name="bottom_attach">5</property> | ||
1456 | <property name="x_options">GTK_FILL</property> | ||
1457 | jpye | 1902 | <property name="y_options"></property> |
1458 | </packing> | ||
1459 | </child> | ||
1460 | <child> | ||
1461 | jpye | 1927 | <widget class="GtkLabel" id="label24"> |
1462 | jpye | 1902 | <property name="visible">True</property> |
1463 | jpye | 1927 | <property name="xalign">0</property> |
1464 | <property name="label" translatable="yes">Lower bound</property> | ||
1465 | jpye | 1902 | </widget> |
1466 | <packing> | ||
1467 | jpye | 1927 | <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 | jpye | 1902 | </packing> |
1472 | </child> | ||
1473 | <child> | ||
1474 | jpye | 1927 | <widget class="GtkLabel" id="label25"> |
1475 | jpye | 1902 | <property name="visible">True</property> |
1476 | <property name="xalign">0</property> | ||
1477 | jpye | 1927 | <property name="label" translatable="yes">Upper bound</property> |
1478 | jpye | 1902 | </widget> |
1479 | <packing> | ||
1480 | jpye | 1927 | <property name="top_attach">6</property> |
1481 | <property name="bottom_attach">7</property> | ||
1482 | jpye | 1911 | <property name="x_options">GTK_FILL</property> |
1483 | jpye | 1902 | <property name="y_options"></property> |
1484 | </packing> | ||
1485 | </child> | ||
1486 | <child> | ||
1487 | jpye | 1927 | <widget class="GtkLabel" id="label26"> |
1488 | jpye | 1902 | <property name="visible">True</property> |
1489 | jpye | 1927 | <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 | jpye | 2076 | <property name="orientation">vertical</property> |
1503 | jpye | 1902 | <child> |
1504 | jpye | 1927 | <widget class="GtkLabel" id="varname"> |
1505 | jpye | 1902 | <property name="visible">True</property> |
1506 | jpye | 1927 | <property name="xalign">0</property> |
1507 | <property name="ypad">4</property> | ||
1508 | <property name="label" translatable="yes">variable.name[245].here.value</property> | ||
1509 | jpye | 1902 | </widget> |
1510 | <packing> | ||
1511 | <property name="expand">False</property> | ||
1512 | jpye | 1927 | <property name="fill">False</property> |
1513 | <property name="padding">6</property> | ||
1514 | jpye | 2054 | <property name="position">0</property> |
1515 | jpye | 1902 | </packing> |
1516 | </child> | ||
1517 | <child> | ||
1518 | jpye | 1927 | <widget class="GtkHBox" id="hbox8"> |
1519 | jpye | 1902 | <property name="visible">True</property> |
1520 | jpye | 1927 | <child> |
1521 | <widget class="GtkHBox" id="hbox10"> | ||
1522 | <property name="visible">True</property> | ||
1523 | <child> | ||
1524 | <widget class="GtkButton" id="cliquebutton"> | ||
1525 | jpye | 2054 | <property name="label" translatable="yes">Cl_ique...</property> |
1526 | jpye | 1927 | <property name="visible">True</property> |
1527 | <property name="can_focus">True</property> | ||
1528 | jpye | 2054 | <property name="receives_default">False</property> |
1529 | jpye | 1927 | <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 | jpye | 2054 | <property name="position">0</property> |
1536 | jpye | 1927 | </packing> |
1537 | </child> | ||
1538 | <child> | ||
1539 | <widget class="GtkButton" id="morepropsbutton"> | ||
1540 | jpye | 2054 | <property name="label" translatable="yes">_More properties...</property> |
1541 | jpye | 1927 | <property name="visible">True</property> |
1542 | <property name="can_focus">True</property> | ||
1543 | jpye | 2054 | <property name="receives_default">False</property> |
1544 | jpye | 1927 | <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 | jpye | 2054 | <packing> |
1555 | <property name="position">0</property> | ||
1556 | </packing> | ||
1557 | jpye | 1927 | </child> |
1558 | jpye | 1902 | </widget> |
1559 | <packing> | ||
1560 | jpye | 2054 | <property name="pack_type">end</property> |
1561 | jpye | 1902 | <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 | jpye | 1911 | <property name="x_options">GTK_FILL</property> |
1569 | jpye | 1927 | <property name="y_options"></property> |
1570 | jpye | 1902 | </packing> |
1571 | </child> | ||
1572 | <child> | ||
1573 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator1"> |
1574 | jpye | 1902 | <property name="visible">True</property> |
1575 | </widget> | ||
1576 | <packing> | ||
1577 | <property name="left_attach">1</property> | ||
1578 | <property name="right_attach">2</property> | ||
1579 | jpye | 1927 | <property name="top_attach">8</property> |
1580 | <property name="bottom_attach">9</property> | ||
1581 | <property name="x_options"></property> | ||
1582 | jpye | 1902 | </packing> |
1583 | </child> | ||
1584 | <child> | ||
1585 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator2"> |
1586 | jpye | 1902 | <property name="visible">True</property> |
1587 | </widget> | ||
1588 | <packing> | ||
1589 | jpye | 1927 | <property name="top_attach">8</property> |
1590 | <property name="bottom_attach">9</property> | ||
1591 | <property name="x_options"></property> | ||
1592 | jpye | 1902 | <property name="y_options"></property> |
1593 | </packing> | ||
1594 | </child> | ||
1595 | <child> | ||
1596 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator3"> |
1597 | jpye | 1902 | <property name="visible">True</property> |
1598 | </widget> | ||
1599 | <packing> | ||
1600 | jpye | 1927 | <property name="top_attach">3</property> |
1601 | <property name="bottom_attach">4</property> | ||
1602 | <property name="x_options"></property> | ||
1603 | jpye | 1902 | </packing> |
1604 | </child> | ||
1605 | <child> | ||
1606 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator4"> |
1607 | jpye | 1902 | <property name="visible">True</property> |
1608 | </widget> | ||
1609 | <packing> | ||
1610 | <property name="left_attach">1</property> | ||
1611 | <property name="right_attach">2</property> | ||
1612 | jpye | 1927 | <property name="top_attach">3</property> |
1613 | <property name="bottom_attach">4</property> | ||
1614 | <property name="x_options"></property> | ||
1615 | jpye | 1902 | <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 | jpye | 2054 | <property name="label" translatable="yes">_Fixed</property> |
1625 | jpye | 1902 | <property name="visible">True</property> |
1626 | <property name="can_focus">True</property> | ||
1627 | jpye | 2054 | <property name="receives_default">False</property> |
1628 | jpye | 1902 | <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 | jpye | 2054 | <property name="position">0</property> |
1635 | jpye | 1902 | </packing> |
1636 | </child> | ||
1637 | <child> | ||
1638 | <widget class="GtkRadioButton" id="free"> | ||
1639 | jpye | 2054 | <property name="label" translatable="yes">F_ree</property> |
1640 | jpye | 1902 | <property name="visible">True</property> |
1641 | <property name="can_focus">True</property> | ||
1642 | jpye | 2054 | <property name="receives_default">False</property> |
1643 | jpye | 1902 | <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 | jpye | 1927 | <widget class="GtkLabel" id="label28"> |
1666 | jpye | 1902 | <property name="visible">True</property> |
1667 | jpye | 1927 | <property name="xalign">0</property> |
1668 | <property name="label" translatable="yes">Scaling base</property> | ||
1669 | jpye | 1902 | </widget> |
1670 | <packing> | ||
1671 | jpye | 1927 | <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 | jpye | 1902 | <property name="left_attach">1</property> |
1685 | <property name="right_attach">2</property> | ||
1686 | jpye | 1927 | <property name="top_attach">7</property> |
1687 | <property name="bottom_attach">8</property> | ||
1688 | jpye | 1902 | <property name="y_options"></property> |
1689 | </packing> | ||
1690 | </child> | ||
1691 | <child> | ||
1692 | jpye | 1927 | <widget class="GtkEntry" id="upperentry"> |
1693 | jpye | 1902 | <property name="visible">True</property> |
1694 | jpye | 1927 | <property name="can_focus">True</property> |
1695 | <signal name="key_press_event" handler="on_entry_key_press_event"/> | ||
1696 | jpye | 1902 | </widget> |
1697 | <packing> | ||
1698 | jpye | 1927 | <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 | jpye | 1902 | </packing> |
1704 | </child> | ||
1705 | <child> | ||
1706 | jpye | 1927 | <widget class="GtkEntry" id="valueentry"> |
1707 | jpye | 1902 | <property name="visible">True</property> |
1708 | jpye | 1927 | <property name="can_focus">True</property> |
1709 | <signal name="key_press_event" handler="on_entry_key_press_event"/> | ||
1710 | jpye | 1902 | </widget> |
1711 | <packing> | ||
1712 | jpye | 1927 | <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 | jpye | 1902 | <property name="y_options"></property> |
1717 | </packing> | ||
1718 | </child> | ||
1719 | <child> | ||
1720 | jpye | 1927 | <widget class="GtkLabel" id="label23"> |
1721 | jpye | 1902 | <property name="visible">True</property> |
1722 | jpye | 1927 | <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 | jpye | 1902 | </widget> |
1727 | <packing> | ||
1728 | jpye | 1927 | <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 | jpye | 1902 | <property name="left_attach">1</property> |
1739 | <property name="right_attach">2</property> | ||
1740 | jpye | 1927 | <property name="top_attach">5</property> |
1741 | <property name="bottom_attach">6</property> | ||
1742 | <property name="y_options"></property> | ||
1743 | jpye | 1902 | </packing> |
1744 | </child> | ||
1745 | <child> | ||
1746 | jpye | 1927 | <widget class="GtkHBox" id="hbox11"> |
1747 | jpye | 1902 | <property name="visible">True</property> |
1748 | <child> | ||
1749 | jpye | 1927 | <widget class="GtkImage" id="var_statusimg"> |
1750 | jpye | 1902 | <property name="visible">True</property> |
1751 | jpye | 1927 | <property name="stock">gtk-missing-image</property> |
1752 | jpye | 1902 | </widget> |
1753 | <packing> | ||
1754 | <property name="expand">False</property> | ||
1755 | jpye | 2054 | <property name="position">0</property> |
1756 | jpye | 1902 | </packing> |
1757 | </child> | ||
1758 | <child> | ||
1759 | jpye | 1927 | <widget class="GtkLabel" id="var_statusmessage"> |
1760 | jpye | 1902 | <property name="visible">True</property> |
1761 | jpye | 1927 | <property name="label" translatable="yes">status message</property> |
1762 | jpye | 1902 | </widget> |
1763 | <packing> | ||
1764 | jpye | 1927 | <property name="expand">False</property> |
1765 | <property name="fill">False</property> | ||
1766 | <property name="padding">5</property> | ||
1767 | jpye | 1902 | <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 | jpye | 1927 | <property name="top_attach">2</property> |
1775 | <property name="bottom_attach">3</property> | ||
1776 | jpye | 1911 | <property name="x_options">GTK_FILL</property> |
1777 | jpye | 1902 | </packing> |
1778 | </child> | ||
1779 | <child> | ||
1780 | jpye | 1927 | <widget class="GtkLabel" id="label29"> |
1781 | jpye | 1902 | <property name="visible">True</property> |
1782 | <property name="xalign">0</property> | ||
1783 | jpye | 1927 | <property name="label" translatable="yes">Status</property> |
1784 | jpye | 1902 | </widget> |
1785 | <packing> | ||
1786 | jpye | 1927 | <property name="top_attach">2</property> |
1787 | <property name="bottom_attach">3</property> | ||
1788 | jpye | 1911 | <property name="x_options">GTK_FILL</property> |
1789 | jpye | 1902 | <property name="y_options"></property> |
1790 | </packing> | ||
1791 | </child> | ||
1792 | <child> | ||
1793 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator5"> |
1794 | jpye | 1902 | <property name="visible">True</property> |
1795 | </widget> | ||
1796 | <packing> | ||
1797 | jpye | 1927 | <property name="top_attach">1</property> |
1798 | <property name="bottom_attach">2</property> | ||
1799 | <property name="x_options"></property> | ||
1800 | jpye | 1902 | </packing> |
1801 | </child> | ||
1802 | <child> | ||
1803 | jpye | 1927 | <widget class="GtkHSeparator" id="hseparator6"> |
1804 | jpye | 1902 | <property name="visible">True</property> |
1805 | </widget> | ||
1806 | <packing> | ||
1807 | jpye | 1927 | <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 | jpye | 1902 | <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 | jpye | 2054 | <property name="layout_style">end</property> |
1825 | jpye | 1902 | <child> |
1826 | <widget class="GtkButton" id="cancelbutton"> | ||
1827 | jpye | 2054 | <property name="label">gtk-cancel</property> |
1828 | <property name="response_id">-6</property> | ||
1829 | jpye | 1902 | <property name="visible">True</property> |
1830 | <property name="can_focus">True</property> | ||
1831 | <property name="can_default">True</property> | ||
1832 | jpye | 2054 | <property name="receives_default">False</property> |
1833 | jpye | 1902 | <property name="use_stock">True</property> |
1834 | <signal name="clicked" handler="on_cancelbutton_clicked"/> | ||
1835 | </widget> | ||
1836 | jpye | 2054 | <packing> |
1837 | <property name="expand">False</property> | ||
1838 | <property name="fill">False</property> | ||
1839 | <property name="position">0</property> | ||
1840 | </packing> | ||
1841 | jpye | 1902 | </child> |
1842 | <child> | ||
1843 | <widget class="GtkButton" id="applybutton"> | ||
1844 | jpye | 2054 | <property name="label">gtk-apply</property> |
1845 | <property name="response_id">-10</property> | ||
1846 | jpye | 1902 | <property name="visible">True</property> |
1847 | <property name="can_focus">True</property> | ||
1848 | <property name="can_default">True</property> | ||
1849 | jpye | 2054 | <property name="receives_default">False</property> |
1850 | jpye | 1902 | <property name="use_stock">True</property> |
1851 | <signal name="clicked" handler="on_okbutton_clicked"/> | ||
1852 | </widget> | ||
1853 | <packing> | ||
1854 | jpye | 2054 | <property name="expand">False</property> |
1855 | <property name="fill">False</property> | ||
1856 | jpye | 1902 | <property name="position">1</property> |
1857 | </packing> | ||
1858 | </child> | ||
1859 | <child> | ||
1860 | <widget class="GtkButton" id="okbutton"> | ||
1861 | jpye | 2054 | <property name="label">gtk-ok</property> |
1862 | <property name="response_id">-5</property> | ||
1863 | jpye | 1902 | <property name="visible">True</property> |
1864 | <property name="can_focus">True</property> | ||
1865 | <property name="can_default">True</property> | ||
1866 | jpye | 2054 | <property name="receives_default">False</property> |
1867 | jpye | 1902 | <property name="use_stock">True</property> |
1868 | </widget> | ||
1869 | <packing> | ||
1870 | jpye | 2054 | <property name="expand">False</property> |
1871 | <property name="fill">False</property> | ||
1872 | jpye | 1902 | <property name="position">2</property> |
1873 | </packing> | ||
1874 | </child> | ||
1875 | </widget> | ||
1876 | <packing> | ||
1877 | <property name="expand">False</property> | ||
1878 | jpye | 2054 | <property name="pack_type">end</property> |
1879 | <property name="position">0</property> | ||
1880 | jpye | 1902 | </packing> |
1881 | </child> | ||
1882 | </widget> | ||
1883 | & |