aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 21:40:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 21:40:35 +0000
commita8e2036fb0b603d52a1f5f3e37b41e4ff2611886 (patch)
treecce158ff759f8936c59374b5a24e1f84ea0c0c58
parent1c7b8abe61da8c807442251eb98604be743ea3b2 (diff)
downloadgnunet-gtk-a8e2036fb0b603d52a1f5f3e37b41e4ff2611886.tar.gz
gnunet-gtk-a8e2036fb0b603d52a1f5f3e37b41e4ff2611886.zip
-dce
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/gnunet_fs_gtk_publish_edit_dialog.glade701
2 files changed, 0 insertions, 702 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 7c838e79..dfaa4393 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -22,7 +22,6 @@ pkgdata_DATA = \
22 gnunet_fs_gtk_open_url_dialog.glade \ 22 gnunet_fs_gtk_open_url_dialog.glade \
23 gnunet_fs_gtk_publish_dialog.glade \ 23 gnunet_fs_gtk_publish_dialog.glade \
24 gnunet_fs_gtk_publish_directory_dialog.glade \ 24 gnunet_fs_gtk_publish_directory_dialog.glade \
25 gnunet_fs_gtk_publish_edit_dialog.glade \
26 gnunet_fs_gtk_publish_file_dialog.glade \ 25 gnunet_fs_gtk_publish_file_dialog.glade \
27 gnunet_fs_gtk_publish_tab.glade \ 26 gnunet_fs_gtk_publish_tab.glade \
28 gnunet_fs_gtk_search_tab.glade \ 27 gnunet_fs_gtk_search_tab.glade \
diff --git a/contrib/gnunet_fs_gtk_publish_edit_dialog.glade b/contrib/gnunet_fs_gtk_publish_edit_dialog.glade
deleted file mode 100644
index 4fe8166b..00000000
--- a/contrib/gnunet_fs_gtk_publish_edit_dialog.glade
+++ /dev/null
@@ -1,701 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkAdjustment" id="adjustment2">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 <property name="page_size">10</property>
10 </object>
11 <object class="GtkAdjustment" id="adjustment1">
12 <property name="upper">100</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 <property name="page_size">10</property>
16 </object>
17 <object class="GtkListStore" id="GNUNET_GTK_metatype_list_store">
18 <columns>
19 <!-- column-name description -->
20 <column type="gchararray"/>
21 <!-- column-name guint1 -->
22 <column type="guint"/>
23 <!-- column-name helptext -->
24 <column type="gchararray"/>
25 </columns>
26 </object>
27 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
28 <columns>
29 <!-- column-name extractor_meta_type -->
30 <column type="guint"/>
31 <!-- column-name extractor_meta_format -->
32 <column type="guint"/>
33 <!-- column-name extractor_meta_type_string -->
34 <column type="gchararray"/>
35 <!-- column-name extracotr_meta_value -->
36 <column type="gchararray"/>
37 </columns>
38 </object>
39 <object class="GtkDialog" id="GNUNET_GTK_edit_file_information_dialog">
40 <property name="border_width">5</property>
41 <property name="destroy_with_parent">True</property>
42 <property name="type_hint">dialog</property>
43 <property name="skip_taskbar_hint">True</property>
44 <property name="has_separator">False</property>
45 <child internal-child="vbox">
46 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_master_vbox">
47 <property name="visible">True</property>
48 <property name="spacing">2</property>
49 <child>
50 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_metadata_hbox">
51 <property name="visible">True</property>
52 <child>
53 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_metadata_vbox">
54 <property name="visible">True</property>
55 <property name="spacing">5</property>
56 <child>
57 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_metadata_edit_hbox">
58 <property name="visible">True</property>
59 <child>
60 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_metadata_type_label">
61 <property name="visible">True</property>
62 <property name="label" translatable="yes">Type:</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">False</property>
67 <property name="position">0</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_file_information_metadata_type_scrolled_window">
72 <property name="height_request">100</property>
73 <property name="visible">True</property>
74 <property name="can_focus">True</property>
75 <property name="hscrollbar_policy">never</property>
76 <property name="vscrollbar_policy">automatic</property>
77 <child>
78 <object class="GtkTreeView" id="GNUNET_GTK_edit_file_information_metadata_type_tree_view">
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="model">GNUNET_GTK_metatype_list_store</property>
82 <property name="headers_visible">False</property>
83 <property name="headers_clickable">False</property>
84 <property name="reorderable">True</property>
85 <property name="enable_search">False</property>
86 <property name="tooltip_column">2</property>
87 <child>
88 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_file_information_metadata_type_tree_view_column">
89 <property name="title" translatable="yes">Value</property>
90 <property name="sort_column_id">0</property>
91 <child>
92 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_file_information_metadata_type_tree_view_renderer"/>
93 <attributes>
94 <attribute name="text">0</attribute>
95 </attributes>
96 </child>
97 </object>
98 </child>
99 </object>
100 </child>
101 </object>
102 <packing>
103 <property name="position">1</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_metadata_value_label">
108 <property name="visible">True</property>
109 <property name="label" translatable="yes">Value:</property>
110 </object>
111 <packing>
112 <property name="expand">False</property>
113 <property name="fill">False</property>
114 <property name="padding">5</property>
115 <property name="position">2</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkEntry" id="GNUNET_GTK_edit_file_information_metadata_value_entry">
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <property name="invisible_char">●</property>
123 <signal name="changed" handler="GNUNET_GTK_edit_file_information_metadata_value_entry_changed_cb" swapped="no"/>
124 </object>
125 <packing>
126 <property name="position">3</property>
127 </packing>
128 </child>
129 </object>
130 <packing>
131 <property name="expand">False</property>
132 <property name="fill">False</property>
133 <property name="position">0</property>
134 </packing>
135 </child>
136 <child>
137 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_file_information_metadata_scrolled_window">
138 <property name="width_request">400</property>
139 <property name="height_request">120</property>
140 <property name="visible">True</property>
141 <property name="can_focus">False</property>
142 <property name="hadjustment">adjustment1</property>
143 <property name="vadjustment">adjustment2</property>
144 <property name="hscrollbar_policy">automatic</property>
145 <property name="vscrollbar_policy">automatic</property>
146 <child>
147 <object class="GtkTreeView" id="GNUNET_GTK_edit_file_information_metadata_tree_view">
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="model">GNUNET_GTK_meta_data_list_store</property>
151 <property name="hadjustment">adjustment1</property>
152 <property name="vadjustment">adjustment2</property>
153 <property name="enable_search">False</property>
154 <child>
155 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_file_information_metadata_tree_view_type_column">
156 <property name="sizing">fixed</property>
157 <property name="fixed_width">120</property>
158 <property name="title" translatable="yes">Type</property>
159 <property name="reorderable">True</property>
160 <property name="sort_column_id">2</property>
161 <child>
162 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_file_information_metadata_tree_view_type_renderer"/>
163 <attributes>
164 <attribute name="text">2</attribute>
165 </attributes>
166 </child>
167 </object>
168 </child>
169 <child>
170 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_file_information_metadata_tree_view_description_column">
171 <property name="title" translatable="yes">Value</property>
172 <property name="expand">True</property>
173 <property name="reorderable">True</property>
174 <property name="sort_column_id">3</property>
175 <child>
176 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_file_information_metadata_tree_view_value_renderer"/>
177 <attributes>
178 <attribute name="text">3</attribute>
179 </attributes>
180 </child>
181 </object>
182 </child>
183 </object>
184 </child>
185 </object>
186 <packing>
187 <property name="position">1</property>
188 </packing>
189 </child>
190 </object>
191 <packing>
192 <property name="position">0</property>
193 </packing>
194 </child>
195 <child>
196 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_metadata_button_vbox">
197 <property name="visible">True</property>
198 <child>
199 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_metadata_add_button">
200 <property name="label">gtk-add</property>
201 <property name="visible">True</property>
202 <property name="sensitive">False</property>
203 <property name="can_focus">True</property>
204 <property name="receives_default">True</property>
205 <property name="use_action_appearance">False</property>
206 <property name="use_stock">True</property>
207 <signal name="clicked" handler="GNUNET_GTK_edit_file_information_metadata_add_button_clicked_cb" swapped="no"/>
208 </object>
209 <packing>
210 <property name="expand">False</property>
211 <property name="fill">False</property>
212 <property name="position">0</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_metadata_delete_button">
217 <property name="label">gtk-delete</property>
218 <property name="visible">True</property>
219 <property name="sensitive">False</property>
220 <property name="can_focus">True</property>
221 <property name="receives_default">True</property>
222 <property name="use_action_appearance">False</property>
223 <property name="use_stock">True</property>
224 <signal name="clicked" handler="GNUNET_GTK_edit_file_information_metadata_delete_button_clicked_cb" swapped="no"/>
225 </object>
226 <packing>
227 <property name="expand">False</property>
228 <property name="fill">False</property>
229 <property name="padding">5</property>
230 <property name="position">1</property>
231 </packing>
232 </child>
233 <child>
234 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_metadata_preview_label">
235 <property name="visible">True</property>
236 <property name="label" translatable="yes">Preview:</property>
237 </object>
238 <packing>
239 <property name="expand">False</property>
240 <property name="fill">False</property>
241 <property name="padding">10</property>
242 <property name="position">2</property>
243 </packing>
244 </child>
245 <child>
246 <object class="GtkImage" id="GNUNET_GTK_edit_file_information_metadata_preview_image">
247 <property name="visible">True</property>
248 <property name="sensitive">False</property>
249 <property name="stock">gtk-missing-image</property>
250 </object>
251 <packing>
252 <property name="position">3</property>
253 </packing>
254 </child>
255 <child>
256 <object class="GtkFileChooserButton" id="GNUNET_GTK_edit_file_information_metadata_preview_file_chooser_button">
257 <property name="visible">True</property>
258 <property name="create_folders">False</property>
259 <property name="title" translatable="yes">Select file</property>
260 <signal name="file-set" handler="GNUNET_GTK_edit_file_information_metadata_preview_file_chooser_button_file_set_cb" swapped="no"/>
261 </object>
262 <packing>
263 <property name="expand">False</property>
264 <property name="fill">False</property>
265 <property name="position">4</property>
266 </packing>
267 </child>
268 </object>
269 <packing>
270 <property name="padding">5</property>
271 <property name="position">1</property>
272 </packing>
273 </child>
274 </object>
275 <packing>
276 <property name="position">1</property>
277 </packing>
278 </child>
279 <child>
280 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_secondary_hbox">
281 <property name="visible">True</property>
282 <child>
283 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_keyword_entry_vbox">
284 <property name="visible">True</property>
285 <child>
286 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_keyword_hbox">
287 <property name="visible">True</property>
288 <child>
289 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_keyword_label">
290 <property name="visible">True</property>
291 <property name="label" translatable="yes">_Keyword:</property>
292 <property name="use_underline">True</property>
293 <property name="mnemonic_widget">GNUNET_GTK_edit_file_information_keyword_entry</property>
294 </object>
295 <packing>
296 <property name="expand">False</property>
297 <property name="fill">False</property>
298 <property name="position">0</property>
299 </packing>
300 </child>
301 <child>
302 <object class="GtkEntry" id="GNUNET_GTK_edit_file_information_keyword_entry">
303 <property name="visible">True</property>
304 <property name="can_focus">True</property>
305 <property name="invisible_char">●</property>
306 <property name="caps_lock_warning">False</property>
307 <signal name="changed" handler="GNUNET_GTK_edit_file_information_keyword_entry_changed_cb" swapped="no"/>
308 <signal name="activate" handler="GNUNET_GTK_edit_file_information_keyword_entry_activate_cb" swapped="no"/>
309 </object>
310 <packing>
311 <property name="position">1</property>
312 </packing>
313 </child>
314 </object>
315 <packing>
316 <property name="expand">False</property>
317 <property name="fill">False</property>
318 <property name="padding">5</property>
319 <property name="position">0</property>
320 </packing>
321 </child>
322 <child>
323 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_keyword_list_hbox">
324 <property name="visible">True</property>
325 <child>
326 <object class="GtkScrolledWindow" id="GNUNET_GTK_edit_file_information_keyword_scrolled_window">
327 <property name="width_request">400</property>
328 <property name="height_request">120</property>
329 <property name="visible">True</property>
330 <property name="can_focus">False</property>
331 <property name="hscrollbar_policy">never</property>
332 <property name="vscrollbar_policy">automatic</property>
333 <child>
334 <object class="GtkTreeView" id="GNUNET_GTK_edit_file_information_keyword_list_tree_view">
335 <property name="visible">True</property>
336 <property name="can_focus">True</property>
337 <property name="model">GNUNET_GTK_keyword_list_store</property>
338 <property name="search_column">0</property>
339 <child>
340 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_file_information_keyword_list_tree_view_column">
341 <property name="title" translatable="yes">Keywords</property>
342 <property name="reorderable">True</property>
343 <property name="sort_column_id">0</property>
344 <child>
345 <object class="GtkCellRendererText" id="GNUNET_GTK_edit_file_information_keyword_list_tree_view_renderer"/>
346 <attributes>
347 <attribute name="text">0</attribute>
348 </attributes>
349 </child>
350 </object>
351 </child>
352 </object>
353 </child>
354 </object>
355 <packing>
356 <property name="position">0</property>
357 </packing>
358 </child>
359 <child>
360 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_keyword_list_button_vbox">
361 <property name="visible">True</property>
362 <child>
363 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_keyword_list_add_button">
364 <property name="label">gtk-add</property>
365 <property name="visible">True</property>
366 <property name="sensitive">False</property>
367 <property name="can_focus">True</property>
368 <property name="receives_default">True</property>
369 <property name="use_action_appearance">False</property>
370 <property name="use_stock">True</property>
371 <signal name="clicked" handler="GNUNET_GTK_edit_file_information_keyword_list_add_button_clicked_cb" swapped="no"/>
372 </object>
373 <packing>
374 <property name="expand">False</property>
375 <property name="fill">False</property>
376 <property name="position">0</property>
377 </packing>
378 </child>
379 <child>
380 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_keyword_list_del_button">
381 <property name="label">gtk-delete</property>
382 <property name="visible">True</property>
383 <property name="sensitive">False</property>
384 <property name="can_focus">True</property>
385 <property name="receives_default">True</property>
386 <property name="use_action_appearance">False</property>
387 <property name="use_stock">True</property>
388 <signal name="clicked" handler="GNUNET_GTK_edit_file_information_keyword_list_del_button_clicked_cb" swapped="no"/>
389 </object>
390 <packing>
391 <property name="expand">False</property>
392 <property name="fill">False</property>
393 <property name="padding">5</property>
394 <property name="position">1</property>
395 </packing>
396 </child>
397 </object>
398 <packing>
399 <property name="expand">False</property>
400 <property name="fill">False</property>
401 <property name="padding">5</property>
402 <property name="position">1</property>
403 </packing>
404 </child>
405 </object>
406 <packing>
407 <property name="position">1</property>
408 </packing>
409 </child>
410 </object>
411 <packing>
412 <property name="padding">5</property>
413 <property name="position">0</property>
414 </packing>
415 </child>
416 <child>
417 <object class="GtkVBox" id="GNUNET_GTK_edit_file_information_misc_vbox">
418 <property name="visible">True</property>
419 <child>
420 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_options_label">
421 <property name="visible">True</property>
422 <property name="label" translatable="yes">Options</property>
423 <property name="justify">center</property>
424 </object>
425 <packing>
426 <property name="expand">False</property>
427 <property name="fill">False</property>
428 <property name="padding">5</property>
429 <property name="position">0</property>
430 </packing>
431 </child>
432 <child>
433 <object class="GtkHSeparator" id="hseparator3">
434 <property name="visible">True</property>
435 </object>
436 <packing>
437 <property name="expand">False</property>
438 <property name="position">1</property>
439 </packing>
440 </child>
441 <child>
442 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_anonymity_hbox">
443 <property name="visible">True</property>
444 <child>
445 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_anonymity_label">
446 <property name="visible">True</property>
447 <property name="label" translatable="yes">_Anonymity:</property>
448 <property name="use_underline">True</property>
449 </object>
450 <packing>
451 <property name="expand">False</property>
452 <property name="fill">False</property>
453 <property name="padding">5</property>
454 <property name="position">0</property>
455 </packing>
456 </child>
457 <child>
458 <object class="GtkSpinButton" id="GNUNET_GTK_edit_file_information_anonymity_spin_button">
459 <property name="visible">True</property>
460 <property name="can_focus">True</property>
461 <property name="tooltip_markup">Anonymity of zero means no anonymity. Values larger than one require GNUnet to have cover traffic (with larger values implying more cover traffic).</property>
462 <property name="invisible_char">●</property>
463 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property>
464 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes" swapped="no"/>
465 </object>
466 <packing>
467 <property name="position">1</property>
468 </packing>
469 </child>
470 </object>
471 <packing>
472 <property name="expand">False</property>
473 <property name="fill">False</property>
474 <property name="position">2</property>
475 </packing>
476 </child>
477 <child>
478 <object class="GtkHSeparator" id="hseparator1">
479 <property name="visible">True</property>
480 </object>
481 <packing>
482 <property name="expand">False</property>
483 <property name="fill">False</property>
484 <property name="position">3</property>
485 </packing>
486 </child>
487 <child>
488 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_priority_hbox">
489 <property name="visible">True</property>
490 <child>
491 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_priority_label">
492 <property name="visible">True</property>
493 <property name="label" translatable="yes">_Priority:</property>
494 <property name="use_underline">True</property>
495 </object>
496 <packing>
497 <property name="expand">False</property>
498 <property name="padding">5</property>
499 <property name="position">0</property>
500 </packing>
501 </child>
502 <child>
503 <object class="GtkSpinButton" id="GNUNET_GTK_edit_file_information_priority_spin_button">
504 <property name="visible">True</property>
505 <property name="can_focus">True</property>
506 <property name="tooltip_markup">The content priority determines when content is discarded in favour of other, more popular content. </property>
507 <property name="invisible_char">●</property>
508 <property name="adjustment">priority_adjustment</property>
509 <property name="numeric">True</property>
510 </object>
511 <packing>
512 <property name="position">1</property>
513 </packing>
514 </child>
515 </object>
516 <packing>
517 <property name="expand">False</property>
518 <property name="fill">False</property>
519 <property name="position">4</property>
520 </packing>
521 </child>
522 <child>
523 <object class="GtkHSeparator" id="hseparator2">
524 <property name="visible">True</property>
525 </object>
526 <packing>
527 <property name="expand">False</property>
528 <property name="fill">False</property>
529 <property name="position">5</property>
530 </packing>
531 </child>
532 <child>
533 <object class="GtkHBox" id="GNUNET_GTK_edit_file_information_insert_hbox">
534 <property name="visible">True</property>
535 <child>
536 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_index_label">
537 <property name="visible">True</property>
538 <property name="label" translatable="yes">_Index file</property>
539 <property name="use_underline">True</property>
540 <property name="mnemonic_widget">GNUNET_GTK_edit_file_information_index_check_button</property>
541 </object>
542 <packing>
543 <property name="expand">False</property>
544 <property name="padding">5</property>
545 <property name="position">0</property>
546 </packing>
547 </child>
548 <child>
549 <object class="GtkCheckButton" id="GNUNET_GTK_edit_file_information_index_check_button">
550 <property name="visible">True</property>
551 <property name="can_focus">True</property>
552 <property name="receives_default">False</property>
553 <property name="tooltip_markup">Indexing saves space in the database but requires the file to remain unchanged in its original location afterwards.</property>
554 <property name="use_action_appearance">False</property>
555 <property name="draw_indicator">True</property>
556 </object>
557 <packing>
558 <property name="expand">False</property>
559 <property name="fill">False</property>
560 <property name="position">1</property>
561 </packing>
562 </child>
563 </object>
564 <packing>
565 <property name="expand">False</property>
566 <property name="fill">False</property>
567 <property name="position">6</property>
568 </packing>
569 </child>
570 <child>
571 <object class="GtkHSeparator" id="hseparator4">
572 <property name="visible">True</property>
573 </object>
574 <packing>
575 <property name="expand">False</property>
576 <property name="position">7</property>
577 </packing>
578 </child>
579 <child>
580 <object class="GtkHBox" id="hbox2">
581 <property name="visible">True</property>
582 <child>
583 <object class="GtkLabel" id="GNUNET_GTK_edit_file_information_expiration_label">
584 <property name="visible">True</property>
585 <property name="label" translatable="yes">_Expiration year:</property>
586 <property name="use_underline">True</property>
587 </object>
588 <packing>
589 <property name="expand">False</property>
590 <property name="padding">5</property>
591 <property name="position">0</property>
592 </packing>
593 </child>
594 <child>
595 <object class="GtkSpinButton" id="GNUNET_GTK_edit_file_information_expiration_year_spin_button">
596 <property name="visible">True</property>
597 <property name="can_focus">True</property>
598 <property name="max_length">4</property>
599 <property name="invisible_char">•</property>
600 <property name="invisible_char_set">True</property>
601 <property name="adjustment">expiration_year_adjustment</property>
602 <property name="climb_rate">1</property>
603 <property name="numeric">True</property>
604 </object>
605 <packing>
606 <property name="position">1</property>
607 </packing>
608 </child>
609 </object>
610 <packing>
611 <property name="expand">False</property>
612 <property name="fill">False</property>
613 <property name="position">8</property>
614 </packing>
615 </child>
616 </object>
617 <packing>
618 <property name="expand">False</property>
619 <property name="fill">False</property>
620 <property name="padding">11</property>
621 <property name="position">1</property>
622 </packing>
623 </child>
624 </object>
625 <packing>
626 <property name="padding">5</property>
627 <property name="position">2</property>
628 </packing>
629 </child>
630 <child internal-child="action_area">
631 <object class="GtkHButtonBox" id="dialog-action_area13">
632 <property name="visible">True</property>
633 <property name="layout_style">end</property>
634 <child>
635 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_cancel_button">
636 <property name="label">gtk-cancel</property>
637 <property name="visible">True</property>
638 <property name="can_focus">True</property>
639 <property name="receives_default">True</property>
640 <property name="use_action_appearance">False</property>
641 <property name="use_stock">True</property>
642 </object>
643 <packing>
644 <property name="expand">False</property>
645 <property name="fill">False</property>
646 <property name="position">0</property>
647 </packing>
648 </child>
649 <child>
650 <object class="GtkButton" id="GNUNET_GTK_edit_file_information_confirm_button">
651 <property name="label">gtk-ok</property>
652 <property name="visible">True</property>
653 <property name="can_focus">True</property>
654 <property name="receives_default">True</property>
655 <property name="use_action_appearance">False</property>
656 <property name="use_stock">True</property>
657 </object>
658 <packing>
659 <property name="expand">False</property>
660 <property name="fill">False</property>
661 <property name="position">1</property>
662 </packing>
663 </child>
664 </object>
665 <packing>
666 <property name="expand">False</property>
667 <property name="pack_type">end</property>
668 <property name="position">0</property>
669 </packing>
670 </child>
671 </object>
672 </child>
673 <action-widgets>
674 <action-widget response="-6">GNUNET_GTK_edit_file_information_cancel_button</action-widget>
675 <action-widget response="-5">GNUNET_GTK_edit_file_information_confirm_button</action-widget>
676 </action-widgets>
677 </object>
678 <object class="GtkListStore" id="GNUNET_GTK_keyword_list_store">
679 <columns>
680 <!-- column-name keyword -->
681 <column type="gchararray"/>
682 </columns>
683 </object>
684 <object class="GtkAdjustment" id="GNUNET_GTK_anonymity_adjustment">
685 <property name="upper">100000</property>
686 <property name="value">1</property>
687 <property name="step_increment">1</property>
688 <property name="page_increment">10</property>
689 </object>
690 <object class="GtkAdjustment" id="priority_adjustment">
691 <property name="upper">10000000</property>
692 <property name="value">1000</property>
693 <property name="step_increment">1</property>
694 <property name="page_increment">10</property>
695 </object>
696 <object class="GtkAdjustment" id="expiration_year_adjustment">
697 <property name="upper">9999</property>
698 <property name="step_increment">1</property>
699 <property name="page_increment">10</property>
700 </object>
701</interface>