Intermediate work commit.
[straw/fork.git] / data / subscribe.glade
bloba2ed87fa9e6dd90856a4ba774dc170d5ae538200
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: nxml -*-->
4 <glade-interface>
5 <widget class="GtkDialog" id="subscribe_dialog">
6 <property name="width_request">350</property>
7 <property name="height_request">400</property>
8 <property name="visible">True</property>
9 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
10 <property name="border_width">5</property>
11 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
13 <property name="has_separator">False</property>
14 <child internal-child="vbox">
15 <widget class="GtkVBox" id="dialog-vbox1">
16 <property name="visible">True</property>
17 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
18 <child>
19 <widget class="GtkNotebook" id="notebook">
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
23 <property name="show_tabs">False</property>
24 <property name="show_border">False</property>
25 <child>
26 <widget class="GtkVBox" id="vbox2">
27 <property name="visible">True</property>
28 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
29 <property name="spacing">8</property>
30 <child>
31 <widget class="GtkVBox" id="vbox3">
32 <property name="visible">True</property>
33 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
34 <property name="spacing">6</property>
35 <child>
36 <widget class="GtkLabel" id="label1">
37 <property name="visible">True</property>
38 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
39 <property name="xalign">0</property>
40 <property name="label" translatable="yes">&lt;b&gt;Location&lt;/b&gt;</property>
41 <property name="use_markup">True</property>
42 <property name="use_underline">True</property>
43 </widget>
44 </child>
45 <child>
46 <widget class="GtkHBox" id="hbox1">
47 <property name="visible">True</property>
48 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
49 <child>
50 <widget class="GtkLabel" id="label2">
51 <property name="width_request">75</property>
52 <property name="visible">True</property>
53 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
54 <property name="xalign">0</property>
55 <property name="label" translatable="yes">_URL:</property>
56 <property name="use_underline">True</property>
57 </widget>
58 <packing>
59 <property name="expand">False</property>
60 <property name="padding">12</property>
61 </packing>
62 </child>
63 <child>
64 <widget class="GtkEntry" id="feed_location_entry">
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
68 <property name="text">http://</property>
69 </widget>
70 <packing>
71 <property name="position">1</property>
72 </packing>
73 </child>
74 </widget>
75 <packing>
76 <property name="position">1</property>
77 </packing>
78 </child>
79 <child>
80 <widget class="GtkHBox" id="error_box">
81 <property name="visible">True</property>
82 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
83 <property name="spacing">8</property>
84 <child>
85 <widget class="GtkImage" id="image1">
86 <property name="visible">True</property>
87 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
88 <property name="stock">gtk-dialog-error</property>
89 </widget>
90 <packing>
91 <property name="expand">False</property>
92 </packing>
93 </child>
94 <child>
95 <widget class="GtkLabel" id="error_text1">
96 <property name="visible">True</property>
97 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
98 <property name="xalign">0</property>
99 </widget>
100 <packing>
101 <property name="expand">False</property>
102 <property name="position">1</property>
103 </packing>
104 </child>
105 </widget>
106 <packing>
107 <property name="expand">False</property>
108 <property name="padding">6</property>
109 <property name="position">2</property>
110 </packing>
111 </child>
112 </widget>
113 <packing>
114 <property name="expand">False</property>
115 </packing>
116 </child>
117 <child>
118 <widget class="GtkVBox" id="vbox5">
119 <property name="visible">True</property>
120 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
121 <property name="spacing">6</property>
122 <child>
123 <widget class="GtkLabel" id="label5">
124 <property name="visible">True</property>
125 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
126 <property name="xalign">0</property>
127 <property name="label" translatable="yes">&lt;b&gt;Authentication&lt;/b&gt;</property>
128 <property name="use_markup">True</property>
129 <property name="use_underline">True</property>
130 </widget>
131 </child>
132 <child>
133 <widget class="GtkVBox" id="vbox4">
134 <property name="visible">True</property>
135 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
136 <child>
137 <widget class="GtkHBox" id="hbox2">
138 <property name="visible">True</property>
139 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
140 <child>
141 <widget class="GtkLabel" id="label3">
142 <property name="width_request">75</property>
143 <property name="visible">True</property>
144 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
145 <property name="xalign">0</property>
146 <property name="label" translatable="yes">Username:</property>
147 </widget>
148 <packing>
149 <property name="expand">False</property>
150 <property name="padding">12</property>
151 </packing>
152 </child>
153 <child>
154 <widget class="GtkEntry" id="username_entry">
155 <property name="visible">True</property>
156 <property name="can_focus">True</property>
157 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
158 </widget>
159 <packing>
160 <property name="position">1</property>
161 </packing>
162 </child>
163 </widget>
164 <packing>
165 <property name="padding">6</property>
166 </packing>
167 </child>
168 <child>
169 <widget class="GtkHBox" id="hbox3">
170 <property name="visible">True</property>
171 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
172 <child>
173 <widget class="GtkLabel" id="label4">
174 <property name="width_request">75</property>
175 <property name="visible">True</property>
176 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
177 <property name="xalign">0</property>
178 <property name="label" translatable="yes">Password:</property>
179 </widget>
180 <packing>
181 <property name="expand">False</property>
182 <property name="padding">12</property>
183 </packing>
184 </child>
185 <child>
186 <widget class="GtkEntry" id="password_entry">
187 <property name="visible">True</property>
188 <property name="can_focus">True</property>
189 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
190 </widget>
191 <packing>
192 <property name="position">1</property>
193 </packing>
194 </child>
195 </widget>
196 <packing>
197 <property name="position">1</property>
198 </packing>
199 </child>
200 </widget>
201 <packing>
202 <property name="position">1</property>
203 </packing>
204 </child>
205 <child>
206 <widget class="GtkVBox" id="vbox6">
207 <property name="visible">True</property>
208 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
209 <child>
210 <widget class="GtkProgressBar" id="progress_bar">
211 <property name="height_request">50</property>
212 <property name="sensitive">False</property>
213 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
214 <property name="no_show_all">True</property>
215 <property name="activity_mode">True</property>
216 <property name="fraction">0.05000000074505806</property>
217 <property name="text" translatable="yes"></property>
218 </widget>
219 </child>
220 </widget>
221 <packing>
222 <property name="position">2</property>
223 </packing>
224 </child>
225 </widget>
226 <packing>
227 <property name="expand">False</property>
228 <property name="padding">18</property>
229 <property name="position">1</property>
230 </packing>
231 </child>
232 </widget>
233 <packing>
234 <property name="tab_fill">False</property>
235 </packing>
236 </child>
237 <child>
238 <widget class="GtkLabel" id="label6">
239 <property name="visible">True</property>
240 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
241 <property name="label" translatable="yes">page 1</property>
242 </widget>
243 <packing>
244 <property name="type">tab</property>
245 <property name="tab_fill">False</property>
246 </packing>
247 </child>
248 <child>
249 <widget class="GtkVBox" id="vbox1">
250 <property name="visible">True</property>
251 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
252 <child>
253 <widget class="GtkTreeView" id="treeview1">
254 <property name="visible">True</property>
255 <property name="can_focus">True</property>
256 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
257 <property name="headers_clickable">True</property>
258 </widget>
259 <packing>
260 <property name="padding">7</property>
261 </packing>
262 </child>
263 <child>
264 <placeholder/>
265 </child>
266 </widget>
267 <packing>
268 <property name="position">1</property>
269 </packing>
270 </child>
271 <child>
272 <widget class="GtkLabel" id="label7">
273 <property name="visible">True</property>
274 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
275 <property name="label" translatable="yes">page 2</property>
276 </widget>
277 <packing>
278 <property name="type">tab</property>
279 <property name="position">1</property>
280 <property name="tab_fill">False</property>
281 </packing>
282 </child>
283 </widget>
284 <packing>
285 <property name="position">1</property>
286 </packing>
287 </child>
288 <child internal-child="action_area">
289 <widget class="GtkHButtonBox" id="dialog-action_area1">
290 <property name="visible">True</property>
291 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
292 <property name="layout_style">GTK_BUTTONBOX_END</property>
293 <child>
294 <widget class="GtkButton" id="button1">
295 <property name="visible">True</property>
296 <property name="can_focus">True</property>
297 <property name="receives_default">True</property>
298 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
299 <property name="label" translatable="yes">gtk-close</property>
300 <property name="use_stock">True</property>
301 <property name="response_id">0</property>
302 <signal name="clicked" handler="on_button1_clicked"/>
303 </widget>
304 </child>
305 <child>
306 <widget class="GtkButton" id="button2">
307 <property name="visible">True</property>
308 <property name="can_focus">True</property>
309 <property name="receives_default">True</property>
310 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
311 <property name="label" translatable="yes">gtk-go-forward</property>
312 <property name="use_stock">True</property>
313 <property name="response_id">0</property>
314 <signal name="clicked" handler="on_button2_clicked"/>
315 </widget>
316 <packing>
317 <property name="position">1</property>
318 </packing>
319 </child>
320 <child>
321 <widget class="GtkButton" id="button3">
322 <property name="visible">True</property>
323 <property name="can_focus">True</property>
324 <property name="receives_default">True</property>
325 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
326 <property name="label" translatable="yes">gtk-apply</property>
327 <property name="use_stock">True</property>
328 <property name="response_id">0</property>
329 <signal name="clicked" handler="on_button3_clicked"/>
330 </widget>
331 <packing>
332 <property name="position">2</property>
333 </packing>
334 </child>
335 </widget>
336 <packing>
337 <property name="expand">False</property>
338 <property name="pack_type">GTK_PACK_END</property>
339 </packing>
340 </child>
341 </widget>
342 </child>
343 </widget>
344 </glade-interface>