aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_download_as_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_download_as_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_download_as_dialog.glade109
1 files changed, 49 insertions, 60 deletions
diff --git a/contrib/gnunet_fs_gtk_download_as_dialog.glade b/contrib/gnunet_fs_gtk_download_as_dialog.glade
index 8f1cf970..1ee0593b 100644
--- a/contrib/gnunet_fs_gtk_download_as_dialog.glade
+++ b/contrib/gnunet_fs_gtk_download_as_dialog.glade
@@ -1,15 +1,14 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
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="upper">100000</property>
7 <property name="value">1</property> 6 <property name="value">1</property>
7 <property name="upper">100000</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>
13 <property name="can_default">True</property> 12 <property name="can_default">True</property>
14 <property name="has_default">True</property> 13 <property name="has_default">True</property>
15 <property name="border_width">5</property> 14 <property name="border_width">5</property>
@@ -18,76 +17,28 @@
18 <property name="destroy_with_parent">True</property> 17 <property name="destroy_with_parent">True</property>
19 <property name="icon_name">document-save-as</property> 18 <property name="icon_name">document-save-as</property>
20 <property name="type_hint">dialog</property> 19 <property name="type_hint">dialog</property>
21 <property name="action">save</property>
22 <property name="preview_widget_active">False</property> 20 <property name="preview_widget_active">False</property>
21 <property name="action">save</property>
23 <property name="use_preview_label">False</property> 22 <property name="use_preview_label">False</property>
24 <signal name="response" handler="GNUNET_GTK_save_as_dialog_response_cb" swapped="no"/> 23 <signal name="response" handler="GNUNET_GTK_save_as_dialog_response_cb"/>
24 <signal name="delete_event" handler="GNUNET_GTK_save_as_dialog_delete_event_cb"/>
25 <child internal-child="vbox"> 25 <child internal-child="vbox">
26 <object class="GtkVBox" id="dialog-vbox4"> 26 <object class="GtkVBox" id="dialog-vbox4">
27 <property name="visible">True</property> 27 <property name="visible">True</property>
28 <property name="can_focus">False</property> 28 <property name="orientation">vertical</property>
29 <property name="spacing">2</property> 29 <property name="spacing">2</property>
30 <child internal-child="action_area">
31 <object class="GtkHButtonBox" id="dialog-action_area5">
32 <property name="visible">True</property>
33 <property name="can_focus">False</property>
34 <property name="layout_style">end</property>
35 <child>
36 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_cancel_button">
37 <property name="label">gtk-cancel</property>
38 <property name="use_action_appearance">False</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="receives_default">False</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">False</property>
47 <property name="position">0</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_ok_button">
52 <property name="label">gtk-save</property>
53 <property name="use_action_appearance">False</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="can_default">True</property>
57 <property name="has_default">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">False</property>
64 <property name="position">1</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child> 30 <child>
76 <object class="GtkHBox" id="hbox2"> 31 <object class="GtkHBox" id="hbox2">
77 <property name="visible">True</property> 32 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <child> 33 <child>
80 <object class="GtkLabel" id="GNUNET_GTK_save_as_dialog_anonymity_label"> 34 <object class="GtkLabel" id="GNUNET_GTK_save_as_dialog_anonymity_label">
81 <property name="visible">True</property> 35 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="label" translatable="yes">_Anonymity:</property> 36 <property name="label" translatable="yes">_Anonymity:</property>
84 <property name="use_underline">True</property> 37 <property name="use_underline">True</property>
85 <property name="selectable">True</property> 38 <property name="selectable">True</property>
86 <property name="mnemonic_widget">GNUNET_GTK_save_as_dialog_anonymity_spin_button</property> 39 <property name="mnemonic_widget">GNUNET_GTK_save_as_dialog_anonymity_spin_button</property>
87 </object> 40 </object>
88 <packing> 41 <packing>
89 <property name="expand">True</property>
90 <property name="fill">True</property>
91 <property name="position">0</property> 42 <property name="position">0</property>
92 </packing> 43 </packing>
93 </child> 44 </child>
@@ -95,15 +46,13 @@
95 <object class="GtkSpinButton" id="GNUNET_GTK_save_as_dialog_anonymity_spin_button"> 46 <object class="GtkSpinButton" id="GNUNET_GTK_save_as_dialog_anonymity_spin_button">
96 <property name="visible">True</property> 47 <property name="visible">True</property>
97 <property name="can_focus">True</property> 48 <property name="can_focus">True</property>
98 <property name="invisible_char"></property> 49 <property name="invisible_char">&#x25CF;</property>
99 <property name="caps_lock_warning">False</property> 50 <property name="caps_lock_warning">False</property>
100 <property name="primary_icon_activatable">False</property>
101 <property name="secondary_icon_activatable">False</property>
102 <property name="primary_icon_sensitive">True</property> 51 <property name="primary_icon_sensitive">True</property>
103 <property name="secondary_icon_sensitive">True</property> 52 <property name="secondary_icon_sensitive">True</property>
104 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property> 53 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property>
105 <property name="numeric">True</property> 54 <property name="numeric">True</property>
106 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes" swapped="no"/> 55 <signal name="value_changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes"/>
107 </object> 56 </object>
108 <packing> 57 <packing>
109 <property name="expand">False</property> 58 <property name="expand">False</property>
@@ -114,7 +63,6 @@
114 <child> 63 <child>
115 <object class="GtkCheckButton" id="GNUNET_GTK_save_as_recursive_check_button"> 64 <object class="GtkCheckButton" id="GNUNET_GTK_save_as_recursive_check_button">
116 <property name="label" translatable="yes">_recursive</property> 65 <property name="label" translatable="yes">_recursive</property>
117 <property name="use_action_appearance">False</property>
118 <property name="visible">True</property> 66 <property name="visible">True</property>
119 <property name="sensitive">False</property> 67 <property name="sensitive">False</property>
120 <property name="can_focus">True</property> 68 <property name="can_focus">True</property>
@@ -136,6 +84,47 @@
136 <property name="position">2</property> 84 <property name="position">2</property>
137 </packing> 85 </packing>
138 </child> 86 </child>
87 <child internal-child="action_area">
88 <object class="GtkHButtonBox" id="dialog-action_area5">
89 <property name="visible">True</property>
90 <property name="layout_style">end</property>
91 <child>
92 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_cancel_button">
93 <property name="label">gtk-cancel</property>
94 <property name="visible">True</property>
95 <property name="can_focus">True</property>
96 <property name="receives_default">False</property>
97 <property name="use_stock">True</property>
98 </object>
99 <packing>
100 <property name="expand">False</property>
101 <property name="fill">False</property>
102 <property name="position">0</property>
103 </packing>
104 </child>
105 <child>
106 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_ok_button">
107 <property name="label">gtk-save</property>
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="can_default">True</property>
111 <property name="has_default">True</property>
112 <property name="receives_default">True</property>
113 <property name="use_stock">True</property>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">False</property>
118 <property name="position">1</property>
119 </packing>
120 </child>
121 </object>
122 <packing>
123 <property name="expand">False</property>
124 <property name="pack_type">end</property>
125 <property name="position">0</property>
126 </packing>
127 </child>
139 </object> 128 </object>
140 </child> 129 </child>
141 <action-widgets> 130 <action-widgets>