~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-account-widget-irc.glade

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--Generated with glade3 3.4.0 on Sun Feb 17 01:08:25 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkWindow" id="account_irc_settings">
 
6
    <property name="title" translatable="yes">irc account settings</property>
 
7
    <property name="resizable">False</property>
 
8
    <child>
 
9
      <widget class="GtkTable" id="vbox_irc_settings">
 
10
        <property name="visible">True</property>
 
11
        <property name="n_rows">5</property>
 
12
        <property name="n_columns">2</property>
 
13
        <property name="column_spacing">12</property>
 
14
        <property name="row_spacing">6</property>
 
15
        <child>
 
16
          <widget class="GtkLabel" id="label_network">
 
17
            <property name="visible">True</property>
 
18
            <property name="xalign">0</property>
 
19
            <property name="label" translatable="yes">Network:</property>
 
20
            <property name="use_underline">True</property>
 
21
          </widget>
 
22
          <packing>
 
23
            <property name="x_options">GTK_FILL</property>
 
24
            <property name="y_options"></property>
 
25
          </packing>
 
26
        </child>
 
27
        <child>
 
28
          <widget class="GtkHBox" id="hbox174">
 
29
            <property name="visible">True</property>
 
30
            <property name="spacing">2</property>
 
31
            <child>
 
32
              <widget class="GtkComboBox" id="combobox_network">
 
33
                <property name="visible">True</property>
 
34
                <property name="items" translatable="yes"></property>
 
35
              </widget>
 
36
            </child>
 
37
            <child>
 
38
              <widget class="GtkButton" id="button_add_network">
 
39
                <property name="visible">True</property>
 
40
                <property name="can_focus">True</property>
 
41
                <property name="tooltip" translatable="yes">Create a new IRC network</property>
 
42
                <property name="response_id">0</property>
 
43
                <child>
 
44
                  <widget class="GtkImage" id="image2">
 
45
                    <property name="visible">True</property>
 
46
                    <property name="stock">gtk-add</property>
 
47
                  </widget>
 
48
                </child>
 
49
              </widget>
 
50
              <packing>
 
51
                <property name="expand">False</property>
 
52
                <property name="fill">False</property>
 
53
                <property name="position">1</property>
 
54
              </packing>
 
55
            </child>
 
56
            <child>
 
57
              <widget class="GtkButton" id="button_network">
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
                <property name="tooltip" translatable="yes">Edit the selected IRC network</property>
 
61
                <property name="response_id">0</property>
 
62
                <child>
 
63
                  <widget class="GtkImage" id="image834">
 
64
                    <property name="visible">True</property>
 
65
                    <property name="stock">gtk-edit</property>
 
66
                  </widget>
 
67
                </child>
 
68
              </widget>
 
69
              <packing>
 
70
                <property name="expand">False</property>
 
71
                <property name="fill">False</property>
 
72
                <property name="position">2</property>
 
73
              </packing>
 
74
            </child>
 
75
            <child>
 
76
              <widget class="GtkButton" id="button_remove">
 
77
                <property name="visible">True</property>
 
78
                <property name="can_focus">True</property>
 
79
                <property name="tooltip" translatable="yes">Remove the selected IRC network</property>
 
80
                <property name="response_id">0</property>
 
81
                <child>
 
82
                  <widget class="GtkImage" id="image835">
 
83
                    <property name="visible">True</property>
 
84
                    <property name="stock">gtk-remove</property>
 
85
                  </widget>
 
86
                </child>
 
87
              </widget>
 
88
              <packing>
 
89
                <property name="expand">False</property>
 
90
                <property name="fill">False</property>
 
91
                <property name="position">3</property>
 
92
              </packing>
 
93
            </child>
 
94
          </widget>
 
95
          <packing>
 
96
            <property name="left_attach">1</property>
 
97
            <property name="right_attach">2</property>
 
98
            <property name="x_options">GTK_FILL</property>
 
99
            <property name="y_options">GTK_FILL</property>
 
100
          </packing>
 
101
        </child>
 
102
        <child>
 
103
          <widget class="GtkLabel" id="label_nick">
 
104
            <property name="visible">True</property>
 
105
            <property name="xalign">0</property>
 
106
            <property name="label" translatable="yes">Nickname:</property>
 
107
            <property name="use_underline">True</property>
 
108
            <property name="mnemonic_widget">entry_nick</property>
 
109
          </widget>
 
110
          <packing>
 
111
            <property name="top_attach">1</property>
 
112
            <property name="bottom_attach">2</property>
 
113
            <property name="x_options">GTK_FILL</property>
 
114
            <property name="y_options"></property>
 
115
          </packing>
 
116
        </child>
 
117
        <child>
 
118
          <widget class="GtkEntry" id="entry_nick">
 
119
            <property name="visible">True</property>
 
120
            <property name="can_focus">True</property>
 
121
            <property name="invisible_char">*</property>
 
122
          </widget>
 
123
          <packing>
 
124
            <property name="left_attach">1</property>
 
125
            <property name="right_attach">2</property>
 
126
            <property name="top_attach">1</property>
 
127
            <property name="bottom_attach">2</property>
 
128
            <property name="y_options"></property>
 
129
          </packing>
 
130
        </child>
 
131
        <child>
 
132
          <widget class="GtkLabel" id="label_fullname">
 
133
            <property name="visible">True</property>
 
134
            <property name="xalign">0</property>
 
135
            <property name="label" translatable="yes">Real name:</property>
 
136
          </widget>
 
137
          <packing>
 
138
            <property name="top_attach">3</property>
 
139
            <property name="bottom_attach">4</property>
 
140
            <property name="x_options">GTK_FILL</property>
 
141
            <property name="y_options"></property>
 
142
          </packing>
 
143
        </child>
 
144
        <child>
 
145
          <widget class="GtkLabel" id="label_password">
 
146
            <property name="visible">True</property>
 
147
            <property name="xalign">0</property>
 
148
            <property name="label" translatable="yes">Password:</property>
 
149
          </widget>
 
150
          <packing>
 
151
            <property name="top_attach">2</property>
 
152
            <property name="bottom_attach">3</property>
 
153
            <property name="x_options">GTK_FILL</property>
 
154
            <property name="y_options"></property>
 
155
          </packing>
 
156
        </child>
 
157
        <child>
 
158
          <widget class="GtkEntry" id="entry_password">
 
159
            <property name="visible">True</property>
 
160
            <property name="can_focus">True</property>
 
161
            <property name="visibility">False</property>
 
162
            <property name="invisible_char">*</property>
 
163
          </widget>
 
164
          <packing>
 
165
            <property name="left_attach">1</property>
 
166
            <property name="right_attach">2</property>
 
167
            <property name="top_attach">2</property>
 
168
            <property name="bottom_attach">3</property>
 
169
            <property name="y_options"></property>
 
170
          </packing>
 
171
        </child>
 
172
        <child>
 
173
          <widget class="GtkEntry" id="entry_fullname">
 
174
            <property name="visible">True</property>
 
175
            <property name="can_focus">True</property>
 
176
          </widget>
 
177
          <packing>
 
178
            <property name="left_attach">1</property>
 
179
            <property name="right_attach">2</property>
 
180
            <property name="top_attach">3</property>
 
181
            <property name="bottom_attach">4</property>
 
182
            <property name="y_options"></property>
 
183
          </packing>
 
184
        </child>
 
185
        <child>
 
186
          <widget class="GtkLabel" id="label_quit_message">
 
187
            <property name="visible">True</property>
 
188
            <property name="xalign">0</property>
 
189
            <property name="label" translatable="yes">Quit message:</property>
 
190
          </widget>
 
191
          <packing>
 
192
            <property name="top_attach">4</property>
 
193
            <property name="bottom_attach">5</property>
 
194
            <property name="x_options">GTK_FILL</property>
 
195
            <property name="y_options"></property>
 
196
          </packing>
 
197
        </child>
 
198
        <child>
 
199
          <widget class="GtkEntry" id="entry_quit_message">
 
200
            <property name="visible">True</property>
 
201
            <property name="can_focus">True</property>
 
202
          </widget>
 
203
          <packing>
 
204
            <property name="left_attach">1</property>
 
205
            <property name="right_attach">2</property>
 
206
            <property name="top_attach">4</property>
 
207
            <property name="bottom_attach">5</property>
 
208
            <property name="y_options"></property>
 
209
          </packing>
 
210
        </child>
 
211
      </widget>
 
212
    </child>
 
213
  </widget>
 
214
  <widget class="GtkDialog" id="irc_network_dialog">
 
215
    <property name="visible">True</property>
 
216
    <property name="border_width">5</property>
 
217
    <property name="title" translatable="yes">Network</property>
 
218
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
219
    <property name="icon_name">gtk-edit</property>
 
220
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
221
    <property name="skip_taskbar_hint">True</property>
 
222
    <property name="skip_pager_hint">True</property>
 
223
    <property name="has_separator">False</property>
 
224
    <child internal-child="vbox">
 
225
      <widget class="GtkVBox" id="dialog-vbox10">
 
226
        <property name="visible">True</property>
 
227
        <property name="spacing">2</property>
 
228
        <child>
 
229
          <widget class="GtkFrame" id="frame14">
 
230
            <property name="visible">True</property>
 
231
            <property name="label_xalign">0</property>
 
232
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
233
            <child>
 
234
              <widget class="GtkAlignment" id="alignment28">
 
235
                <property name="visible">True</property>
 
236
                <property name="top_padding">6</property>
 
237
                <property name="left_padding">12</property>
 
238
                <child>
 
239
                  <widget class="GtkTable" id="table14">
 
240
                    <property name="visible">True</property>
 
241
                    <property name="n_rows">2</property>
 
242
                    <property name="n_columns">2</property>
 
243
                    <property name="column_spacing">12</property>
 
244
                    <property name="row_spacing">6</property>
 
245
                    <child>
 
246
                      <widget class="GtkComboBox" id="combobox_charset">
 
247
                        <property name="visible">True</property>
 
248
                      </widget>
 
249
                      <packing>
 
250
                        <property name="left_attach">1</property>
 
251
                        <property name="right_attach">2</property>
 
252
                        <property name="top_attach">1</property>
 
253
                        <property name="bottom_attach">2</property>
 
254
                        <property name="x_options">GTK_FILL</property>
 
255
                        <property name="y_options">GTK_FILL</property>
 
256
                      </packing>
 
257
                    </child>
 
258
                    <child>
 
259
                      <widget class="GtkEntry" id="entry_network">
 
260
                        <property name="visible">True</property>
 
261
                        <property name="can_focus">True</property>
 
262
                      </widget>
 
263
                      <packing>
 
264
                        <property name="left_attach">1</property>
 
265
                        <property name="right_attach">2</property>
 
266
                        <property name="y_options"></property>
 
267
                      </packing>
 
268
                    </child>
 
269
                    <child>
 
270
                      <widget class="GtkLabel" id="label_charset">
 
271
                        <property name="visible">True</property>
 
272
                        <property name="xalign">0</property>
 
273
                        <property name="label" translatable="yes">Charset:</property>
 
274
                      </widget>
 
275
                      <packing>
 
276
                        <property name="top_attach">1</property>
 
277
                        <property name="bottom_attach">2</property>
 
278
                        <property name="x_options">GTK_FILL</property>
 
279
                        <property name="y_options"></property>
 
280
                      </packing>
 
281
                    </child>
 
282
                    <child>
 
283
                      <widget class="GtkLabel" id="label_network">
 
284
                        <property name="visible">True</property>
 
285
                        <property name="xalign">0</property>
 
286
                        <property name="label" translatable="yes">Network:</property>
 
287
                      </widget>
 
288
                      <packing>
 
289
                        <property name="x_options">GTK_FILL</property>
 
290
                        <property name="y_options"></property>
 
291
                      </packing>
 
292
                    </child>
 
293
                  </widget>
 
294
                </child>
 
295
              </widget>
 
296
            </child>
 
297
            <child>
 
298
              <widget class="GtkLabel" id="label_network">
 
299
                <property name="visible">True</property>
 
300
                <property name="label" translatable="yes">&lt;b&gt;Network&lt;/b&gt;</property>
 
301
                <property name="use_markup">True</property>
 
302
              </widget>
 
303
              <packing>
 
304
                <property name="type">label_item</property>
 
305
              </packing>
 
306
            </child>
 
307
          </widget>
 
308
          <packing>
 
309
            <property name="position">1</property>
 
310
          </packing>
 
311
        </child>
 
312
        <child>
 
313
          <widget class="GtkFrame" id="frame15">
 
314
            <property name="visible">True</property>
 
315
            <property name="label_xalign">0</property>
 
316
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
317
            <child>
 
318
              <widget class="GtkAlignment" id="alignment29">
 
319
                <property name="visible">True</property>
 
320
                <property name="top_padding">6</property>
 
321
                <property name="left_padding">12</property>
 
322
                <child>
 
323
                  <widget class="GtkTable" id="table15">
 
324
                    <property name="visible">True</property>
 
325
                    <property name="n_rows">1</property>
 
326
                    <property name="n_columns">2</property>
 
327
                    <property name="column_spacing">6</property>
 
328
                    <property name="row_spacing">6</property>
 
329
                    <child>
 
330
                      <widget class="GtkVButtonBox" id="vbuttonbox1">
 
331
                        <property name="visible">True</property>
 
332
                        <property name="spacing">6</property>
 
333
                        <property name="layout_style">GTK_BUTTONBOX_START</property>
 
334
                        <child>
 
335
                          <widget class="GtkButton" id="button_add">
 
336
                            <property name="visible">True</property>
 
337
                            <property name="can_focus">True</property>
 
338
                            <property name="can_default">True</property>
 
339
                            <property name="label">gtk-add</property>
 
340
                            <property name="use_stock">True</property>
 
341
                            <property name="response_id">0</property>
 
342
                          </widget>
 
343
                        </child>
 
344
                        <child>
 
345
                          <widget class="GtkButton" id="button_remove">
 
346
                            <property name="visible">True</property>
 
347
                            <property name="can_focus">True</property>
 
348
                            <property name="can_default">True</property>
 
349
                            <property name="label">gtk-remove</property>
 
350
                            <property name="use_stock">True</property>
 
351
                            <property name="response_id">0</property>
 
352
                          </widget>
 
353
                          <packing>
 
354
                            <property name="position">1</property>
 
355
                          </packing>
 
356
                        </child>
 
357
                        <child>
 
358
                          <widget class="GtkButton" id="button_up">
 
359
                            <property name="visible">True</property>
 
360
                            <property name="can_focus">True</property>
 
361
                            <property name="can_default">True</property>
 
362
                            <property name="label">gtk-go-up</property>
 
363
                            <property name="use_stock">True</property>
 
364
                            <property name="response_id">0</property>
 
365
                          </widget>
 
366
                          <packing>
 
367
                            <property name="position">2</property>
 
368
                          </packing>
 
369
                        </child>
 
370
                        <child>
 
371
                          <widget class="GtkButton" id="button_down">
 
372
                            <property name="visible">True</property>
 
373
                            <property name="can_focus">True</property>
 
374
                            <property name="can_default">True</property>
 
375
                            <property name="label">gtk-go-down</property>
 
376
                            <property name="use_stock">True</property>
 
377
                            <property name="response_id">0</property>
 
378
                          </widget>
 
379
                          <packing>
 
380
                            <property name="position">3</property>
 
381
                          </packing>
 
382
                        </child>
 
383
                      </widget>
 
384
                      <packing>
 
385
                        <property name="left_attach">1</property>
 
386
                        <property name="right_attach">2</property>
 
387
                        <property name="x_options">GTK_FILL</property>
 
388
                      </packing>
 
389
                    </child>
 
390
                    <child>
 
391
                      <widget class="GtkScrolledWindow" id="scrolledwindow19">
 
392
                        <property name="visible">True</property>
 
393
                        <property name="can_focus">True</property>
 
394
                        <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
395
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
396
                        <property name="shadow_type">GTK_SHADOW_IN</property>
 
397
                        <child>
 
398
                          <widget class="GtkTreeView" id="treeview_servers">
 
399
                            <property name="visible">True</property>
 
400
                            <property name="can_focus">True</property>
 
401
                            <property name="enable_search">False</property>
 
402
                          </widget>
 
403
                        </child>
 
404
                      </widget>
 
405
                      <packing>
 
406
                        <property name="y_options">GTK_FILL</property>
 
407
                      </packing>
 
408
                    </child>
 
409
                  </widget>
 
410
                </child>
 
411
              </widget>
 
412
            </child>
 
413
            <child>
 
414
              <widget class="GtkLabel" id="label_servers">
 
415
                <property name="visible">True</property>
 
416
                <property name="label" translatable="yes">&lt;b&gt;Servers&lt;/b&gt;</property>
 
417
                <property name="use_markup">True</property>
 
418
              </widget>
 
419
              <packing>
 
420
                <property name="type">label_item</property>
 
421
              </packing>
 
422
            </child>
 
423
          </widget>
 
424
          <packing>
 
425
            <property name="position">2</property>
 
426
          </packing>
 
427
        </child>
 
428
        <child internal-child="action_area">
 
429
          <widget class="GtkHButtonBox" id="dialog-action_area10">
 
430
            <property name="visible">True</property>
 
431
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
432
            <child>
 
433
              <widget class="GtkButton" id="button_close">
 
434
                <property name="visible">True</property>
 
435
                <property name="can_focus">True</property>
 
436
                <property name="can_default">True</property>
 
437
                <property name="label">gtk-close</property>
 
438
                <property name="use_stock">True</property>
 
439
                <property name="response_id">-7</property>
 
440
              </widget>
 
441
            </child>
 
442
          </widget>
 
443
          <packing>
 
444
            <property name="expand">False</property>
 
445
            <property name="pack_type">GTK_PACK_END</property>
 
446
          </packing>
 
447
        </child>
 
448
      </widget>
 
449
    </child>
 
450
  </widget>
 
451
</glade-interface>