aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_download_as_dialog.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-07 09:49:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-07 09:49:04 +0000
commite2ebf3bcc24c93e78333d8845224d9bfc33564ec (patch)
tree6ec117f422389ea596ab07b86d131fd4d3654f89 /contrib/gnunet_fs_gtk_download_as_dialog.glade
parentc15f41337424c9347a261f6737a588872ccc58d8 (diff)
downloadgnunet-gtk-e2ebf3bcc24c93e78333d8845224d9bfc33564ec.tar.gz
gnunet-gtk-e2ebf3bcc24c93e78333d8845224d9bfc33564ec.zip
-fix #3036
Diffstat (limited to 'contrib/gnunet_fs_gtk_download_as_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_download_as_dialog.glade112
1 files changed, 62 insertions, 50 deletions
diff --git a/contrib/gnunet_fs_gtk_download_as_dialog.glade b/contrib/gnunet_fs_gtk_download_as_dialog.glade
index 2fa82b48..6ec420f4 100644
--- a/contrib/gnunet_fs_gtk_download_as_dialog.glade
+++ b/contrib/gnunet_fs_gtk_download_as_dialog.glade
@@ -1,45 +1,95 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_anonymity_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_GTK_anonymity_adjustment">
6 <property name="value">1</property>
7 <property name="upper">100000</property> 6 <property name="upper">100000</property>
7 <property name="value">1</property>
8 <property name="step_increment">1</property> 8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property> 9 <property name="page_increment">10</property>
10 </object> 10 </object>
11 <object class="GtkFileChooserDialog" id="GNUNET_GTK_save_as_dialog"> 11 <object class="GtkFileChooserDialog" id="GNUNET_GTK_save_as_dialog">
12 <property name="can_focus">False</property>
12 <property name="can_default">True</property> 13 <property name="can_default">True</property>
13 <property name="has_default">True</property> 14 <property name="has_default">True</property>
14 <property name="border_width">5</property> 15 <property name="border_width">5</property>
15 <property name="title" translatable="yes">Save file as...</property> 16 <property name="title" translatable="yes">Save file as...</property>
17 <property name="modal">True</property>
16 <property name="window_position">center-on-parent</property> 18 <property name="window_position">center-on-parent</property>
17 <property name="destroy_with_parent">True</property>
18 <property name="icon_name">document-save-as</property> 19 <property name="icon_name">document-save-as</property>
19 <property name="type_hint">dialog</property> 20 <property name="type_hint">dialog</property>
20 <property name="action">save</property> 21 <property name="action">save</property>
21 <property name="use_preview_label">False</property>
22 <property name="do_overwrite_confirmation">True</property> 22 <property name="do_overwrite_confirmation">True</property>
23 <property name="preview_widget_active">False</property> 23 <property name="preview_widget_active">False</property>
24 <signal name="response" handler="GNUNET_GTK_save_as_dialog_response_cb"/> 24 <property name="use_preview_label">False</property>
25 <signal name="delete_event" handler="GNUNET_GTK_save_as_dialog_delete_event_cb"/> 25 <signal name="delete-event" handler="GNUNET_GTK_save_as_dialog_delete_event_cb" swapped="no"/>
26 <signal name="response" handler="GNUNET_GTK_save_as_dialog_response_cb" swapped="no"/>
26 <child internal-child="vbox"> 27 <child internal-child="vbox">
27 <object class="GtkVBox" id="dialog-vbox4"> 28 <object class="GtkVBox" id="dialog-vbox4">
28 <property name="visible">True</property> 29 <property name="visible">True</property>
29 <property name="orientation">vertical</property> 30 <property name="can_focus">False</property>
30 <property name="spacing">2</property> 31 <property name="spacing">2</property>
32 <child internal-child="action_area">
33 <object class="GtkHButtonBox" id="dialog-action_area5">
34 <property name="visible">True</property>
35 <property name="can_focus">False</property>
36 <property name="layout_style">end</property>
37 <child>
38 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_cancel_button">
39 <property name="label">gtk-cancel</property>
40 <property name="use_action_appearance">False</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="receives_default">False</property>
44 <property name="use_stock">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">False</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_ok_button">
54 <property name="label">gtk-save</property>
55 <property name="use_action_appearance">False</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="can_default">True</property>
59 <property name="has_default">True</property>
60 <property name="receives_default">True</property>
61 <property name="use_stock">True</property>
62 </object>
63 <packing>
64 <property name="expand">False</property>
65 <property name="fill">False</property>
66 <property name="position">1</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack_type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
31 <child> 77 <child>
32 <object class="GtkHBox" id="GNUNET_GTK_save_as_dialog_options_hbox"> 78 <object class="GtkHBox" id="GNUNET_GTK_save_as_dialog_options_hbox">
33 <property name="visible">True</property> 79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
34 <child> 81 <child>
35 <object class="GtkLabel" id="GNUNET_GTK_save_as_dialog_anonymity_label"> 82 <object class="GtkLabel" id="GNUNET_GTK_save_as_dialog_anonymity_label">
36 <property name="visible">True</property> 83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
37 <property name="label" translatable="yes">_Anonymity:</property> 85 <property name="label" translatable="yes">_Anonymity:</property>
38 <property name="use_underline">True</property> 86 <property name="use_underline">True</property>
39 <property name="selectable">True</property> 87 <property name="selectable">True</property>
40 <property name="mnemonic_widget">GNUNET_GTK_save_as_dialog_anonymity_spin_button</property> 88 <property name="mnemonic_widget">GNUNET_GTK_save_as_dialog_anonymity_spin_button</property>
41 </object> 89 </object>
42 <packing> 90 <packing>
91 <property name="expand">True</property>
92 <property name="fill">True</property>
43 <property name="position">0</property> 93 <property name="position">0</property>
44 </packing> 94 </packing>
45 </child> 95 </child>
@@ -47,13 +97,15 @@
47 <object class="GtkSpinButton" id="GNUNET_GTK_save_as_dialog_anonymity_spin_button"> 97 <object class="GtkSpinButton" id="GNUNET_GTK_save_as_dialog_anonymity_spin_button">
48 <property name="visible">True</property> 98 <property name="visible">True</property>
49 <property name="can_focus">True</property> 99 <property name="can_focus">True</property>
50 <property name="invisible_char">&#x25CF;</property> 100 <property name="invisible_char"></property>
51 <property name="caps_lock_warning">False</property> 101 <property name="caps_lock_warning">False</property>
102 <property name="primary_icon_activatable">False</property>
103 <property name="secondary_icon_activatable">False</property>
52 <property name="primary_icon_sensitive">True</property> 104 <property name="primary_icon_sensitive">True</property>
53 <property name="secondary_icon_sensitive">True</property> 105 <property name="secondary_icon_sensitive">True</property>
54 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property> 106 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property>
55 <property name="numeric">True</property> 107 <property name="numeric">True</property>
56 <signal name="value_changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes"/> 108 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes" swapped="no"/>
57 </object> 109 </object>
58 <packing> 110 <packing>
59 <property name="expand">False</property> 111 <property name="expand">False</property>
@@ -64,6 +116,7 @@
64 <child> 116 <child>
65 <object class="GtkCheckButton" id="GNUNET_GTK_save_as_recursive_check_button"> 117 <object class="GtkCheckButton" id="GNUNET_GTK_save_as_recursive_check_button">
66 <property name="label" translatable="yes">_recursive</property> 118 <property name="label" translatable="yes">_recursive</property>
119 <property name="use_action_appearance">False</property>
67 <property name="visible">True</property> 120 <property name="visible">True</property>
68 <property name="sensitive">False</property> 121 <property name="sensitive">False</property>
69 <property name="can_focus">True</property> 122 <property name="can_focus">True</property>
@@ -85,47 +138,6 @@
85 <property name="position">2</property> 138 <property name="position">2</property>
86 </packing> 139 </packing>
87 </child> 140 </child>
88 <child internal-child="action_area">
89 <object class="GtkHButtonBox" id="dialog-action_area5">
90 <property name="visible">True</property>
91 <property name="layout_style">end</property>
92 <child>
93 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_cancel_button">
94 <property name="label">gtk-cancel</property>
95 <property name="visible">True</property>
96 <property name="can_focus">True</property>
97 <property name="receives_default">False</property>
98 <property name="use_stock">True</property>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="fill">False</property>
103 <property name="position">0</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_ok_button">
108 <property name="label">gtk-save</property>
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <property name="can_default">True</property>
112 <property name="has_default">True</property>
113 <property name="receives_default">True</property>
114 <property name="use_stock">True</property>
115 </object>
116 <packing>
117 <property name="expand">False</property>
118 <property name="fill">False</property>
119 <property name="position">1</property>
120 </packing>
121 </child>
122 </object>
123 <packing>
124 <property name="expand">False</property>
125 <property name="pack_type">end</property>
126 <property name="position">0</property>
127 </packing>
128 </child>
129 </object> 141 </object>
130 </child> 142 </child>
131 <action-widgets> 143 <action-widgets>