Commit | Line | Data |
---|---|---|
84aff5c8 H |
1 | <?xml version="1.0"?> |
2 | <interface> | |
3 | <object class="GtkWindow" id="window"> | |
4 | <property name="visible">True</property> | |
5 | <signal name="destroy" handler="on_window_destroy"/> | |
6 | <child> | |
7 | <object class="GtkVBox" id="vbox1"> | |
8 | <property name="visible">True</property> | |
9 | <child> | |
10 | <object class="GtkVBox" id="vbox2"> | |
11 | <property name="visible">True</property> | |
12 | <child> | |
13 | <object class="GtkHBox" id="hbox2"> | |
14 | <property name="visible">True</property> | |
15 | <child> | |
16 | <object class="GtkEntry" id="entry_a"> | |
17 | <property name="visible">True</property> | |
18 | <property name="can_focus">True</property> | |
19 | </object> | |
20 | </child> | |
21 | <child> | |
22 | <object class="GtkLabel" id="label_op"> | |
23 | <property name="visible">True</property> | |
24 | <property name="label" translatable="yes">?</property> | |
25 | </object> | |
26 | <packing> | |
27 | <property name="position">1</property> | |
28 | </packing> | |
29 | </child> | |
30 | <child> | |
31 | <object class="GtkEntry" id="entry_b"> | |
32 | <property name="visible">True</property> | |
33 | <property name="can_focus">True</property> | |
34 | </object> | |
35 | <packing> | |
36 | <property name="position">2</property> | |
37 | </packing> | |
38 | </child> | |
39 | <child> | |
40 | <object class="GtkLabel" id="label2"> | |
41 | <property name="visible">True</property> | |
42 | <property name="label" translatable="yes">=</property> | |
43 | </object> | |
44 | <packing> | |
45 | <property name="position">3</property> | |
46 | </packing> | |
47 | </child> | |
48 | </object> | |
49 | </child> | |
50 | <child> | |
51 | <object class="GtkEntry" id="entry_calc"> | |
52 | <property name="visible">True</property> | |
53 | <property name="can_focus">True</property> | |
54 | </object> | |
55 | <packing> | |
56 | <property name="position">1</property> | |
57 | </packing> | |
58 | </child> | |
59 | </object> | |
60 | </child> | |
61 | <child> | |
62 | <object class="GtkHBox" id="hbox1"> | |
63 | <property name="visible">True</property> | |
64 | <child> | |
65 | <object class="GtkLabel" id="label_mem"> | |
66 | <property name="visible">True</property> | |
67 | <property name="label" translatable="yes">MEM:</property> | |
68 | </object> | |
69 | </child> | |
70 | <child> | |
71 | <object class="GtkButton" id="button_mplus"> | |
72 | <property name="visible">True</property> | |
73 | <property name="can_focus">True</property> | |
74 | <property name="receives_default">True</property> | |
75 | <property name="label" translatable="yes">+</property> | |
76 | <property name="response_id">0</property> | |
77 | <signal name="clicked" handler="on_button_mem_clicked"/> | |
78 | </object> | |
79 | <packing> | |
80 | <property name="position">1</property> | |
81 | </packing> | |
82 | </child> | |
83 | <child> | |
84 | <object class="GtkButton" id="button_mminus"> | |
85 | <property name="visible">True</property> | |
86 | <property name="can_focus">True</property> | |
87 | <property name="receives_default">True</property> | |
88 | <property name="label" translatable="yes">-</property> | |
89 | <property name="response_id">0</property> | |
90 | <signal name="clicked" handler="on_button_mem_clicked"/> | |
91 | </object> | |
92 | <packing> | |
93 | <property name="position">2</property> | |
94 | </packing> | |
95 | </child> | |
96 | <child> | |
97 | <object class="GtkButton" id="button_mclear"> | |
98 | <property name="visible">True</property> | |
99 | <property name="can_focus">True</property> | |
100 | <property name="receives_default">True</property> | |
101 | <property name="label" translatable="yes">C</property> | |
102 | <property name="response_id">0</property> | |
103 | <signal name="clicked" handler="on_button_mem_clicked"/> | |
104 | </object> | |
105 | <packing> | |
106 | <property name="position">3</property> | |
107 | </packing> | |
108 | </child> | |
109 | <child> | |
110 | <object class="GtkEntry" id="entry_mem"> | |
111 | <property name="visible">True</property> | |
112 | <property name="can_focus">True</property> | |
113 | <property name="text" translatable="yes">0</property> | |
114 | </object> | |
115 | <packing> | |
116 | <property name="position">4</property> | |
117 | </packing> | |
118 | </child> | |
119 | </object> | |
120 | <packing> | |
121 | <property name="position">1</property> | |
122 | </packing> | |
123 | </child> | |
124 | <child> | |
125 | <object class="GtkTable" id="table1"> | |
126 | <property name="visible">True</property> | |
127 | <property name="n_rows">4</property> | |
128 | <property name="n_columns">5</property> | |
129 | <child> | |
130 | <object class="GtkButton" id="button_divide"> | |
131 | <property name="visible">True</property> | |
132 | <property name="can_focus">True</property> | |
133 | <property name="receives_default">True</property> | |
134 | <property name="label" translatable="yes">/</property> | |
135 | <property name="response_id">0</property> | |
136 | <signal name="clicked" handler="on_button_op_clicked"/> | |
137 | </object> | |
138 | <packing> | |
139 | <property name="left_attach">1</property> | |
140 | <property name="right_attach">2</property> | |
141 | <property name="top_attach">3</property> | |
142 | <property name="bottom_attach">4</property> | |
143 | </packing> | |
144 | </child> | |
145 | <child> | |
146 | <object class="GtkButton" id="button_multiply"> | |
147 | <property name="visible">True</property> | |
148 | <property name="can_focus">True</property> | |
149 | <property name="receives_default">True</property> | |
150 | <property name="label" translatable="yes">*</property> | |
151 | <property name="response_id">0</property> | |
152 | <signal name="clicked" handler="on_button_op_clicked"/> | |
153 | </object> | |
154 | <packing> | |
155 | <property name="left_attach">1</property> | |
156 | <property name="right_attach">2</property> | |
157 | <property name="top_attach">2</property> | |
158 | <property name="bottom_attach">3</property> | |
159 | </packing> | |
160 | </child> | |
161 | <child> | |
162 | <object class="GtkButton" id="button_minus"> | |
163 | <property name="visible">True</property> | |
164 | <property name="can_focus">True</property> | |
165 | <property name="receives_default">True</property> | |
166 | <property name="label" translatable="yes">-</property> | |
167 | <property name="response_id">0</property> | |
168 | <signal name="clicked" handler="on_button_op_clicked"/> | |
169 | </object> | |
170 | <packing> | |
171 | <property name="left_attach">1</property> | |
172 | <property name="right_attach">2</property> | |
173 | <property name="top_attach">1</property> | |
174 | <property name="bottom_attach">2</property> | |
175 | </packing> | |
176 | </child> | |
177 | <child> | |
178 | <object class="GtkButton" id="button_plus"> | |
179 | <property name="visible">True</property> | |
180 | <property name="can_focus">True</property> | |
181 | <property name="receives_default">True</property> | |
182 | <property name="label" translatable="yes">+</property> | |
183 | <property name="response_id">0</property> | |
184 | <signal name="clicked" handler="on_button_op_clicked"/> | |
185 | </object> | |
186 | <packing> | |
187 | <property name="left_attach">1</property> | |
188 | <property name="right_attach">2</property> | |
189 | </packing> | |
190 | </child> | |
191 | <child> | |
192 | <object class="GtkButton" id="button_sqr"> | |
193 | <property name="visible">True</property> | |
194 | <property name="can_focus">True</property> | |
195 | <property name="receives_default">True</property> | |
196 | <property name="label" translatable="yes">SQRT</property> | |
197 | <property name="response_id">0</property> | |
198 | <signal name="clicked" handler="on_button_op_clicked"/> | |
199 | </object> | |
200 | <packing> | |
201 | <property name="top_attach">3</property> | |
202 | <property name="bottom_attach">4</property> | |
203 | </packing> | |
204 | </child> | |
205 | <child> | |
206 | <object class="GtkButton" id="button_pow"> | |
207 | <property name="visible">True</property> | |
208 | <property name="can_focus">True</property> | |
209 | <property name="receives_default">True</property> | |
210 | <property name="label" translatable="yes">^</property> | |
211 | <property name="response_id">0</property> | |
212 | <signal name="clicked" handler="on_button_op_clicked"/> | |
213 | </object> | |
214 | <packing> | |
215 | <property name="top_attach">2</property> | |
216 | <property name="bottom_attach">3</property> | |
217 | </packing> | |
218 | </child> | |
219 | <child> | |
220 | <object class="GtkButton" id="button_reset"> | |
221 | <property name="visible">True</property> | |
222 | <property name="can_focus">True</property> | |
223 | <property name="receives_default">True</property> | |
224 | <property name="label" translatable="yes">RST</property> | |
225 | <property name="response_id">0</property> | |
226 | <signal name="clicked" handler="reset"/> | |
227 | </object> | |
228 | <packing> | |
229 | <property name="top_attach">1</property> | |
230 | <property name="bottom_attach">2</property> | |
231 | </packing> | |
232 | </child> | |
233 | <child> | |
234 | <object class="GtkButton" id="button_clear"> | |
235 | <property name="visible">True</property> | |
236 | <property name="can_focus">True</property> | |
237 | <property name="receives_default">True</property> | |
238 | <property name="label" translatable="yes">C</property> | |
239 | <property name="response_id">0</property> | |
240 | <signal name="clicked" handler="on_button_clear_clicked"/> | |
241 | </object> | |
242 | </child> | |
243 | <child> | |
244 | <object class="GtkButton" id="button_point"> | |
245 | <property name="visible">True</property> | |
246 | <property name="can_focus">True</property> | |
247 | <property name="receives_default">True</property> | |
248 | <property name="label" translatable="yes">.</property> | |
249 | <property name="response_id">0</property> | |
250 | <signal name="clicked" handler="on_button_no_clicked"/> | |
251 | </object> | |
252 | <packing> | |
253 | <property name="left_attach">3</property> | |
254 | <property name="right_attach">4</property> | |
255 | <property name="top_attach">3</property> | |
256 | <property name="bottom_attach">4</property> | |
257 | </packing> | |
258 | </child> | |
259 | <child> | |
260 | <object class="GtkButton" id="button_0"> | |
261 | <property name="visible">True</property> | |
262 | <property name="can_focus">True</property> | |
263 | <property name="receives_default">True</property> | |
264 | <property name="label" translatable="yes">0</property> | |
265 | <property name="response_id">0</property> | |
266 | <signal name="clicked" handler="on_button_no_clicked"/> | |
267 | </object> | |
268 | <packing> | |
269 | <property name="left_attach">2</property> | |
270 | <property name="right_attach">3</property> | |
271 | <property name="top_attach">3</property> | |
272 | <property name="bottom_attach">4</property> | |
273 | </packing> | |
274 | </child> | |
275 | <child> | |
276 | <object class="GtkButton" id="button_3"> | |
277 | <property name="visible">True</property> | |
278 | <property name="can_focus">True</property> | |
279 | <property name="receives_default">True</property> | |
280 | <property name="label" translatable="yes">3</property> | |
281 | <property name="response_id">0</property> | |
282 | <signal name="clicked" handler="on_button_no_clicked"/> | |
283 | </object> | |
284 | <packing> | |
285 | <property name="left_attach">4</property> | |
286 | <property name="right_attach">5</property> | |
287 | <property name="top_attach">2</property> | |
288 | <property name="bottom_attach">3</property> | |
289 | </packing> | |
290 | </child> | |
291 | <child> | |
292 | <object class="GtkButton" id="button_2"> | |
293 | <property name="visible">True</property> | |
294 | <property name="can_focus">True</property> | |
295 | <property name="receives_default">True</property> | |
296 | <property name="label" translatable="yes">2</property> | |
297 | <property name="response_id">0</property> | |
298 | <signal name="clicked" handler="on_button_no_clicked"/> | |
299 | </object> | |
300 | <packing> | |
301 | <property name="left_attach">3</property> | |
302 | <property name="right_attach">4</property> | |
303 | <property name="top_attach">2</property> | |
304 | <property name="bottom_attach">3</property> | |
305 | </packing> | |
306 | </child> | |
307 | <child> | |
308 | <object class="GtkButton" id="button_1"> | |
309 | <property name="visible">True</property> | |
310 | <property name="can_focus">True</property> | |
311 | <property name="receives_default">True</property> | |
312 | <property name="label" translatable="yes">1</property> | |
313 | <property name="response_id">0</property> | |
314 | <signal name="clicked" handler="on_button_no_clicked"/> | |
315 | </object> | |
316 | <packing> | |
317 | <property name="left_attach">2</property> | |
318 | <property name="right_attach">3</property> | |
319 | <property name="top_attach">2</property> | |
320 | <property name="bottom_attach">3</property> | |
321 | </packing> | |
322 | </child> | |
323 | <child> | |
324 | <object class="GtkButton" id="button_6"> | |
325 | <property name="visible">True</property> | |
326 | <property name="can_focus">True</property> | |
327 | <property name="receives_default">True</property> | |
328 | <property name="label" translatable="yes">6</property> | |
329 | <property name="response_id">0</property> | |
330 | <signal name="clicked" handler="on_button_no_clicked"/> | |
331 | </object> | |
332 | <packing> | |
333 | <property name="left_attach">4</property> | |
334 | <property name="right_attach">5</property> | |
335 | <property name="top_attach">1</property> | |
336 | <property name="bottom_attach">2</property> | |
337 | </packing> | |
338 | </child> | |
339 | <child> | |
340 | <object class="GtkButton" id="button_5"> | |
341 | <property name="visible">True</property> | |
342 | <property name="can_focus">True</property> | |
343 | <property name="receives_default">True</property> | |
344 | <property name="label" translatable="yes">5</property> | |
345 | <property name="response_id">0</property> | |
346 | <signal name="clicked" handler="on_button_no_clicked"/> | |
347 | </object> | |
348 | <packing> | |
349 | <property name="left_attach">3</property> | |
350 | <property name="right_attach">4</property> | |
351 | <property name="top_attach">1</property> | |
352 | <property name="bottom_attach">2</property> | |
353 | </packing> | |
354 | </child> | |
355 | <child> | |
356 | <object class="GtkButton" id="button_4"> | |
357 | <property name="visible">True</property> | |
358 | <property name="can_focus">True</property> | |
359 | <property name="receives_default">True</property> | |
360 | <property name="label" translatable="yes">4</property> | |
361 | <property name="response_id">0</property> | |
362 | <signal name="clicked" handler="on_button_no_clicked"/> | |
363 | </object> | |
364 | <packing> | |
365 | <property name="left_attach">2</property> | |
366 | <property name="right_attach">3</property> | |
367 | <property name="top_attach">1</property> | |
368 | <property name="bottom_attach">2</property> | |
369 | </packing> | |
370 | </child> | |
371 | <child> | |
372 | <object class="GtkButton" id="button_9"> | |
373 | <property name="visible">True</property> | |
374 | <property name="can_focus">True</property> | |
375 | <property name="receives_default">True</property> | |
376 | <property name="label" translatable="yes">9</property> | |
377 | <property name="response_id">0</property> | |
378 | <signal name="clicked" handler="on_button_no_clicked"/> | |
379 | </object> | |
380 | <packing> | |
381 | <property name="left_attach">4</property> | |
382 | <property name="right_attach">5</property> | |
383 | </packing> | |
384 | </child> | |
385 | <child> | |
386 | <object class="GtkButton" id="button_8"> | |
387 | <property name="visible">True</property> | |
388 | <property name="can_focus">True</property> | |
389 | <property name="receives_default">True</property> | |
390 | <property name="label" translatable="yes">8</property> | |
391 | <property name="response_id">0</property> | |
392 | <signal name="clicked" handler="on_button_no_clicked"/> | |
393 | </object> | |
394 | <packing> | |
395 | <property name="left_attach">3</property> | |
396 | <property name="right_attach">4</property> | |
397 | </packing> | |
398 | </child> | |
399 | <child> | |
400 | <object class="GtkButton" id="button_7"> | |
401 | <property name="visible">True</property> | |
402 | <property name="can_focus">True</property> | |
403 | <property name="receives_default">True</property> | |
404 | <property name="label" translatable="yes">7</property> | |
405 | <property name="response_id">0</property> | |
406 | <signal name="clicked" handler="on_button_no_clicked"/> | |
407 | </object> | |
408 | <packing> | |
409 | <property name="left_attach">2</property> | |
410 | <property name="right_attach">3</property> | |
411 | </packing> | |
412 | </child> | |
413 | <child> | |
414 | <object class="GtkButton" id="button_eq"> | |
415 | <property name="visible">True</property> | |
416 | <property name="can_focus">True</property> | |
417 | <property name="receives_default">True</property> | |
418 | <property name="label" translatable="yes">=</property> | |
419 | <property name="response_id">0</property> | |
420 | <signal name="clicked" handler="on_button_op_clicked"/> | |
421 | </object> | |
422 | <packing> | |
423 | <property name="left_attach">4</property> | |
424 | <property name="right_attach">5</property> | |
425 | <property name="top_attach">3</property> | |
426 | <property name="bottom_attach">4</property> | |
427 | </packing> | |
428 | </child> | |
429 | </object> | |
430 | <packing> | |
431 | <property name="position">2</property> | |
432 | </packing> | |
433 | </child> | |
434 | </object> | |
435 | </child> | |
436 | </object> | |
437 | </interface> |