Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: third_party/twisted_8_1/twisted/spread/ui/login2.glade

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkDialog" id="loginDialog">
7 <property name="title" translatable="yes">Login</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="resizable">True</property>
12 <property name="destroy_with_parent">True</property>
13 <property name="has_separator">True</property>
14 <signal name="response" handler="_on_loginDialog_response" last_modification_t ime="Sat, 25 Jan 2003 13:52:57 GMT"/>
15 <signal name="close" handler="_on_loginDialog_close" last_modification_time="S at, 25 Jan 2003 13:53:04 GMT"/>
16
17 <child internal-child="vbox">
18 <widget class="GtkVBox" id="dialog-vbox1">
19 <property name="visible">True</property>
20 <property name="homogeneous">False</property>
21 <property name="spacing">0</property>
22
23 <child internal-child="action_area">
24 <widget class="GtkHButtonBox" id="dialog-action_area1">
25 <property name="visible">True</property>
26 <property name="layout_style">GTK_BUTTONBOX_END</property>
27
28 <child>
29 <widget class="GtkButton" id="cancelbutton1">
30 <property name="visible">True</property>
31 <property name="can_default">True</property>
32 <property name="can_focus">True</property>
33 <property name="label">gtk-cancel</property>
34 <property name="use_stock">True</property>
35 <property name="relief">GTK_RELIEF_NORMAL</property>
36 <property name="response_id">-6</property>
37 </widget>
38 </child>
39
40 <child>
41 <widget class="GtkButton" id="loginButton">
42 <property name="visible">True</property>
43 <property name="can_default">True</property>
44 <property name="has_default">True</property>
45 <property name="can_focus">True</property>
46 <property name="relief">GTK_RELIEF_NORMAL</property>
47 <property name="response_id">-5</property>
48
49 <child>
50 <widget class="GtkAlignment" id="alignment1">
51 <property name="visible">True</property>
52 <property name="xalign">0.5</property>
53 <property name="yalign">0.5</property>
54 <property name="xscale">0</property>
55 <property name="yscale">0</property>
56
57 <child>
58 <widget class="GtkHBox" id="hbox2">
59 <property name="visible">True</property>
60 <property name="homogeneous">False</property>
61 <property name="spacing">2</property>
62
63 <child>
64 <widget class="GtkImage" id="image1">
65 <property name="visible">True</property>
66 <property name="stock">gtk-ok</property>
67 <property name="icon_size">4</property>
68 <property name="xalign">0.5</property>
69 <property name="yalign">0.5</property>
70 <property name="xpad">0</property>
71 <property name="ypad">0</property>
72 </widget>
73 <packing>
74 <property name="padding">0</property>
75 <property name="expand">False</property>
76 <property name="fill">False</property>
77 </packing>
78 </child>
79
80 <child>
81 <widget class="GtkLabel" id="label9">
82 <property name="visible">True</property>
83 <property name="label" translatable="yes">_Login</prop erty>
84 <property name="use_underline">True</property>
85 <property name="use_markup">False</property>
86 <property name="justify">GTK_JUSTIFY_LEFT</property>
87 <property name="wrap">False</property>
88 <property name="selectable">False</property>
89 <property name="xalign">0.5</property>
90 <property name="yalign">0.5</property>
91 <property name="xpad">0</property>
92 <property name="ypad">0</property>
93 </widget>
94 <packing>
95 <property name="padding">0</property>
96 <property name="expand">False</property>
97 <property name="fill">False</property>
98 </packing>
99 </child>
100 </widget>
101 </child>
102 </widget>
103 </child>
104 </widget>
105 </child>
106 </widget>
107 <packing>
108 <property name="padding">0</property>
109 <property name="expand">False</property>
110 <property name="fill">True</property>
111 <property name="pack_type">GTK_PACK_END</property>
112 </packing>
113 </child>
114
115 <child>
116 <widget class="GtkStatusbar" id="statusBar">
117 <property name="visible">True</property>
118 <property name="has_resize_grip">False</property>
119 </widget>
120 <packing>
121 <property name="padding">0</property>
122 <property name="expand">False</property>
123 <property name="fill">False</property>
124 <property name="pack_type">GTK_PACK_END</property>
125 </packing>
126 </child>
127
128 <child>
129 <widget class="GtkTable" id="table1">
130 <property name="visible">True</property>
131 <property name="n_rows">6</property>
132 <property name="n_columns">2</property>
133 <property name="homogeneous">False</property>
134 <property name="row_spacing">2</property>
135 <property name="column_spacing">0</property>
136
137 <child>
138 <widget class="GtkLabel" id="hostLabel">
139 <property name="visible">True</property>
140 <property name="label" translatable="yes">_Host:</property>
141 <property name="use_underline">True</property>
142 <property name="use_markup">False</property>
143 <property name="justify">GTK_JUSTIFY_LEFT</property>
144 <property name="wrap">False</property>
145 <property name="selectable">False</property>
146 <property name="xalign">0.9</property>
147 <property name="yalign">0.5</property>
148 <property name="xpad">0</property>
149 <property name="ypad">0</property>
150 <property name="mnemonic_widget">hostEntry</property>
151 <accessibility>
152 <atkrelation target="hostEntry" type="label-for"/>
153 <atkrelation target="portEntry" type="label-for"/>
154 </accessibility>
155 </widget>
156 <packing>
157 <property name="left_attach">0</property>
158 <property name="right_attach">1</property>
159 <property name="top_attach">0</property>
160 <property name="bottom_attach">1</property>
161 <property name="x_options">fill</property>
162 <property name="y_options"></property>
163 </packing>
164 </child>
165
166 <child>
167 <widget class="GtkHBox" id="hbox1">
168 <property name="visible">True</property>
169 <property name="homogeneous">False</property>
170 <property name="spacing">0</property>
171
172 <child>
173 <widget class="GtkEntry" id="hostEntry">
174 <property name="visible">True</property>
175 <property name="tooltip" translatable="yes">The name of a host to connect to.</property>
176 <property name="can_focus">True</property>
177 <property name="has_focus">True</property>
178 <property name="editable">True</property>
179 <property name="visibility">True</property>
180 <property name="max_length">0</property>
181 <property name="text" translatable="yes">localhost</property>
182 <property name="has_frame">True</property>
183 <property name="invisible_char" translatable="yes">*</property >
184 <property name="activates_default">True</property>
185 <accessibility>
186 <atkrelation target="hostLabel" type="labelled-by"/>
187 </accessibility>
188 </widget>
189 <packing>
190 <property name="padding">0</property>
191 <property name="expand">True</property>
192 <property name="fill">True</property>
193 </packing>
194 </child>
195
196 <child>
197 <widget class="GtkEntry" id="portEntry">
198 <property name="visible">True</property>
199 <property name="tooltip" translatable="yes">The number of a po rt to connect on.</property>
200 <property name="can_focus">True</property>
201 <property name="editable">True</property>
202 <property name="visibility">True</property>
203 <property name="max_length">0</property>
204 <property name="text" translatable="yes">8787</property>
205 <property name="has_frame">True</property>
206 <property name="invisible_char" translatable="yes">*</property >
207 <property name="activates_default">True</property>
208 <property name="width_chars">5</property>
209 </widget>
210 <packing>
211 <property name="padding">0</property>
212 <property name="expand">False</property>
213 <property name="fill">True</property>
214 </packing>
215 </child>
216 </widget>
217 <packing>
218 <property name="left_attach">1</property>
219 <property name="right_attach">2</property>
220 <property name="top_attach">0</property>
221 <property name="bottom_attach">1</property>
222 <property name="y_options">fill</property>
223 </packing>
224 </child>
225
226 <child>
227 <widget class="GtkLabel" id="nameLabel">
228 <property name="visible">True</property>
229 <property name="label" translatable="yes">_Name:</property>
230 <property name="use_underline">True</property>
231 <property name="use_markup">False</property>
232 <property name="justify">GTK_JUSTIFY_LEFT</property>
233 <property name="wrap">False</property>
234 <property name="selectable">False</property>
235 <property name="xalign">0.9</property>
236 <property name="yalign">0.5</property>
237 <property name="xpad">0</property>
238 <property name="ypad">0</property>
239 <property name="mnemonic_widget">identityNameEntry</property>
240 </widget>
241 <packing>
242 <property name="left_attach">0</property>
243 <property name="right_attach">1</property>
244 <property name="top_attach">1</property>
245 <property name="bottom_attach">2</property>
246 <property name="x_options">fill</property>
247 <property name="y_options"></property>
248 </packing>
249 </child>
250
251 <child>
252 <widget class="GtkEntry" id="identityNameEntry">
253 <property name="visible">True</property>
254 <property name="tooltip" translatable="yes">An identity to log in as.</property>
255 <property name="can_focus">True</property>
256 <property name="editable">True</property>
257 <property name="visibility">True</property>
258 <property name="max_length">0</property>
259 <property name="text" translatable="yes"></property>
260 <property name="has_frame">True</property>
261 <property name="invisible_char" translatable="yes">*</property>
262 <property name="activates_default">True</property>
263 </widget>
264 <packing>
265 <property name="left_attach">1</property>
266 <property name="right_attach">2</property>
267 <property name="top_attach">1</property>
268 <property name="bottom_attach">2</property>
269 <property name="y_options"></property>
270 </packing>
271 </child>
272
273 <child>
274 <widget class="GtkEntry" id="passwordEntry">
275 <property name="visible">True</property>
276 <property name="tooltip" translatable="yes">The Identity's log-in password.</property>
277 <property name="can_focus">True</property>
278 <property name="editable">True</property>
279 <property name="visibility">False</property>
280 <property name="max_length">0</property>
281 <property name="text" translatable="yes"></property>
282 <property name="has_frame">True</property>
283 <property name="invisible_char" translatable="yes">*</property>
284 <property name="activates_default">True</property>
285 </widget>
286 <packing>
287 <property name="left_attach">1</property>
288 <property name="right_attach">2</property>
289 <property name="top_attach">2</property>
290 <property name="bottom_attach">3</property>
291 <property name="y_options"></property>
292 </packing>
293 </child>
294
295 <child>
296 <widget class="GtkLabel" id="passwordLabel">
297 <property name="visible">True</property>
298 <property name="label" translatable="yes">_Password:</property>
299 <property name="use_underline">True</property>
300 <property name="use_markup">False</property>
301 <property name="justify">GTK_JUSTIFY_LEFT</property>
302 <property name="wrap">False</property>
303 <property name="selectable">False</property>
304 <property name="xalign">0.9</property>
305 <property name="yalign">0.5</property>
306 <property name="xpad">0</property>
307 <property name="ypad">0</property>
308 <property name="mnemonic_widget">passwordEntry</property>
309 </widget>
310 <packing>
311 <property name="left_attach">0</property>
312 <property name="right_attach">1</property>
313 <property name="top_attach">2</property>
314 <property name="bottom_attach">3</property>
315 <property name="x_options">fill</property>
316 <property name="y_options"></property>
317 </packing>
318 </child>
319
320 <child>
321 <widget class="GtkLabel" id="perspectiveLabel">
322 <property name="label" translatable="yes">Perspective:</property>
323 <property name="use_underline">False</property>
324 <property name="use_markup">False</property>
325 <property name="justify">GTK_JUSTIFY_LEFT</property>
326 <property name="wrap">False</property>
327 <property name="selectable">False</property>
328 <property name="xalign">0.9</property>
329 <property name="yalign">0.5</property>
330 <property name="xpad">0</property>
331 <property name="ypad">0</property>
332 </widget>
333 <packing>
334 <property name="left_attach">0</property>
335 <property name="right_attach">1</property>
336 <property name="top_attach">5</property>
337 <property name="bottom_attach">6</property>
338 <property name="x_options">fill</property>
339 <property name="y_options"></property>
340 </packing>
341 </child>
342
343 <child>
344 <widget class="GtkEntry" id="perspectiveNameEntry">
345 <property name="tooltip" translatable="yes">The name of a Perspect ive to request.</property>
346 <property name="can_focus">True</property>
347 <property name="editable">True</property>
348 <property name="visibility">True</property>
349 <property name="max_length">0</property>
350 <property name="text" translatable="yes"></property>
351 <property name="has_frame">True</property>
352 <property name="invisible_char" translatable="yes">*</property>
353 <property name="activates_default">False</property>
354 </widget>
355 <packing>
356 <property name="left_attach">1</property>
357 <property name="right_attach">2</property>
358 <property name="top_attach">5</property>
359 <property name="bottom_attach">6</property>
360 <property name="y_options"></property>
361 </packing>
362 </child>
363
364 <child>
365 <widget class="GtkVBox" id="vbox1">
366 <property name="visible">True</property>
367 <property name="homogeneous">False</property>
368 <property name="spacing">0</property>
369
370 <child>
371 <widget class="GtkLabel" id="protocolLabel">
372 <property name="label" translatable="yes">Insert Protocol Vers ion Here</property>
373 <property name="use_underline">False</property>
374 <property name="use_markup">False</property>
375 <property name="justify">GTK_JUSTIFY_LEFT</property>
376 <property name="wrap">False</property>
377 <property name="selectable">False</property>
378 <property name="xalign">0.5</property>
379 <property name="yalign">0.5</property>
380 <property name="xpad">0</property>
381 <property name="ypad">0</property>
382 </widget>
383 <packing>
384 <property name="padding">0</property>
385 <property name="expand">False</property>
386 <property name="fill">False</property>
387 </packing>
388 </child>
389
390 <child>
391 <widget class="GtkLabel" id="versionLabel">
392 <property name="label" translatable="yes">Insert Twisted Versi on Here</property>
393 <property name="use_underline">False</property>
394 <property name="use_markup">False</property>
395 <property name="justify">GTK_JUSTIFY_LEFT</property>
396 <property name="wrap">False</property>
397 <property name="selectable">False</property>
398 <property name="xalign">0.5</property>
399 <property name="yalign">0.5</property>
400 <property name="xpad">0</property>
401 <property name="ypad">0</property>
402 </widget>
403 <packing>
404 <property name="padding">0</property>
405 <property name="expand">False</property>
406 <property name="fill">False</property>
407 </packing>
408 </child>
409 </widget>
410 <packing>
411 <property name="left_attach">0</property>
412 <property name="right_attach">2</property>
413 <property name="top_attach">4</property>
414 <property name="bottom_attach">5</property>
415 <property name="x_options">fill</property>
416 <property name="y_options">fill</property>
417 </packing>
418 </child>
419
420 <child>
421 <widget class="GtkAlignment" id="alignment2">
422 <property name="visible">True</property>
423 <property name="xalign">1</property>
424 <property name="yalign">0.5</property>
425 <property name="xscale">0</property>
426 <property name="yscale">1</property>
427
428 <child>
429 <widget class="GtkToggleButton" id="advancedButton">
430 <property name="visible">True</property>
431 <property name="tooltip" translatable="yes">Advanced options.< /property>
432 <property name="can_focus">True</property>
433 <property name="label" translatable="yes">Advanced &gt;&gt;</p roperty>
434 <property name="use_underline">True</property>
435 <property name="relief">GTK_RELIEF_NORMAL</property>
436 <property name="active">False</property>
437 <property name="inconsistent">False</property>
438 <signal name="toggled" handler="_on_advancedButton_toggled" ob ject="Login" last_modification_time="Sat, 25 Jan 2003 13:47:17 GMT"/>
439 </widget>
440 </child>
441 </widget>
442 <packing>
443 <property name="left_attach">0</property>
444 <property name="right_attach">2</property>
445 <property name="top_attach">3</property>
446 <property name="bottom_attach">4</property>
447 <property name="y_options"></property>
448 </packing>
449 </child>
450 </widget>
451 <packing>
452 <property name="padding">0</property>
453 <property name="expand">False</property>
454 <property name="fill">False</property>
455 </packing>
456 </child>
457 </widget>
458 </child>
459 </widget>
460
461 </glade-interface>
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/spread/ui/gtkutil.py ('k') | third_party/twisted_8_1/twisted/spread/ui/tktree.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698