bzr branch
http://gegoxaren.bato24.eu/bzr/gpump/trunk
1
by Gustav Hartvigsson
Initial code. |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!-- Generated with glade 3.16.1 -->
|
|
3 |
<interface>
|
|
4 |
<requires lib="gtk+" version="3.10"/> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
5 |
<object class="GtkImage" id="like_ico"> |
6 |
<property name="visible">True</property> |
|
7 |
<property name="can_focus">False</property> |
|
8 |
<property name="icon_name">emblem-favorite-symbolic</property> |
|
9 |
</object> |
|
10 |
<object class="GtkImage" id="rem_ico"> |
|
11 |
<property name="visible">True</property> |
|
12 |
<property name="can_focus">False</property> |
|
13 |
<property name="icon_name">edit-delete-symbolic</property> |
|
14 |
</object> |
|
15 |
<object class="GtkImage" id="shere_ico"> |
|
16 |
<property name="visible">True</property> |
|
17 |
<property name="can_focus">False</property> |
|
18 |
<property name="icon_name">send-to-symbolic</property> |
|
19 |
</object> |
|
1
by Gustav Hartvigsson
Initial code. |
20 |
<object class="GtkBox" id="comment"> |
21 |
<property name="name">GPumpCommentContainer</property> |
|
22 |
<property name="visible">True</property> |
|
23 |
<property name="can_focus">False</property> |
|
24 |
<property name="orientation">vertical</property> |
|
25 |
<child> |
|
26 |
<object class="GtkBox" id="box5"> |
|
27 |
<property name="visible">True</property> |
|
28 |
<property name="can_focus">False</property> |
|
29 |
<child> |
|
30 |
<object class="GtkImage" id="comment_avatar"> |
|
31 |
<property name="width_request">43</property> |
|
32 |
<property name="height_request">43</property> |
|
33 |
<property name="visible">True</property> |
|
34 |
<property name="can_focus">False</property> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
35 |
<property name="tooltip_text" translatable="yes"><user name></property> |
36 |
<property name="icon_name">avatar-default-symbolic</property> |
|
1
by Gustav Hartvigsson
Initial code. |
37 |
</object> |
38 |
<packing> |
|
39 |
<property name="expand">False</property> |
|
40 |
<property name="fill">True</property> |
|
41 |
<property name="position">0</property> |
|
42 |
</packing> |
|
43 |
</child> |
|
44 |
<child> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
45 |
<object class="GtkButton" id="btn_rem"> |
46 |
<property name="visible">True</property> |
|
47 |
<property name="can_focus">True</property> |
|
48 |
<property name="receives_default">True</property> |
|
49 |
<property name="tooltip_text" translatable="yes">Remove post</property> |
|
50 |
<property name="margin_top">3</property> |
|
51 |
<property name="margin_bottom">2</property> |
|
52 |
<property name="image">rem_ico</property> |
|
53 |
</object> |
|
54 |
<packing> |
|
55 |
<property name="expand">False</property> |
|
56 |
<property name="fill">True</property> |
|
57 |
<property name="pack_type">end</property> |
|
58 |
<property name="position">1</property> |
|
59 |
</packing> |
|
60 |
</child> |
|
61 |
<child> |
|
1
by Gustav Hartvigsson
Initial code. |
62 |
<object class="GtkLabel" id="comment_info"> |
63 |
<property name="visible">True</property> |
|
64 |
<property name="can_focus">False</property> |
|
65 |
<property name="label" translatable="yes">comment_info</property> |
|
66 |
<property name="justify">center</property> |
|
67 |
</object> |
|
68 |
<packing> |
|
69 |
<property name="expand">True</property> |
|
70 |
<property name="fill">True</property> |
|
71 |
<property name="pack_type">end</property> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
72 |
<property name="position">2</property> |
1
by Gustav Hartvigsson
Initial code. |
73 |
</packing> |
74 |
</child> |
|
75 |
</object> |
|
76 |
<packing> |
|
77 |
<property name="expand">False</property> |
|
78 |
<property name="fill">True</property> |
|
79 |
<property name="position">0</property> |
|
80 |
</packing> |
|
81 |
</child> |
|
82 |
<child> |
|
83 |
<object class="GtkTextView" id="comment_tex"> |
|
84 |
<property name="visible">True</property> |
|
85 |
<property name="can_focus">True</property> |
|
86 |
</object> |
|
87 |
<packing> |
|
88 |
<property name="expand">True</property> |
|
89 |
<property name="fill">True</property> |
|
90 |
<property name="position">1</property> |
|
91 |
</packing> |
|
92 |
</child> |
|
93 |
<child> |
|
94 |
<object class="GtkBox" id="box1"> |
|
95 |
<property name="visible">True</property> |
|
96 |
<property name="can_focus">False</property> |
|
97 |
<child> |
|
98 |
<object class="GtkBox" id="box4"> |
|
99 |
<property name="visible">True</property> |
|
100 |
<property name="can_focus">False</property> |
|
101 |
<child> |
|
102 |
<object class="GtkButton" id="btn_share1"> |
|
103 |
<property name="visible">True</property> |
|
104 |
<property name="can_focus">True</property> |
|
105 |
<property name="receives_default">True</property> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
106 |
<property name="tooltip_text" translatable="yes">Reshare</property> |
1
by Gustav Hartvigsson
Initial code. |
107 |
<property name="image">shere_ico</property> |
108 |
</object> |
|
109 |
<packing> |
|
110 |
<property name="expand">False</property> |
|
111 |
<property name="fill">True</property> |
|
112 |
<property name="position">0</property> |
|
113 |
</packing> |
|
114 |
</child> |
|
115 |
<child> |
|
116 |
<object class="GtkButton" id="btn_like1"> |
|
117 |
<property name="visible">True</property> |
|
118 |
<property name="can_focus">True</property> |
|
119 |
<property name="receives_default">True</property> |
|
12
by Gustav Hartvigsson
* changed the icons in the widget UI to Symoblic. |
120 |
<property name="tooltip_text" translatable="yes">Like</property> |
1
by Gustav Hartvigsson
Initial code. |
121 |
<property name="image">like_ico</property> |
122 |
<property name="xalign">0.51999998092651367</property> |
|
123 |
</object> |
|
124 |
<packing> |
|
125 |
<property name="expand">False</property> |
|
126 |
<property name="fill">True</property> |
|
127 |
<property name="position">1</property> |
|
128 |
</packing> |
|
129 |
</child> |
|
130 |
</object> |
|
131 |
<packing> |
|
132 |
<property name="expand">False</property> |
|
133 |
<property name="fill">True</property> |
|
134 |
<property name="position">0</property> |
|
135 |
</packing> |
|
136 |
</child> |
|
137 |
<child> |
|
138 |
<placeholder/> |
|
139 |
</child> |
|
140 |
</object> |
|
141 |
<packing> |
|
142 |
<property name="expand">False</property> |
|
143 |
<property name="fill">True</property> |
|
144 |
<property name="position">2</property> |
|
145 |
</packing> |
|
146 |
</child> |
|
147 |
</object> |
|
148 |
</interface>
|