]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-irc.glade
Remove the select all entry for now
[empathy.git] / libempathy-gtk / empathy-account-widget-irc.glade
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.1 on Wed Mar  5 15:39:45 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="GtkEntry" id="entry_quit_message">
17             <property name="visible">True</property>
18             <property name="can_focus">True</property>
19           </widget>
20           <packing>
21             <property name="left_attach">1</property>
22             <property name="right_attach">2</property>
23             <property name="top_attach">4</property>
24             <property name="bottom_attach">5</property>
25             <property name="y_options"></property>
26           </packing>
27         </child>
28         <child>
29           <widget class="GtkLabel" id="label_quit_message">
30             <property name="visible">True</property>
31             <property name="xalign">0</property>
32             <property name="label" translatable="yes">Quit message:</property>
33           </widget>
34           <packing>
35             <property name="top_attach">4</property>
36             <property name="bottom_attach">5</property>
37             <property name="x_options">GTK_FILL</property>
38             <property name="y_options"></property>
39           </packing>
40         </child>
41         <child>
42           <widget class="GtkEntry" id="entry_fullname">
43             <property name="visible">True</property>
44             <property name="can_focus">True</property>
45           </widget>
46           <packing>
47             <property name="left_attach">1</property>
48             <property name="right_attach">2</property>
49             <property name="top_attach">3</property>
50             <property name="bottom_attach">4</property>
51             <property name="y_options"></property>
52           </packing>
53         </child>
54         <child>
55           <widget class="GtkEntry" id="entry_password">
56             <property name="visible">True</property>
57             <property name="can_focus">True</property>
58             <property name="visibility">False</property>
59             <property name="invisible_char">*</property>
60           </widget>
61           <packing>
62             <property name="left_attach">1</property>
63             <property name="right_attach">2</property>
64             <property name="top_attach">2</property>
65             <property name="bottom_attach">3</property>
66             <property name="y_options"></property>
67           </packing>
68         </child>
69         <child>
70           <widget class="GtkLabel" id="label_password">
71             <property name="visible">True</property>
72             <property name="xalign">0</property>
73             <property name="label" translatable="yes">Password:</property>
74           </widget>
75           <packing>
76             <property name="top_attach">2</property>
77             <property name="bottom_attach">3</property>
78             <property name="x_options">GTK_FILL</property>
79             <property name="y_options"></property>
80           </packing>
81         </child>
82         <child>
83           <widget class="GtkLabel" id="label_fullname">
84             <property name="visible">True</property>
85             <property name="xalign">0</property>
86             <property name="label" translatable="yes">Real name:</property>
87           </widget>
88           <packing>
89             <property name="top_attach">3</property>
90             <property name="bottom_attach">4</property>
91             <property name="x_options">GTK_FILL</property>
92             <property name="y_options"></property>
93           </packing>
94         </child>
95         <child>
96           <widget class="GtkEntry" id="entry_nick">
97             <property name="visible">True</property>
98             <property name="can_focus">True</property>
99             <property name="invisible_char">*</property>
100           </widget>
101           <packing>
102             <property name="left_attach">1</property>
103             <property name="right_attach">2</property>
104             <property name="top_attach">1</property>
105             <property name="bottom_attach">2</property>
106             <property name="y_options"></property>
107           </packing>
108         </child>
109         <child>
110           <widget class="GtkLabel" id="label_nick">
111             <property name="visible">True</property>
112             <property name="xalign">0</property>
113             <property name="label" translatable="yes">Nickname:</property>
114             <property name="use_underline">True</property>
115             <property name="mnemonic_widget">entry_nick</property>
116           </widget>
117           <packing>
118             <property name="top_attach">1</property>
119             <property name="bottom_attach">2</property>
120             <property name="x_options">GTK_FILL</property>
121             <property name="y_options"></property>
122           </packing>
123         </child>
124         <child>
125           <widget class="GtkHBox" id="hbox174">
126             <property name="visible">True</property>
127             <property name="spacing">2</property>
128             <child>
129               <widget class="GtkComboBox" id="combobox_network">
130                 <property name="visible">True</property>
131                 <property name="items" translatable="yes"></property>
132               </widget>
133             </child>
134             <child>
135               <widget class="GtkButton" id="button_add_network">
136                 <property name="visible">True</property>
137                 <property name="can_focus">True</property>
138                 <property name="tooltip" translatable="yes">Create a new IRC network</property>
139                 <property name="response_id">0</property>
140                 <child>
141                   <widget class="GtkImage" id="image2">
142                     <property name="visible">True</property>
143                     <property name="stock">gtk-add</property>
144                   </widget>
145                 </child>
146               </widget>
147               <packing>
148                 <property name="expand">False</property>
149                 <property name="fill">False</property>
150                 <property name="position">1</property>
151               </packing>
152             </child>
153             <child>
154               <widget class="GtkButton" id="button_network">
155                 <property name="visible">True</property>
156                 <property name="can_focus">True</property>
157                 <property name="tooltip" translatable="yes">Edit the selected IRC network</property>
158                 <property name="response_id">0</property>
159                 <child>
160                   <widget class="GtkImage" id="image834">
161                     <property name="visible">True</property>
162                     <property name="stock">gtk-edit</property>
163                   </widget>
164                 </child>
165               </widget>
166               <packing>
167                 <property name="expand">False</property>
168                 <property name="fill">False</property>
169                 <property name="position">2</property>
170               </packing>
171             </child>
172             <child>
173               <widget class="GtkButton" id="button_remove">
174                 <property name="visible">True</property>
175                 <property name="can_focus">True</property>
176                 <property name="tooltip" translatable="yes">Remove the selected IRC network</property>
177                 <property name="response_id">0</property>
178                 <child>
179                   <widget class="GtkImage" id="image835">
180                     <property name="visible">True</property>
181                     <property name="stock">gtk-remove</property>
182                   </widget>
183                 </child>
184               </widget>
185               <packing>
186                 <property name="expand">False</property>
187                 <property name="fill">False</property>
188                 <property name="position">3</property>
189               </packing>
190             </child>
191           </widget>
192           <packing>
193             <property name="left_attach">1</property>
194             <property name="right_attach">2</property>
195             <property name="x_options">GTK_FILL</property>
196             <property name="y_options">GTK_FILL</property>
197           </packing>
198         </child>
199         <child>
200           <widget class="GtkLabel" id="label_network">
201             <property name="visible">True</property>
202             <property name="xalign">0</property>
203             <property name="label" translatable="yes">Network:</property>
204             <property name="use_underline">True</property>
205           </widget>
206           <packing>
207             <property name="x_options">GTK_FILL</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="GtkLabel" id="label_network">
247                         <property name="visible">True</property>
248                         <property name="xalign">0</property>
249                         <property name="label" translatable="yes">Network:</property>
250                       </widget>
251                       <packing>
252                         <property name="x_options">GTK_FILL</property>
253                         <property name="y_options"></property>
254                       </packing>
255                     </child>
256                     <child>
257                       <widget class="GtkLabel" id="label_charset">
258                         <property name="visible">True</property>
259                         <property name="xalign">0</property>
260                         <property name="label" translatable="yes">Charset:</property>
261                       </widget>
262                       <packing>
263                         <property name="top_attach">1</property>
264                         <property name="bottom_attach">2</property>
265                         <property name="x_options">GTK_FILL</property>
266                         <property name="y_options"></property>
267                       </packing>
268                     </child>
269                     <child>
270                       <widget class="GtkEntry" id="entry_network">
271                         <property name="visible">True</property>
272                         <property name="can_focus">True</property>
273                       </widget>
274                       <packing>
275                         <property name="left_attach">1</property>
276                         <property name="right_attach">2</property>
277                         <property name="y_options"></property>
278                       </packing>
279                     </child>
280                     <child>
281                       <widget class="GtkComboBox" id="combobox_charset">
282                         <property name="visible">True</property>
283                       </widget>
284                       <packing>
285                         <property name="left_attach">1</property>
286                         <property name="right_attach">2</property>
287                         <property name="top_attach">1</property>
288                         <property name="bottom_attach">2</property>
289                         <property name="x_options">GTK_FILL</property>
290                         <property name="y_options">GTK_FILL</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="GtkScrolledWindow" id="scrolledwindow19">
331                         <property name="visible">True</property>
332                         <property name="can_focus">True</property>
333                         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
334                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
335                         <property name="shadow_type">GTK_SHADOW_IN</property>
336                         <child>
337                           <widget class="GtkTreeView" id="treeview_servers">
338                             <property name="visible">True</property>
339                             <property name="can_focus">True</property>
340                             <property name="enable_search">False</property>
341                           </widget>
342                         </child>
343                       </widget>
344                       <packing>
345                         <property name="y_options">GTK_FILL</property>
346                       </packing>
347                     </child>
348                     <child>
349                       <widget class="GtkVButtonBox" id="vbuttonbox1">
350                         <property name="visible">True</property>
351                         <property name="spacing">6</property>
352                         <property name="layout_style">GTK_BUTTONBOX_START</property>
353                         <child>
354                           <widget class="GtkButton" id="button_add">
355                             <property name="visible">True</property>
356                             <property name="can_focus">True</property>
357                             <property name="can_default">True</property>
358                             <property name="label">gtk-add</property>
359                             <property name="use_stock">True</property>
360                             <property name="response_id">0</property>
361                           </widget>
362                         </child>
363                         <child>
364                           <widget class="GtkButton" id="button_remove">
365                             <property name="visible">True</property>
366                             <property name="can_focus">True</property>
367                             <property name="can_default">True</property>
368                             <property name="label">gtk-remove</property>
369                             <property name="use_stock">True</property>
370                             <property name="response_id">0</property>
371                           </widget>
372                           <packing>
373                             <property name="position">1</property>
374                           </packing>
375                         </child>
376                         <child>
377                           <widget class="GtkButton" id="button_up">
378                             <property name="visible">True</property>
379                             <property name="can_focus">True</property>
380                             <property name="can_default">True</property>
381                             <property name="label">gtk-go-up</property>
382                             <property name="use_stock">True</property>
383                             <property name="response_id">0</property>
384                           </widget>
385                           <packing>
386                             <property name="position">2</property>
387                           </packing>
388                         </child>
389                         <child>
390                           <widget class="GtkButton" id="button_down">
391                             <property name="visible">True</property>
392                             <property name="can_focus">True</property>
393                             <property name="can_default">True</property>
394                             <property name="label">gtk-go-down</property>
395                             <property name="use_stock">True</property>
396                             <property name="response_id">0</property>
397                           </widget>
398                           <packing>
399                             <property name="position">3</property>
400                           </packing>
401                         </child>
402                       </widget>
403                       <packing>
404                         <property name="left_attach">1</property>
405                         <property name="right_attach">2</property>
406                         <property name="x_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>