aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_edit_publication.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_edit_publication.glade')
-rw-r--r--contrib/gnunet_fs_gtk_edit_publication.glade933
1 files changed, 933 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_edit_publication.glade b/contrib/gnunet_fs_gtk_edit_publication.glade
new file mode 100644
index 00000000..81140fd9
--- /dev/null
+++ b/contrib/gnunet_fs_gtk_edit_publication.glade
@@ -0,0 +1,933 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.24"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment">
11 <property name="upper">100</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkListStore" id="GNUNET_GTK_publication_types_liststore">
16 <columns>
17 <!-- column-name Type -->
18 <column type="gint"/>
19 <!-- column-name Type_name -->
20 <column type="gchararray"/>
21 </columns>
22 <data>
23 <row>
24 <col id="0">0</col>
25 <col id="1" translatable="yes">Generic</col>
26 </row>
27 <row>
28 <col id="0">1</col>
29 <col id="1" translatable="yes">Text</col>
30 </row>
31 <row>
32 <col id="0">2</col>
33 <col id="1" translatable="yes">Music</col>
34 </row>
35 <row>
36 <col id="0">3</col>
37 <col id="1" translatable="yes">Video</col>
38 </row>
39 <row>
40 <col id="0">4</col>
41 <col id="1" translatable="yes">Image</col>
42 </row>
43 <row>
44 <col id="0">5</col>
45 <col id="1" translatable="yes">Software</col>
46 </row>
47 <row>
48 <col id="0">6</col>
49 <col id="1" translatable="yes">Namespace</col>
50 </row>
51 </data>
52 </object>
53 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_liststore">
54 <columns>
55 <!-- column-name Type -->
56 <column type="guint"/>
57 <!-- column-name Format -->
58 <column type="guint"/>
59 <!-- column-name Type_name -->
60 <column type="gchararray"/>
61 <!-- column-name Value -->
62 <column type="gchararray"/>
63 <!-- column-name Description -->
64 <column type="gchararray"/>
65 </columns>
66 </object>
67 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_types_liststore">
68 <columns>
69 <!-- column-name Type -->
70 <column type="gint"/>
71 <!-- column-name Format -->
72 <column type="gint"/>
73 <!-- column-name Type1 -->
74 <column type="gchararray"/>
75 <!-- column-name Description -->
76 <column type="gchararray"/>
77 </columns>
78 </object>
79 <object class="GtkListStore" id="GNUNET_GTK_publication_keywords_liststore">
80 <columns>
81 <!-- column-name Keyword -->
82 <column type="gchararray"/>
83 <!-- column-name Added -->
84 <column type="gboolean"/>
85 </columns>
86 </object>
87 <object class="GtkWindow" id="GNUNET_GTK_edit_publication_window">
88 <property name="can_focus">False</property>
89 <property name="modal">True</property>
90 <property name="window_position">center-on-parent</property>
91 <property name="destroy_with_parent">True</property>
92 <property name="skip_taskbar_hint">True</property>
93 <property name="skip_pager_hint">True</property>
94 <signal name="realize" handler="GNUNET_GTK_edit_publication_window_realize_cb" swapped="no"/>
95 <child>
96 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_master_vbox">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="spacing">2</property>
100 <child>
101 <object class="GtkVPaned" id="GNUNET_GTK_edit_publication_main_vpaned">
102 <property name="visible">True</property>
103 <property name="can_focus">True</property>
104 <child>
105 <object class="GtkHPaned" id="GNUNET_GTK_edit_publication_top_hpaned">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="position_set">True</property>
109 <child>
110 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_vbox">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="spacing">5</property>
114 <child>
115 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_hbox">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <child>
119 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_type_label">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="label" translatable="yes">_Publication type:</property>
123 <property name="use_underline">True</property>
124 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_type_combo</property>
125 </object>
126 <packing>
127 <property name="expand">False</property>
128 <property name="fill">False</property>
129 <property name="position">0</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_type_combo">
134 <property name="visible">True</property>
135 <property name="can_focus">False</property>
136 <property name="model">GNUNET_GTK_publication_types_liststore</property>
137 <property name="active">0</property>
138 <signal name="changed" handler="GNUNET_GTK_edit_publication_type_combo_changed_cb" swapped="no"/>
139 <child>
140 <object class="GtkCellRendererText" id="cellrenderertext1"/>
141 <attributes>
142 <attribute name="text">1</attribute>
143 </attributes>
144 </child>
145 </object>
146 <packing>
147 <property name="expand">False</property>
148 <property name="fill">False</property>
149 <property name="position">1</property>
150 </packing>
151 </child>
152 <child>
153 <object class="GtkButton" id="GNUNET_GTK_edit_publication_add_button">
154 <property name="label">gtk-add</property>
155 <property name="use_action_appearance">False</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">True</property>
159 <property name="use_stock">True</property>
160 <signal name="clicked" handler="GNUNET_GTK_edit_publication_add_button_clicked_cb" swapped="no"/>
161 </object>
162 <packing>
163 <property name="expand">False</property>
164 <property name="fill">False</property>
165 <property name="position">2</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkButton" id="GNUNET_GTK_edit_publication_delete_button">
170 <property name="label">gtk-delete</property>
171 <property name="use_action_appearance">False</property>
172 <property name="visible">True</property>
173 <property name="sensitive">False</property>
174 <property name="can_focus">True</property>
175 <property name="receives_default">True</property>
176 <property name="use_stock">True</property>
177 <signal name="clicked" handler="GNUNET_GTK_edit_publication_delete_button_clicked_cb" swapped="no"/>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">False</property>
182 <property name="padding">5</property>
183 <property name="position">3</property>
184 </packing>
185 </child>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="fill">False</property>
190 <property name="position">0</property>
191 </packing>
192 </child>
193 <child>
194 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_publication_metadata_scrolled_window">
195 <property name="width_request">400</property>
196 <property name="height_request">120</property>
197 <property name="visible">True</property>
198 <property name="can_focus">True</property>
199 <property name="hscrollbar_policy">automatic</property>
200 <property name="vscrollbar_policy">automatic</property>
201 <property name="shadow_type">in</property>
202 <child>
203 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_metadata_tree_view">
204 <property name="visible">True</property>
205 <property name="can_focus">True</property>
206 <property name="model">GNUNET_GTK_publication_metadata_liststore</property>
207 <property name="enable_search">False</property>
208 <property name="search_column">0</property>
209 <property name="tooltip_column">4</property>
210 <child>
211 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_column">
212 <property name="resizable">True</property>
213 <property name="title">Type</property>
214 <property name="clickable">True</property>
215 <property name="sort_column_id">2</property>
216 <child>
217 <object class="GtkCellRendererCombo" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer">
218 <property name="editable">True</property>
219 <property name="has_entry">False</property>
220 <property name="model">GNUNET_GTK_publication_metadata_types_liststore</property>
221 <property name="text_column">2</property>
222 <signal name="changed" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_changed_cb" swapped="no"/>
223 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb" swapped="no"/>
224 </object>
225 <attributes>
226 <attribute name="text">2</attribute>
227 </attributes>
228 </child>
229 </object>
230 </child>
231 <child>
232 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_description_column">
233 <property name="sizing">autosize</property>
234 <property name="title">Value</property>
235 <property name="expand">True</property>
236 <property name="clickable">True</property>
237 <property name="sort_column_id">3</property>
238 <child>
239 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer">
240 <property name="editable">True</property>
241 <signal name="edited" handler="GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer_edited_cb" swapped="no"/>
242 </object>
243 <attributes>
244 <attribute name="text">3</attribute>
245 </attributes>
246 </child>
247 </object>
248 </child>
249 </object>
250 </child>
251 </object>
252 <packing>
253 <property name="expand">True</property>
254 <property name="fill">True</property>
255 <property name="position">1</property>
256 </packing>
257 </child>
258 </object>
259 <packing>
260 <property name="resize">True</property>
261 <property name="shrink">False</property>
262 </packing>
263 </child>
264 <child>
265 <object class="GtkFrame" id="GNUNET_GTK_edit_publication_metadata_preview_frame">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="label_xalign">0</property>
269 <child>
270 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_metadata_preview_alignment">
271 <property name="visible">True</property>
272 <property name="can_focus">False</property>
273 <property name="left_padding">12</property>
274 <child>
275 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_metadata_preview_vbox">
276 <property name="visible">True</property>
277 <property name="can_focus">False</property>
278 <child>
279 <object class="GtkFileChooserButton" id="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button">
280 <property name="visible">True</property>
281 <property name="can_focus">True</property>
282 <property name="create_folders">False</property>
283 <property name="title" translatable="yes">Select file</property>
284 <signal name="file-set" handler="GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb" swapped="no"/>
285 </object>
286 <packing>
287 <property name="expand">False</property>
288 <property name="fill">False</property>
289 <property name="position">0</property>
290 </packing>
291 </child>
292 <child>
293 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_publication_metadata_preview_image_scrolled_window">
294 <property name="visible">True</property>
295 <property name="can_focus">True</property>
296 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property>
297 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property>
298 <property name="hscrollbar_policy">automatic</property>
299 <property name="vscrollbar_policy">automatic</property>
300 <child>
301 <object class="GtkViewport" id="GNUNET_GTK_edit_publication_metadata_preview_image_viewport">
302 <property name="visible">True</property>
303 <property name="can_focus">False</property>
304 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property>
305 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property>
306 <property name="shadow_type">none</property>
307 <child>
308 <object class="GtkImage" id="GNUNET_GTK_edit_publication_metadata_preview_image">
309 <property name="visible">True</property>
310 <property name="can_focus">False</property>
311 <property name="stock">gtk-missing-image</property>
312 </object>
313 </child>
314 </object>
315 </child>
316 </object>
317 <packing>
318 <property name="expand">True</property>
319 <property name="fill">True</property>
320 <property name="position">1</property>
321 </packing>
322 </child>
323 </object>
324 </child>
325 </object>
326 </child>
327 <child type="label">
328 <object class="GtkLabel" id="label1">
329 <property name="visible">True</property>
330 <property name="can_focus">False</property>
331 <property name="label" translatable="yes">Preview:</property>
332 <property name="use_markup">True</property>
333 </object>
334 </child>
335 </object>
336 <packing>
337 <property name="resize">True</property>
338 <property name="shrink">False</property>
339 </packing>
340 </child>
341 </object>
342 <packing>
343 <property name="resize">False</property>
344 <property name="shrink">True</property>
345 </packing>
346 </child>
347 <child>
348 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_secondary_hbox">
349 <property name="visible">True</property>
350 <property name="can_focus">False</property>
351 <child>
352 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_keyword_list_hbox">
353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
355 <child>
356 <object class="GtkVBox" id="vbox2">
357 <property name="visible">True</property>
358 <property name="can_focus">False</property>
359 <child>
360 <object class="GtkHBox" id="hbox3">
361 <property name="visible">True</property>
362 <property name="can_focus">False</property>
363 <child>
364 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_keyword_label">
365 <property name="visible">True</property>
366 <property name="can_focus">False</property>
367 <property name="label" translatable="yes">_Keyword:</property>
368 <property name="use_underline">True</property>
369 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_keyword_entry</property>
370 </object>
371 <packing>
372 <property name="expand">False</property>
373 <property name="fill">False</property>
374 <property name="position">0</property>
375 </packing>
376 </child>
377 <child>
378 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_keyword_entry">
379 <property name="visible">True</property>
380 <property name="can_focus">True</property>
381 <property name="events">GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property>
382 <property name="invisible_char">●</property>
383 <property name="invisible_char_set">True</property>
384 <property name="caps_lock_warning">False</property>
385 <property name="primary_icon_activatable">False</property>
386 <property name="secondary_icon_activatable">False</property>
387 <property name="primary_icon_sensitive">True</property>
388 <property name="secondary_icon_sensitive">True</property>
389 </object>
390 <packing>
391 <property name="expand">True</property>
392 <property name="fill">True</property>
393 <property name="position">1</property>
394 </packing>
395 </child>
396 </object>
397 <packing>
398 <property name="expand">False</property>
399 <property name="fill">True</property>
400 <property name="position">0</property>
401 </packing>
402 </child>
403 <child>
404 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_publication_keyword_scrolled_window">
405 <property name="width_request">400</property>
406 <property name="height_request">120</property>
407 <property name="visible">True</property>
408 <property name="can_focus">True</property>
409 <property name="hscrollbar_policy">never</property>
410 <property name="vscrollbar_policy">automatic</property>
411 <property name="shadow_type">in</property>
412 <child>
413 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_keyword_list_tree_view">
414 <property name="visible">True</property>
415 <property name="can_focus">True</property>
416 <property name="model">GNUNET_GTK_publication_keywords_liststore</property>
417 <property name="search_column">0</property>
418 <child>
419 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_column">
420 <property name="title">Keywords</property>
421 <property name="clickable">True</property>
422 <property name="reorderable">True</property>
423 <property name="sort_column_id">0</property>
424 <child>
425 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_renderer"/>
426 <attributes>
427 <attribute name="text">0</attribute>
428 </attributes>
429 </child>
430 </object>
431 </child>
432 </object>
433 </child>
434 </object>
435 <packing>
436 <property name="expand">True</property>
437 <property name="fill">True</property>
438 <property name="position">1</property>
439 </packing>
440 </child>
441 </object>
442 <packing>
443 <property name="expand">True</property>
444 <property name="fill">True</property>
445 <property name="position">0</property>
446 </packing>
447 </child>
448 <child>
449 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_keyword_list_button_vbox">
450 <property name="visible">True</property>
451 <property name="can_focus">False</property>
452 <child>
453 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_add_button">
454 <property name="label">Add key_word</property>
455 <property name="use_action_appearance">False</property>
456 <property name="visible">True</property>
457 <property name="can_focus">True</property>
458 <property name="receives_default">True</property>
459 <property name="image">add_stock_image</property>
460 <property name="use_underline">True</property>
461 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_add_button_clicked_cb" swapped="no"/>
462 </object>
463 <packing>
464 <property name="expand">False</property>
465 <property name="fill">False</property>
466 <property name="position">0</property>
467 </packing>
468 </child>
469 <child>
470 <object class="GtkButton" id="GNUNET_GTK_edit_publication_keyword_list_del_button">
471 <property name="label">Delete _selected</property>
472 <property name="use_action_appearance">False</property>
473 <property name="visible">True</property>
474 <property name="sensitive">False</property>
475 <property name="can_focus">True</property>
476 <property name="receives_default">True</property>
477 <property name="image">del_stock_image</property>
478 <property name="use_underline">True</property>
479 <signal name="clicked" handler="GNUNET_GTK_edit_publication_keyword_list_del_button_clicked_cb" swapped="no"/>
480 </object>
481 <packing>
482 <property name="expand">False</property>
483 <property name="fill">False</property>
484 <property name="padding">5</property>
485 <property name="pack_type">end</property>
486 <property name="position">1</property>
487 </packing>
488 </child>
489 </object>
490 <packing>
491 <property name="expand">False</property>
492 <property name="fill">False</property>
493 <property name="padding">5</property>
494 <property name="position">1</property>
495 </packing>
496 </child>
497 </object>
498 <packing>
499 <property name="expand">True</property>
500 <property name="fill">True</property>
501 <property name="padding">4</property>
502 <property name="position">0</property>
503 </packing>
504 </child>
505 <child>
506 <object class="GtkFrame" id="frame3">
507 <property name="visible">True</property>
508 <property name="can_focus">False</property>
509 <property name="label_xalign">0</property>
510 <child>
511 <object class="GtkAlignment" id="alignment3">
512 <property name="visible">True</property>
513 <property name="can_focus">False</property>
514 <property name="yalign">0</property>
515 <property name="yscale">0</property>
516 <property name="left_padding">4</property>
517 <property name="right_padding">4</property>
518 <child>
519 <object class="GtkVBox" id="GNUNET_GTK_edit_publication_misc_vbox">
520 <property name="visible">True</property>
521 <property name="can_focus">False</property>
522 <child>
523 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_index_hbox">
524 <property name="visible">True</property>
525 <property name="can_focus">False</property>
526 <child>
527 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_index_label">
528 <property name="visible">True</property>
529 <property name="can_focus">False</property>
530 <property name="xalign">1</property>
531 <property name="label" translatable="yes">_Index file:</property>
532 <property name="use_underline">True</property>
533 <property name="mnemonic_widget">GNUNET_GTK_edit_publication_index_checkbutton</property>
534 </object>
535 <packing>
536 <property name="expand">False</property>
537 <property name="fill">False</property>
538 <property name="padding">5</property>
539 <property name="position">0</property>
540 </packing>
541 </child>
542 <child>
543 <object class="GtkCheckButton" id="GNUNET_GTK_edit_publication_index_checkbutton">
544 <property name="use_action_appearance">False</property>
545 <property name="visible">True</property>
546 <property name="can_focus">True</property>
547 <property name="receives_default">False</property>
548 <property name="draw_indicator">True</property>
549 </object>
550 <packing>
551 <property name="expand">False</property>
552 <property name="fill">False</property>
553 <property name="position">1</property>
554 </packing>
555 </child>
556 </object>
557 <packing>
558 <property name="expand">True</property>
559 <property name="fill">True</property>
560 <property name="position">0</property>
561 </packing>
562 </child>
563 <child>
564 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_root_hbox">
565 <property name="visible">True</property>
566 <property name="can_focus">False</property>
567 <child>
568 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_root_label">
569 <property name="visible">True</property>
570 <property name="can_focus">False</property>
571 <property name="xalign">1</property>
572 <property name="label" translatable="yes">_Root keyword:</property>
573 <property name="use_underline">True</property>
574 </object>
575 <packing>
576 <property name="expand">False</property>
577 <property name="fill">False</property>
578 <property name="padding">5</property>
579 <property name="position">0</property>
580 </packing>
581 </child>
582 <child>
583 <object class="GtkEntry" id="GNUNET_GTK_edit_publication_root_entry">
584 <property name="visible">True</property>
585 <property name="can_focus">True</property>
586 <property name="invisible_char">•</property>
587 <property name="text">root</property>
588 <property name="invisible_char_set">True</property>
589 <property name="primary_icon_activatable">False</property>
590 <property name="secondary_icon_activatable">False</property>
591 <property name="primary_icon_sensitive">True</property>
592 <property name="secondary_icon_sensitive">True</property>
593 </object>
594 <packing>
595 <property name="expand">False</property>
596 <property name="fill">False</property>
597 <property name="position">1</property>
598 </packing>
599 </child>
600 </object>
601 <packing>
602 <property name="expand">False</property>
603 <property name="fill">False</property>
604 <property name="position">1</property>
605 </packing>
606 </child>
607 <child>
608 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_anonymity_hbox">
609 <property name="visible">True</property>
610 <property name="can_focus">False</property>
611 <child>
612 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_anonymity_label">
613 <property name="visible">True</property>
614 <property name="can_focus">False</property>
615 <property name="xalign">1</property>
616 <property name="label" translatable="yes">A_nonymity:</property>
617 <property name="use_underline">True</property>
618 </object>
619 <packing>
620 <property name="expand">False</property>
621 <property name="fill">False</property>
622 <property name="padding">5</property>
623 <property name="position">0</property>
624 </packing>
625 </child>
626 <child>
627 <object class="GtkAlignment" id="GNUNET_GTK_edit_publication_anonymity_combobox_alignment">
628 <property name="visible">True</property>
629 <property name="can_focus">False</property>
630 <property name="yscale">0</property>
631 <child>
632 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_anonymity_combobox">
633 <property name="visible">True</property>
634 <property name="can_focus">False</property>
635 <property name="model">main_window_search_anonymity_liststore</property>
636 <property name="active">1</property>
637 <child>
638 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renderer"/>
639 <attributes>
640 <attribute name="foreground">2</attribute>
641 <attribute name="text">0</attribute>
642 </attributes>
643 </child>
644 <child>
645 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_publication_anonymity_combobox_renerer_level"/>
646 <attributes>
647 <attribute name="text">1</attribute>
648 </attributes>
649 </child>
650 </object>
651 </child>
652 </object>
653 <packing>
654 <property name="expand">False</property>
655 <property name="fill">False</property>
656 <property name="position">1</property>
657 </packing>
658 </child>
659 </object>
660 <packing>
661 <property name="expand">False</property>
662 <property name="fill">False</property>
663 <property name="position">2</property>
664 </packing>
665 </child>
666 <child>
667 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_priority_hbox">
668 <property name="visible">True</property>
669 <property name="can_focus">False</property>
670 <child>
671 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_priority_label">
672 <property name="visible">True</property>
673 <property name="can_focus">False</property>
674 <property name="xalign">1</property>
675 <property name="label" translatable="yes">_Priority:</property>
676 <property name="use_underline">True</property>
677 </object>
678 <packing>
679 <property name="expand">False</property>
680 <property name="fill">False</property>
681 <property name="padding">5</property>
682 <property name="position">0</property>
683 </packing>
684 </child>
685 <child>
686 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_priority_spin_button">
687 <property name="visible">True</property>
688 <property name="can_focus">True</property>
689 <property name="invisible_char">●</property>
690 <property name="invisible_char_set">True</property>
691 <property name="primary_icon_activatable">False</property>
692 <property name="secondary_icon_activatable">False</property>
693 <property name="primary_icon_sensitive">True</property>
694 <property name="secondary_icon_sensitive">True</property>
695 <property name="adjustment">priority_adjustment</property>
696 <property name="numeric">True</property>
697 </object>
698 <packing>
699 <property name="expand">False</property>
700 <property name="fill">False</property>
701 <property name="position">1</property>
702 </packing>
703 </child>
704 </object>
705 <packing>
706 <property name="expand">False</property>
707 <property name="fill">False</property>
708 <property name="position">3</property>
709 </packing>
710 </child>
711 <child>
712 <object class="GtkHBox" id="hbox4">
713 <property name="visible">True</property>
714 <property name="can_focus">False</property>
715 <child>
716 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_expiration_label">
717 <property name="visible">True</property>
718 <property name="can_focus">False</property>
719 <property name="xalign">1</property>
720 <property name="label" translatable="yes">_Expriation year:</property>
721 <property name="use_underline">True</property>
722 </object>
723 <packing>
724 <property name="expand">False</property>
725 <property name="fill">False</property>
726 <property name="padding">5</property>
727 <property name="position">0</property>
728 </packing>
729 </child>
730 <child>
731 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_expiration_year_spin_button">
732 <property name="visible">True</property>
733 <property name="can_focus">True</property>
734 <property name="max_length">4</property>
735 <property name="invisible_char">•</property>
736 <property name="invisible_char_set">True</property>
737 <property name="primary_icon_activatable">False</property>
738 <property name="secondary_icon_activatable">False</property>
739 <property name="primary_icon_sensitive">True</property>
740 <property name="secondary_icon_sensitive">True</property>
741 <property name="adjustment">expiration_year_adjustment</property>
742 <property name="climb_rate">1</property>
743 <property name="numeric">True</property>
744 </object>
745 <packing>
746 <property name="expand">False</property>
747 <property name="fill">False</property>
748 <property name="position">1</property>
749 </packing>
750 </child>
751 </object>
752 <packing>
753 <property name="expand">False</property>
754 <property name="fill">False</property>
755 <property name="position">4</property>
756 </packing>
757 </child>
758 <child>
759 <object class="GtkHBox" id="hbox9">
760 <property name="visible">True</property>
761 <property name="can_focus">False</property>
762 <child>
763 <object class="GtkLabel" id="GNUNET_GTK_edit_publication_replication_label">
764 <property name="visible">True</property>
765 <property name="can_focus">False</property>
766 <property name="label" translatable="yes">_Replication:</property>
767 <property name="use_underline">True</property>
768 </object>
769 <packing>
770 <property name="expand">True</property>
771 <property name="fill">True</property>
772 <property name="padding">5</property>
773 <property name="position">0</property>
774 </packing>
775 </child>
776 <child>
777 <object class="GtkSpinButton" id="GNUNET_GTK_edit_publication_replication_spin_button">
778 <property name="visible">True</property>
779 <property name="can_focus">True</property>
780 <property name="invisible_char">●</property>
781 <property name="invisible_char_set">True</property>
782 <property name="primary_icon_activatable">False</property>
783 <property name="secondary_icon_activatable">False</property>
784 <property name="primary_icon_sensitive">True</property>
785 <property name="secondary_icon_sensitive">True</property>
786 <property name="adjustment">replication_adjustment</property>
787 </object>
788 <packing>
789 <property name="expand">True</property>
790 <property name="fill">True</property>
791 <property name="position">1</property>
792 </packing>
793 </child>
794 </object>
795 <packing>
796 <property name="expand">True</property>
797 <property name="fill">True</property>
798 <property name="position">5</property>
799 </packing>
800 </child>
801 </object>
802 </child>
803 </object>
804 </child>
805 <child type="label">
806 <object class="GtkLabel" id="label2">
807 <property name="visible">True</property>
808 <property name="can_focus">False</property>
809 <property name="label" translatable="yes">Publication options:</property>
810 <property name="use_markup">True</property>
811 </object>
812 </child>
813 </object>
814 <packing>
815 <property name="expand">False</property>
816 <property name="fill">False</property>
817 <property name="position">1</property>
818 </packing>
819 </child>
820 </object>
821 <packing>
822 <property name="resize">True</property>
823 <property name="shrink">False</property>
824 </packing>
825 </child>
826 </object>
827 <packing>
828 <property name="expand">True</property>
829 <property name="fill">True</property>
830 <property name="position">0</property>
831 </packing>
832 </child>
833 <child>
834 <object class="GtkHBox" id="GNUNET_GTK_edit_publication_buttons_hbox">
835 <property name="visible">True</property>
836 <property name="can_focus">False</property>
837 <child>
838 <object class="GtkButton" id="GNUNET_GTK_edit_publication_confirm_button">
839 <property name="label">gtk-ok</property>
840 <property name="use_action_appearance">False</property>
841 <property name="visible">True</property>
842 <property name="sensitive">False</property>
843 <property name="can_focus">True</property>
844 <property name="can_default">True</property>
845 <property name="has_default">True</property>
846 <property name="receives_default">True</property>
847 <property name="use_stock">True</property>
848 <signal name="clicked" handler="GNUNET_GTK_edit_publication_confirm_button_clicked_cb" swapped="no"/>
849 </object>
850 <packing>
851 <property name="expand">False</property>
852 <property name="fill">False</property>
853 <property name="padding">4</property>
854 <property name="pack_type">end</property>
855 <property name="position">0</property>
856 </packing>
857 </child>
858 <child>
859 <object class="GtkButton" id="GNUNET_GTK_edit_publication_cancel_button">
860 <property name="label">gtk-cancel</property>
861 <property name="use_action_appearance">False</property>
862 <property name="visible">True</property>
863 <property name="can_focus">True</property>
864 <property name="receives_default">True</property>
865 <property name="use_stock">True</property>
866 <signal name="clicked" handler="GNUNET_GTK_edit_publication_cancel_button_clicked_cb" swapped="no"/>
867 </object>
868 <packing>
869 <property name="expand">False</property>
870 <property name="fill">False</property>
871 <property name="padding">4</property>
872 <property name="pack_type">end</property>
873 <property name="position">1</property>
874 </packing>
875 </child>
876 </object>
877 <packing>
878 <property name="expand">False</property>
879 <property name="fill">False</property>
880 <property name="padding">1</property>
881 <property name="pack_type">end</property>
882 <property name="position">1</property>
883 </packing>
884 </child>
885 </object>
886 </child>
887 </object>
888 <object class="GtkImage" id="add_stock_image">
889 <property name="visible">True</property>
890 <property name="can_focus">False</property>
891 <property name="stock">gtk-add</property>
892 </object>
893 <object class="GtkImage" id="del_stock_image">
894 <property name="visible">True</property>
895 <property name="can_focus">False</property>
896 <property name="stock">gtk-delete</property>
897 </object>
898 <object class="GtkAdjustment" id="expiration_year_adjustment">
899 <property name="upper">9999</property>
900 <property name="step_increment">1</property>
901 <property name="page_increment">10</property>
902 </object>
903 <object class="GtkAdjustment" id="priority_adjustment">
904 <property name="upper">10000000</property>
905 <property name="step_increment">1</property>
906 <property name="page_increment">10</property>
907 </object>
908 <object class="GtkAdjustment" id="replication_adjustment">
909 <property name="upper">999999</property>
910 <property name="step_increment">1</property>
911 <property name="page_increment">10</property>
912 </object>
913 <object class="GtkSizeGroup" id="sizegroup1">
914 <widgets>
915 <widget name="GNUNET_GTK_edit_publication_root_entry"/>
916 <widget name="GNUNET_GTK_edit_publication_index_checkbutton"/>
917 <widget name="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"/>
918 <widget name="GNUNET_GTK_edit_publication_priority_spin_button"/>
919 <widget name="GNUNET_GTK_edit_publication_expiration_year_spin_button"/>
920 <widget name="GNUNET_GTK_edit_publication_replication_spin_button"/>
921 </widgets>
922 </object>
923 <object class="GtkSizeGroup" id="sizegroup2">
924 <widgets>
925 <widget name="GNUNET_GTK_edit_publication_root_label"/>
926 <widget name="GNUNET_GTK_edit_publication_index_label"/>
927 <widget name="GNUNET_GTK_edit_publication_anonymity_label"/>
928 <widget name="GNUNET_GTK_edit_publication_priority_label"/>
929 <widget name="GNUNET_GTK_edit_publication_expiration_label"/>
930 <widget name="GNUNET_GTK_edit_publication_replication_label"/>
931 </widgets>
932 </object>
933</interface>