aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_publish_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_publish_dialog.glade630
1 files changed, 331 insertions, 299 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_dialog.glade b/contrib/gnunet_fs_gtk_publish_dialog.glade
index 6fdef7a6..797bbcab 100644
--- a/contrib/gnunet_fs_gtk_publish_dialog.glade
+++ b/contrib/gnunet_fs_gtk_publish_dialog.glade
@@ -29,7 +29,6 @@
29 <property name="window_position">center-on-parent</property> 29 <property name="window_position">center-on-parent</property>
30 <property name="destroy_with_parent">True</property> 30 <property name="destroy_with_parent">True</property>
31 <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/> 31 <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/>
32 <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb" swapped="no"/>
33 <child> 32 <child>
34 <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox"> 33 <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox">
35 <property name="visible">True</property> 34 <property name="visible">True</property>
@@ -37,346 +36,364 @@
37 <property name="border_width">4</property> 36 <property name="border_width">4</property>
38 <property name="spacing">7</property> 37 <property name="spacing">7</property>
39 <child> 38 <child>
40 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_file_information_scrolled_window"> 39 <object class="GtkVPaned" id="GNUNET_GTK_master_publish_dialog_vpaned">
41 <property name="visible">True</property> 40 <property name="visible">True</property>
42 <property name="can_focus">True</property> 41 <property name="can_focus">True</property>
43 <property name="hadjustment">adjustment5</property>
44 <property name="vadjustment">adjustment6</property>
45 <property name="hscrollbar_policy">automatic</property>
46 <property name="vscrollbar_policy">automatic</property>
47 <property name="shadow_type">in</property>
48 <child> 42 <child>
49 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_file_information_tree_view"> 43 <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_top_vbox">
50 <property name="height_request">100</property>
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="model">GNUNET_GTK_file_sharing_publishing_tree_store</property>
54 <property name="hadjustment">adjustment5</property>
55 <property name="vadjustment">adjustment6</property>
56 <property name="headers_clickable">False</property>
57 <property name="search_column">0</property>
58 <property name="enable_tree_lines">True</property>
59 <child>
60 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column">
61 <property name="sizing">autosize</property>
62 <property name="title">Size</property>
63 <child>
64 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/>
65 <attributes>
66 <attribute name="text">0</attribute>
67 </attributes>
68 </child>
69 </object>
70 </child>
71 <child>
72 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column">
73 <property name="sizing">autosize</property>
74 <property name="title">Filename</property>
75 <property name="expand">True</property>
76 <property name="clickable">True</property>
77 <property name="reorderable">True</property>
78 <property name="sort_indicator">True</property>
79 <child>
80 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filename_renderer"/>
81 <attributes>
82 <attribute name="text">2</attribute>
83 </attributes>
84 </child>
85 </object>
86 </child>
87 </object>
88 </child>
89 </object>
90 <packing>
91 <property name="expand">True</property>
92 <property name="fill">True</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <child>
101 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="n_rows">2</property>
105 <property name="n_columns">3</property>
106 <child>
107 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button">
108 <property name="label" translatable="yes">Add _File</property>
109 <property name="use_action_appearance">False</property>
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">True</property>
113 <property name="use_underline">True</property>
114 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb" swapped="no"/>
115 </object>
116 </child>
117 <child>
118 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button">
119 <property name="label" translatable="yes">_Create empty directory</property>
120 <property name="use_action_appearance">False</property>
121 <property name="visible">True</property>
122 <property name="can_focus">True</property>
123 <property name="receives_default">True</property>
124 <property name="image">new_stock_image</property>
125 <property name="use_underline">True</property>
126 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb" swapped="no"/>
127 </object>
128 <packing>
129 <property name="left_attach">1</property>
130 <property name="right_attach">3</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button">
135 <property name="label" translatable="yes">Add _Directory</property>
136 <property name="use_action_appearance">False</property>
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="receives_default">True</property>
140 <property name="use_underline">True</property>
141 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb" swapped="no"/>
142 </object>
143 <packing>
144 <property name="top_attach">1</property>
145 <property name="bottom_attach">2</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button">
150 <property name="label">gtk-edit</property>
151 <property name="use_action_appearance">False</property>
152 <property name="visible">True</property>
153 <property name="sensitive">False</property>
154 <property name="can_focus">True</property>
155 <property name="receives_default">True</property>
156 <property name="use_stock">True</property>
157 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb" swapped="no"/>
158 </object>
159 <packing>
160 <property name="left_attach">1</property>
161 <property name="right_attach">2</property>
162 <property name="top_attach">1</property>
163 <property name="bottom_attach">2</property>
164 </packing>
165 </child>
166 <child>
167 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button">
168 <property name="label">gtk-delete</property>
169 <property name="use_action_appearance">False</property>
170 <property name="visible">True</property>
171 <property name="sensitive">False</property>
172 <property name="can_focus">True</property>
173 <property name="receives_default">True</property>
174 <property name="use_stock">True</property>
175 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb" swapped="no"/>
176 </object>
177 <packing>
178 <property name="left_attach">2</property>
179 <property name="right_attach">3</property>
180 <property name="top_attach">1</property>
181 <property name="bottom_attach">2</property>
182 </packing>
183 </child>
184 </object>
185 <packing>
186 <property name="expand">False</property>
187 <property name="fill">True</property>
188 <property name="padding">25</property>
189 <property name="position">0</property>
190 </packing>
191 </child>
192 <child>
193 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table">
194 <property name="visible">True</property> 44 <property name="visible">True</property>
195 <property name="can_focus">False</property> 45 <property name="can_focus">False</property>
196 <property name="n_rows">2</property>
197 <property name="n_columns">3</property>
198 <property name="homogeneous">True</property>
199 <child>
200 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button">
201 <property name="label">gtk-go-up</property>
202 <property name="use_action_appearance">False</property>
203 <property name="visible">True</property>
204 <property name="sensitive">False</property>
205 <property name="can_focus">True</property>
206 <property name="receives_default">True</property>
207 <property name="use_stock">True</property>
208 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb" swapped="no"/>
209 </object>
210 <packing>
211 <property name="left_attach">1</property>
212 <property name="right_attach">2</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button">
217 <property name="label" translatable="yes">_Left</property>
218 <property name="use_action_appearance">False</property>
219 <property name="visible">True</property>
220 <property name="sensitive">False</property>
221 <property name="can_focus">True</property>
222 <property name="receives_default">True</property>
223 <property name="image">left_stock_image</property>
224 <property name="use_underline">True</property>
225 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb" swapped="no"/>
226 </object>
227 <packing>
228 <property name="top_attach">1</property>
229 <property name="bottom_attach">2</property>
230 </packing>
231 </child>
232 <child> 46 <child>
233 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button"> 47 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_file_information_scrolled_window">
234 <property name="label">gtk-go-down</property>
235 <property name="use_action_appearance">False</property>
236 <property name="visible">True</property> 48 <property name="visible">True</property>
237 <property name="sensitive">False</property>
238 <property name="can_focus">True</property> 49 <property name="can_focus">True</property>
239 <property name="receives_default">True</property> 50 <property name="hadjustment">adjustment5</property>
240 <property name="use_stock">True</property> 51 <property name="vadjustment">adjustment6</property>
241 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb" swapped="no"/> 52 <property name="hscrollbar_policy">automatic</property>
53 <property name="vscrollbar_policy">automatic</property>
54 <property name="shadow_type">in</property>
55 <child>
56 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_file_information_tree_view">
57 <property name="height_request">100</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="model">GNUNET_GTK_file_sharing_publishing_tree_store</property>
61 <property name="hadjustment">adjustment5</property>
62 <property name="vadjustment">adjustment6</property>
63 <property name="headers_clickable">False</property>
64 <property name="search_column">0</property>
65 <property name="enable_tree_lines">True</property>
66 <child>
67 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column">
68 <property name="sizing">autosize</property>
69 <property name="title">Size</property>
70 <child>
71 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/>
72 <attributes>
73 <attribute name="text">0</attribute>
74 </attributes>
75 </child>
76 </object>
77 </child>
78 <child>
79 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column">
80 <property name="sizing">autosize</property>
81 <property name="title">Filename</property>
82 <property name="expand">True</property>
83 <property name="clickable">True</property>
84 <property name="reorderable">True</property>
85 <property name="sort_indicator">True</property>
86 <child>
87 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filename_renderer"/>
88 <attributes>
89 <attribute name="text">2</attribute>
90 </attributes>
91 </child>
92 </object>
93 </child>
94 </object>
95 </child>
242 </object> 96 </object>
243 <packing> 97 <packing>
244 <property name="left_attach">1</property> 98 <property name="expand">True</property>
245 <property name="right_attach">2</property> 99 <property name="fill">True</property>
246 <property name="top_attach">1</property> 100 <property name="position">0</property>
247 <property name="bottom_attach">2</property>
248 </packing> 101 </packing>
249 </child> 102 </child>
250 <child> 103 <child>
251 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button"> 104 <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox">
252 <property name="label" translatable="yes">_Right</property>
253 <property name="use_action_appearance">False</property>
254 <property name="visible">True</property> 105 <property name="visible">True</property>
255 <property name="sensitive">False</property> 106 <property name="can_focus">False</property>
256 <property name="can_focus">True</property> 107 <child>
257 <property name="receives_default">True</property> 108 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table">
258 <property name="image">right_stock_image</property> 109 <property name="visible">True</property>
259 <property name="use_underline">True</property> 110 <property name="can_focus">False</property>
260 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb" swapped="no"/> 111 <property name="n_rows">2</property>
112 <property name="n_columns">3</property>
113 <child>
114 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button">
115 <property name="label" translatable="yes">Add _File</property>
116 <property name="use_action_appearance">False</property>
117 <property name="visible">True</property>
118 <property name="can_focus">True</property>
119 <property name="receives_default">True</property>
120 <property name="use_underline">True</property>
121 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb" swapped="no"/>
122 </object>
123 </child>
124 <child>
125 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button">
126 <property name="label" translatable="yes">_Create empty directory</property>
127 <property name="use_action_appearance">False</property>
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="receives_default">True</property>
131 <property name="image">new_stock_image1</property>
132 <property name="use_underline">True</property>
133 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb" swapped="no"/>
134 </object>
135 <packing>
136 <property name="left_attach">1</property>
137 <property name="right_attach">3</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button">
142 <property name="label" translatable="yes">Add _Directory</property>
143 <property name="use_action_appearance">False</property>
144 <property name="visible">True</property>
145 <property name="can_focus">True</property>
146 <property name="receives_default">True</property>
147 <property name="use_underline">True</property>
148 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb" swapped="no"/>
149 </object>
150 <packing>
151 <property name="top_attach">1</property>
152 <property name="bottom_attach">2</property>
153 </packing>
154 </child>
155 <child>
156 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button">
157 <property name="label">gtk-edit</property>
158 <property name="use_action_appearance">False</property>
159 <property name="visible">True</property>
160 <property name="sensitive">False</property>
161 <property name="can_focus">True</property>
162 <property name="receives_default">True</property>
163 <property name="use_stock">True</property>
164 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb" swapped="no"/>
165 </object>
166 <packing>
167 <property name="left_attach">1</property>
168 <property name="right_attach">2</property>
169 <property name="top_attach">1</property>
170 <property name="bottom_attach">2</property>
171 </packing>
172 </child>
173 <child>
174 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button">
175 <property name="label">gtk-delete</property>
176 <property name="use_action_appearance">False</property>
177 <property name="visible">True</property>
178 <property name="sensitive">False</property>
179 <property name="can_focus">True</property>
180 <property name="receives_default">True</property>
181 <property name="use_stock">True</property>
182 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb" swapped="no"/>
183 </object>
184 <packing>
185 <property name="left_attach">2</property>
186 <property name="right_attach">3</property>
187 <property name="top_attach">1</property>
188 <property name="bottom_attach">2</property>
189 </packing>
190 </child>
191 </object>
192 <packing>
193 <property name="expand">False</property>
194 <property name="fill">True</property>
195 <property name="padding">25</property>
196 <property name="position">0</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table">
201 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <property name="n_rows">2</property>
204 <property name="n_columns">3</property>
205 <property name="homogeneous">True</property>
206 <child>
207 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button">
208 <property name="label">gtk-go-up</property>
209 <property name="use_action_appearance">False</property>
210 <property name="visible">True</property>
211 <property name="sensitive">False</property>
212 <property name="can_focus">True</property>
213 <property name="receives_default">True</property>
214 <property name="use_stock">True</property>
215 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb" swapped="no"/>
216 </object>
217 <packing>
218 <property name="left_attach">1</property>
219 <property name="right_attach">2</property>
220 </packing>
221 </child>
222 <child>
223 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button">
224 <property name="label" translatable="yes">_Left</property>
225 <property name="use_action_appearance">False</property>
226 <property name="visible">True</property>
227 <property name="sensitive">False</property>
228 <property name="can_focus">True</property>
229 <property name="receives_default">True</property>
230 <property name="image">left_stock_image1</property>
231 <property name="use_underline">True</property>
232 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb" swapped="no"/>
233 </object>
234 <packing>
235 <property name="top_attach">1</property>
236 <property name="bottom_attach">2</property>
237 </packing>
238 </child>
239 <child>
240 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button">
241 <property name="label">gtk-go-down</property>
242 <property name="use_action_appearance">False</property>
243 <property name="visible">True</property>
244 <property name="sensitive">False</property>
245 <property name="can_focus">True</property>
246 <property name="receives_default">True</property>
247 <property name="use_stock">True</property>
248 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb" swapped="no"/>
249 </object>
250 <packing>
251 <property name="left_attach">1</property>
252 <property name="right_attach">2</property>
253 <property name="top_attach">1</property>
254 <property name="bottom_attach">2</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button">
259 <property name="label" translatable="yes">_Right</property>
260 <property name="use_action_appearance">False</property>
261 <property name="visible">True</property>
262 <property name="sensitive">False</property>
263 <property name="can_focus">True</property>
264 <property name="receives_default">True</property>
265 <property name="image">right_stock_image1</property>
266 <property name="use_underline">True</property>
267 <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb" swapped="no"/>
268 </object>
269 <packing>
270 <property name="left_attach">2</property>
271 <property name="right_attach">3</property>
272 <property name="top_attach">1</property>
273 <property name="bottom_attach">2</property>
274 </packing>
275 </child>
276 <child>
277 <placeholder/>
278 </child>
279 <child>
280 <placeholder/>
281 </child>
282 </object>
283 <packing>
284 <property name="expand">False</property>
285 <property name="fill">True</property>
286 <property name="padding">25</property>
287 <property name="position">1</property>
288 </packing>
289 </child>
261 </object> 290 </object>
262 <packing> 291 <packing>
263 <property name="left_attach">2</property> 292 <property name="expand">False</property>
264 <property name="right_attach">3</property> 293 <property name="fill">True</property>
265 <property name="top_attach">1</property> 294 <property name="position">1</property>
266 <property name="bottom_attach">2</property>
267 </packing> 295 </packing>
268 </child> 296 </child>
269 <child>
270 <placeholder/>
271 </child>
272 <child>
273 <placeholder/>
274 </child>
275 </object> 297 </object>
276 <packing> 298 <packing>
277 <property name="expand">False</property> 299 <property name="resize">False</property>
278 <property name="fill">True</property> 300 <property name="shrink">False</property>
279 <property name="padding">25</property>
280 <property name="position">1</property>
281 </packing> 301 </packing>
282 </child> 302 </child>
283 </object>
284 <packing>
285 <property name="expand">False</property>
286 <property name="fill">True</property>
287 <property name="position">1</property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window">
292 <property name="visible">True</property>
293 <property name="can_focus">True</property>
294 <property name="hadjustment">adjustment1</property>
295 <property name="vadjustment">adjustment2</property>
296 <property name="hscrollbar_policy">automatic</property>
297 <property name="vscrollbar_policy">automatic</property>
298 <property name="shadow_type">in</property>
299 <child> 303 <child>
300 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view"> 304 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window">
301 <property name="visible">True</property> 305 <property name="visible">True</property>
302 <property name="can_focus">True</property> 306 <property name="can_focus">True</property>
303 <property name="model">GNUNET_GTK_pseudonym_tree_store</property>
304 <property name="hadjustment">adjustment1</property> 307 <property name="hadjustment">adjustment1</property>
305 <property name="vadjustment">adjustment2</property> 308 <property name="vadjustment">adjustment2</property>
306 <property name="headers_clickable">False</property> 309 <property name="hscrollbar_policy">automatic</property>
307 <property name="reorderable">True</property> 310 <property name="vscrollbar_policy">automatic</property>
308 <property name="search_column">0</property> 311 <property name="shadow_type">in</property>
309 <property name="rubber_banding">True</property>
310 <property name="enable_grid_lines">both</property>
311 <child> 312 <child>
312 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column"> 313 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view">
313 <property name="resizable">True</property> 314 <property name="visible">True</property>
314 <property name="title">Pseudonym</property> 315 <property name="can_focus">True</property>
315 <property name="clickable">True</property> 316 <property name="model">GNUNET_GTK_pseudonym_tree_store</property>
317 <property name="hadjustment">adjustment1</property>
318 <property name="vadjustment">adjustment2</property>
319 <property name="headers_clickable">False</property>
316 <property name="reorderable">True</property> 320 <property name="reorderable">True</property>
317 <property name="sort_indicator">True</property> 321 <property name="search_column">0</property>
322 <property name="rubber_banding">True</property>
323 <property name="enable_grid_lines">both</property>
318 <child> 324 <child>
319 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_renderer"/> 325 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column">
320 <attributes> 326 <property name="resizable">True</property>
321 <attribute name="text">0</attribute> 327 <property name="title">Pseudonym</property>
322 </attributes> 328 <property name="clickable">True</property>
329 <property name="reorderable">True</property>
330 <property name="sort_indicator">True</property>
331 <child>
332 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_renderer"/>
333 <attributes>
334 <attribute name="text">0</attribute>
335 </attributes>
336 </child>
337 </object>
323 </child> 338 </child>
324 </object>
325 </child>
326 <child>
327 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column">
328 <property name="resizable">True</property>
329 <property name="sizing">autosize</property>
330 <property name="title">Current identifier</property>
331 <property name="clickable">True</property>
332 <child> 339 <child>
333 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"> 340 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column">
334 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb" swapped="no"/> 341 <property name="sizing">autosize</property>
342 <property name="title">Current identifier</property>
343 <property name="clickable">True</property>
344 <child>
345 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer">
346 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb" swapped="no"/>
347 </object>
348 <attributes>
349 <attribute name="editable">8</attribute>
350 <attribute name="text">2</attribute>
351 </attributes>
352 </child>
335 </object> 353 </object>
336 <attributes>
337 <attribute name="editable">8</attribute>
338 <attribute name="text">2</attribute>
339 </attributes>
340 </child> 354 </child>
341 </object>
342 </child>
343 <child>
344 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column">
345 <property name="resizable">True</property>
346 <property name="sizing">autosize</property>
347 <property name="title">Update identifier</property>
348 <child> 355 <child>
349 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"> 356 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column">
350 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb" swapped="no"/> 357 <property name="sizing">autosize</property>
358 <property name="title">Update identifier</property>
359 <child>
360 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer">
361 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb" swapped="no"/>
362 </object>
363 <attributes>
364 <attribute name="editable">7</attribute>
365 <attribute name="text">5</attribute>
366 </attributes>
367 </child>
351 </object> 368 </object>
352 <attributes>
353 <attribute name="editable">7</attribute>
354 <attribute name="text">5</attribute>
355 </attributes>
356 </child> 369 </child>
357 </object>
358 </child>
359 <child>
360 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column">
361 <property name="resizable">True</property>
362 <property name="title">Description (of existing content)</property>
363 <child> 370 <child>
364 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer"> 371 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column">
365 <property name="wrap_mode">word</property> 372 <property name="resizable">True</property>
373 <property name="title">Description (of existing content)</property>
374 <child>
375 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer">
376 <property name="wrap_mode">word</property>
377 </object>
378 <attributes>
379 <attribute name="text">6</attribute>
380 </attributes>
381 </child>
366 </object> 382 </object>
367 <attributes>
368 <attribute name="text">6</attribute>
369 </attributes>
370 </child> 383 </child>
371 </object> 384 </object>
372 </child> 385 </child>
373 </object> 386 </object>
387 <packing>
388 <property name="resize">False</property>
389 <property name="shrink">False</property>
390 </packing>
374 </child> 391 </child>
375 </object> 392 </object>
376 <packing> 393 <packing>
377 <property name="expand">True</property> 394 <property name="expand">True</property>
378 <property name="fill">True</property> 395 <property name="fill">True</property>
379 <property name="position">2</property> 396 <property name="position">0</property>
380 </packing> 397 </packing>
381 </child> 398 </child>
382 <child> 399 <child>
@@ -422,12 +439,17 @@
422 <packing> 439 <packing>
423 <property name="expand">False</property> 440 <property name="expand">False</property>
424 <property name="fill">False</property> 441 <property name="fill">False</property>
425 <property name="position">3</property> 442 <property name="position">1</property>
426 </packing> 443 </packing>
427 </child> 444 </child>
428 </object> 445 </object>
429 </child> 446 </child>
430 </object> 447 </object>
448 <object class="GtkAdjustment" id="adjustment6">
449 <property name="upper">100</property>
450 <property name="step_increment">1</property>
451 <property name="page_increment">10</property>
452 </object>
431 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store"> 453 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store">
432 <columns> 454 <columns>
433 <!-- column-name local_name --> 455 <!-- column-name local_name -->
@@ -465,26 +487,36 @@
465 <property name="step_increment">1</property> 487 <property name="step_increment">1</property>
466 <property name="page_increment">10</property> 488 <property name="page_increment">10</property>
467 </object> 489 </object>
468 <object class="GtkAdjustment" id="adjustment6">
469 <property name="upper">100</property>
470 <property name="step_increment">1</property>
471 <property name="page_increment">10</property>
472 </object>
473 <object class="GtkImage" id="left_stock_image"> 490 <object class="GtkImage" id="left_stock_image">
474 <property name="visible">True</property> 491 <property name="visible">True</property>
475 <property name="can_focus">False</property> 492 <property name="can_focus">False</property>
476 <property name="stock">gtk-go-back</property> 493 <property name="stock">gtk-go-back</property>
477 </object> 494 </object>
495 <object class="GtkImage" id="left_stock_image1">
496 <property name="visible">True</property>
497 <property name="can_focus">False</property>
498 <property name="stock">gtk-go-back</property>
499 </object>
478 <object class="GtkImage" id="new_stock_image"> 500 <object class="GtkImage" id="new_stock_image">
479 <property name="visible">True</property> 501 <property name="visible">True</property>
480 <property name="can_focus">False</property> 502 <property name="can_focus">False</property>
481 <property name="stock">gtk-new</property> 503 <property name="stock">gtk-new</property>
482 </object> 504 </object>
505 <object class="GtkImage" id="new_stock_image1">
506 <property name="visible">True</property>
507 <property name="can_focus">False</property>
508 <property name="stock">gtk-new</property>
509 </object>
483 <object class="GtkImage" id="right_stock_image"> 510 <object class="GtkImage" id="right_stock_image">
484 <property name="visible">True</property> 511 <property name="visible">True</property>
485 <property name="can_focus">False</property> 512 <property name="can_focus">False</property>
486 <property name="stock">gtk-go-forward</property> 513 <property name="stock">gtk-go-forward</property>
487 </object> 514 </object>
515 <object class="GtkImage" id="right_stock_image1">
516 <property name="visible">True</property>
517 <property name="can_focus">False</property>
518 <property name="stock">gtk-go-forward</property>
519 </object>
488 <object class="GtkSizeGroup" id="sizegroup1"> 520 <object class="GtkSizeGroup" id="sizegroup1">
489 <widgets> 521 <widgets>
490 <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/> 522 <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/>