aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_publish_directory_dialog.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 14:20:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 14:20:33 +0000
commit75ab4eb0c0c23bf0523647d5be3f875441874516 (patch)
tree28613fc350bb5ed942dc1384c7cfd586aefae8bb /contrib/gnunet_fs_gtk_publish_directory_dialog.glade
parent21529543b18e523e403a0c24ea07fdcd9df467fa (diff)
downloadgnunet-gtk-75ab4eb0c0c23bf0523647d5be3f875441874516.tar.gz
gnunet-gtk-75ab4eb0c0c23bf0523647d5be3f875441874516.zip
integrating gnunet-setup build
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_directory_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_publish_directory_dialog.glade215
1 files changed, 215 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_directory_dialog.glade b/contrib/gnunet_fs_gtk_publish_directory_dialog.glade
new file mode 100644
index 00000000..52bbf7af
--- /dev/null
+++ b/contrib/gnunet_fs_gtk_publish_directory_dialog.glade
@@ -0,0 +1,215 @@
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="expiration_year_adjustment">
6 <property name="upper">9999</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="priority_adjustment">
11 <property name="upper">100000000</property>
12 <property name="value">1000</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 </object>
16 <object class="GtkListStore" id="GNUNET_GTK_publish_directory_dialog_expiration_list_store">
17 <columns>
18 <!-- column-name human_readable_time -->
19 <column type="gchararray"/>
20 <!-- column-name time_in_ms -->
21 <column type="guint64"/>
22 </columns>
23 </object>
24 <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog">
25 <property name="can_default">True</property>
26 <property name="border_width">5</property>
27 <property name="type_hint">normal</property>
28 <property name="has_separator">False</property>
29 <property name="action">select-folder</property>
30 <property name="select_multiple">True</property>
31 <property name="create_folders">False</property>
32 <child internal-child="vbox">
33 <object class="GtkVBox" id="dialog-vbox2">
34 <property name="visible">True</property>
35 <property name="spacing">2</property>
36 <child>
37 <object class="GtkVBox" id="vbox1">
38 <property name="visible">True</property>
39 <child>
40 <object class="GtkHBox" id="hbox1">
41 <property name="visible">True</property>
42 <child>
43 <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton">
44 <property name="label" translatable="yes">Index files</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="receives_default">False</property>
48 <property name="use_action_appearance">False</property>
49 <property name="use_underline">True</property>
50 <property name="active">True</property>
51 <property name="draw_indicator">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">False</property>
56 <property name="padding">20</property>
57 <property name="position">0</property>
58 </packing>
59 </child>
60 <child>
61 <placeholder/>
62 </child>
63 <child>
64 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label">
65 <property name="visible">True</property>
66 <property name="label" translatable="yes">Priority:</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="padding">13</property>
71 <property name="position">2</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button">
76 <property name="visible">True</property>
77 <property name="can_focus">True</property>
78 <property name="invisible_char">•</property>
79 <property name="adjustment">priority_adjustment</property>
80 <property name="numeric">True</property>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="padding">20</property>
85 <property name="position">3</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">False</property>
92 <property name="position">0</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkHBox" id="hbox2">
97 <property name="visible">True</property>
98 <child>
99 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label">
100 <property name="visible">True</property>
101 <property name="label" translatable="yes">Expiration year:</property>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="fill">False</property>
106 <property name="padding">20</property>
107 <property name="position">0</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="invisible_char">•</property>
115 <property name="adjustment">expiration_year_adjustment</property>
116 </object>
117 <packing>
118 <property name="expand">False</property>
119 <property name="fill">False</property>
120 <property name="position">1</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label">
125 <property name="visible">True</property>
126 <property name="label" translatable="yes">Anonymity:</property>
127 </object>
128 <packing>
129 <property name="expand">False</property>
130 <property name="padding">5</property>
131 <property name="position">2</property>
132 </packing>
133 </child>
134 <child>
135 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_anonymity_spin_button">
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="invisible_char">•</property>
139 <property name="adjustment">anonymity_adjustment</property>
140 <property name="numeric">True</property>
141 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" swapped="no"/>
142 </object>
143 <packing>
144 <property name="expand">False</property>
145 <property name="padding">20</property>
146 <property name="position">3</property>
147 </packing>
148 </child>
149 </object>
150 <packing>
151 <property name="expand">False</property>
152 <property name="position">1</property>
153 </packing>
154 </child>
155 </object>
156 <packing>
157 <property name="position">2</property>
158 </packing>
159 </child>
160 <child internal-child="action_area">
161 <object class="GtkHButtonBox" id="dialog-action_area3">
162 <property name="visible">True</property>
163 <property name="layout_style">end</property>
164 <child>
165 <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button">
166 <property name="label">gtk-cancel</property>
167 <property name="visible">True</property>
168 <property name="can_focus">True</property>
169 <property name="receives_default">True</property>
170 <property name="use_action_appearance">False</property>
171 <property name="use_stock">True</property>
172 </object>
173 <packing>
174 <property name="expand">False</property>
175 <property name="fill">False</property>
176 <property name="position">0</property>
177 </packing>
178 </child>
179 <child>
180 <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button">
181 <property name="label">gtk-ok</property>
182 <property name="visible">True</property>
183 <property name="can_focus">True</property>
184 <property name="can_default">True</property>
185 <property name="receives_default">True</property>
186 <property name="use_action_appearance">False</property>
187 <property name="use_stock">True</property>
188 </object>
189 <packing>
190 <property name="expand">False</property>
191 <property name="fill">False</property>
192 <property name="position">1</property>
193 </packing>
194 </child>
195 </object>
196 <packing>
197 <property name="expand">False</property>
198 <property name="pack_type">end</property>
199 <property name="position">0</property>
200 </packing>
201 </child>
202 </object>
203 </child>
204 <action-widgets>
205 <action-widget response="-6">GNUNET_GTK_publish_dialog_cancel_button</action-widget>
206 <action-widget response="-5">GNUNET_GTK_publish_directory_dialog_ok_button</action-widget>
207 </action-widgets>
208 </object>
209 <object class="GtkAdjustment" id="anonymity_adjustment">
210 <property name="upper">10000000</property>
211 <property name="value">1</property>
212 <property name="step_increment">1</property>
213 <property name="page_increment">10</property>
214 </object>
215</interface>