blob: e8335d8e21493dda6422f6b9743832240a7ae8ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkGrid" id="grid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">12</property>
<property name="margin_right">16</property>
<property name="margin_start">12</property>
<property name="margin_end">16</property>
<property name="column_homogeneous">True</property>
<child>
<object class="GtkEventBox" id="equation_eventbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="button-press-event" handler="equation_clicked_cb" swapped="no"/>
<child>
<object class="GtkLabel" id="equation_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ellipsize">end</property>
<property name="max_width_chars">1</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<attributes>
<attribute name="size" value="14000"/>
</attributes>
</object>
</child>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="equation_symbol">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">=</property>
<property name="max_width_chars">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<attributes>
<attribute name="weight" value="light"/>
<attribute name="size" value="12000"/>
</attributes>
</object>
<packing>
<property name="left_attach">4</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkEventBox" id="answer_eventbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="button-press-event" handler="answer_clicked_cb" swapped="no"/>
<child>
<object class="GtkLabel" id="answer_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ellipsize">end</property>
<property name="max_width_chars">12</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="size" value="14000"/>
</attributes>
</object>
</child>
</object>
<packing>
<property name="left_attach">5</property>
<property name="top_attach">0</property>
<property name="width">2</property>
</packing>
</child>
</object>
</interface>
|