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.glade134
1 files changed, 134 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_download_as_dialog.glade b/contrib/gnunet_fs_gtk_download_as_dialog.glade
new file mode 100644
index 00000000..74aa83f2
--- /dev/null
+++ b/contrib/gnunet_fs_gtk_download_as_dialog.glade
@@ -0,0 +1,134 @@
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="GNUNET_GTK_anonymity_adjustment">
6 <property name="upper">100000</property>
7 <property name="value">1</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
11 <object class="GtkFileChooserDialog" id="GNUNET_GTK_save_as_dialog">
12 <property name="can_default">True</property>
13 <property name="has_default">True</property>
14 <property name="border_width">5</property>
15 <property name="title" translatable="yes">Save file as...</property>
16 <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="type_hint">dialog</property>
20 <property name="has_separator">False</property>
21 <property name="use_preview_label">False</property>
22 <property name="action">save</property>
23 <property name="preview_widget_active">False</property>
24 <child internal-child="vbox">
25 <object class="GtkVBox" id="dialog-vbox4">
26 <property name="visible">True</property>
27 <property name="spacing">2</property>
28 <child>
29 <object class="GtkHBox" id="hbox2">
30 <property name="visible">True</property>
31 <child>
32 <object class="GtkLabel" id="GNUNET_GTK_save_as_dialog_anonymity_label">
33 <property name="visible">True</property>
34 <property name="label" translatable="yes">_Anonymity:</property>
35 <property name="use_underline">True</property>
36 <property name="selectable">True</property>
37 <property name="mnemonic_widget">GNUNET_GTK_save_as_dialog_anonymity_spin_button</property>
38 </object>
39 <packing>
40 <property name="position">0</property>
41 </packing>
42 </child>
43 <child>
44 <object class="GtkSpinButton" id="GNUNET_GTK_save_as_dialog_anonymity_spin_button">
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="invisible_char">●</property>
48 <property name="caps_lock_warning">False</property>
49 <property name="adjustment">GNUNET_GTK_anonymity_adjustment</property>
50 <property name="numeric">True</property>
51 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" after="yes" swapped="no"/>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">False</property>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkCheckButton" id="GNUNET_GTK_save_as_recursive_check_button">
61 <property name="label" translatable="yes">_recursive</property>
62 <property name="visible">True</property>
63 <property name="sensitive">False</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">False</property>
66 <property name="use_action_appearance">False</property>
67 <property name="use_underline">True</property>
68 <property name="draw_indicator">True</property>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">False</property>
73 <property name="position">2</property>
74 </packing>
75 </child>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">False</property>
80 <property name="padding">8</property>
81 <property name="position">2</property>
82 </packing>
83 </child>
84 <child internal-child="action_area">
85 <object class="GtkHButtonBox" id="dialog-action_area5">
86 <property name="visible">True</property>
87 <property name="layout_style">end</property>
88 <child>
89 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_cancel_button">
90 <property name="label">gtk-cancel</property>
91 <property name="visible">True</property>
92 <property name="can_focus">True</property>
93 <property name="receives_default">False</property>
94 <property name="use_action_appearance">False</property>
95 <property name="use_stock">True</property>
96 </object>
97 <packing>
98 <property name="expand">False</property>
99 <property name="fill">False</property>
100 <property name="position">0</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkButton" id="GNUNET_GTK_save_as_dialog_ok_button">
105 <property name="label">gtk-save</property>
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="can_default">True</property>
109 <property name="has_default">True</property>
110 <property name="receives_default">True</property>
111 <property name="use_action_appearance">False</property>
112 <property name="use_stock">True</property>
113 </object>
114 <packing>
115 <property name="expand">False</property>
116 <property name="fill">False</property>
117 <property name="position">1</property>
118 </packing>
119 </child>
120 </object>
121 <packing>
122 <property name="expand">False</property>
123 <property name="pack_type">end</property>
124 <property name="position">0</property>
125 </packing>
126 </child>
127 </object>
128 </child>
129 <action-widgets>
130 <action-widget response="-6">GNUNET_GTK_save_as_dialog_cancel_button</action-widget>
131 <action-widget response="-5">GNUNET_GTK_save_as_dialog_ok_button</action-widget>
132 </action-widgets>
133 </object>
134</interface>