]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.glade
Remove the autogen.sh script and use gnome-autogen.sh instead.
[empathy.git] / libempathy-gtk / empathy-account-widget-jabber.glade
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="GtkWindow" id="account_jabber_settings">
7   <property name="visible">True</property>
8   <property name="title" translatable="yes">jabber account settings</property>
9   <property name="type">GTK_WINDOW_TOPLEVEL</property>
10   <property name="window_position">GTK_WIN_POS_NONE</property>
11   <property name="modal">False</property>
12   <property name="resizable">False</property>
13   <property name="destroy_with_parent">False</property>
14   <property name="decorated">True</property>
15   <property name="skip_taskbar_hint">False</property>
16   <property name="skip_pager_hint">False</property>
17   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
18   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
19   <property name="focus_on_map">True</property>
20   <property name="urgency_hint">False</property>
21
22   <child>
23     <widget class="GtkTable" id="vbox_jabber_settings">
24       <property name="n_rows">6</property>
25       <property name="n_columns">3</property>
26       <property name="homogeneous">False</property>
27       <property name="row_spacing">6</property>
28       <property name="column_spacing">12</property>
29
30       <child>
31         <widget class="GtkLabel" id="label_id">
32           <property name="visible">True</property>
33           <property name="label" translatable="yes">Login I_D:</property>
34           <property name="use_underline">True</property>
35           <property name="use_markup">False</property>
36           <property name="justify">GTK_JUSTIFY_LEFT</property>
37           <property name="wrap">False</property>
38           <property name="selectable">False</property>
39           <property name="xalign">0</property>
40           <property name="yalign">0.5</property>
41           <property name="xpad">0</property>
42           <property name="ypad">0</property>
43           <property name="mnemonic_widget">entry_id</property>
44           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
45           <property name="width_chars">-1</property>
46           <property name="single_line_mode">False</property>
47           <property name="angle">0</property>
48         </widget>
49         <packing>
50           <property name="left_attach">0</property>
51           <property name="right_attach">1</property>
52           <property name="top_attach">0</property>
53           <property name="bottom_attach">1</property>
54           <property name="x_options">fill</property>
55           <property name="y_options"></property>
56         </packing>
57       </child>
58
59       <child>
60         <widget class="GtkLabel" id="label_password">
61           <property name="visible">True</property>
62           <property name="label" translatable="yes">Pass_word:</property>
63           <property name="use_underline">True</property>
64           <property name="use_markup">False</property>
65           <property name="justify">GTK_JUSTIFY_LEFT</property>
66           <property name="wrap">False</property>
67           <property name="selectable">False</property>
68           <property name="xalign">0</property>
69           <property name="yalign">0.5</property>
70           <property name="xpad">0</property>
71           <property name="ypad">0</property>
72           <property name="mnemonic_widget">entry_password</property>
73           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
74           <property name="width_chars">-1</property>
75           <property name="single_line_mode">False</property>
76           <property name="angle">0</property>
77         </widget>
78         <packing>
79           <property name="left_attach">0</property>
80           <property name="right_attach">1</property>
81           <property name="top_attach">1</property>
82           <property name="bottom_attach">2</property>
83           <property name="x_options">fill</property>
84           <property name="y_options"></property>
85         </packing>
86       </child>
87
88       <child>
89         <widget class="GtkLabel" id="label_resource">
90           <property name="visible">True</property>
91           <property name="label" translatable="yes">Reso_urce:</property>
92           <property name="use_underline">True</property>
93           <property name="use_markup">False</property>
94           <property name="justify">GTK_JUSTIFY_LEFT</property>
95           <property name="wrap">False</property>
96           <property name="selectable">False</property>
97           <property name="xalign">0</property>
98           <property name="yalign">0.5</property>
99           <property name="xpad">0</property>
100           <property name="ypad">0</property>
101           <property name="mnemonic_widget">entry_resource</property>
102           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
103           <property name="width_chars">-1</property>
104           <property name="single_line_mode">False</property>
105           <property name="angle">0</property>
106         </widget>
107         <packing>
108           <property name="left_attach">0</property>
109           <property name="right_attach">1</property>
110           <property name="top_attach">2</property>
111           <property name="bottom_attach">3</property>
112           <property name="x_options">fill</property>
113           <property name="y_options"></property>
114         </packing>
115       </child>
116
117       <child>
118         <widget class="GtkLabel" id="label_server">
119           <property name="visible">True</property>
120           <property name="label" translatable="yes">_Server:</property>
121           <property name="use_underline">True</property>
122           <property name="use_markup">False</property>
123           <property name="justify">GTK_JUSTIFY_LEFT</property>
124           <property name="wrap">False</property>
125           <property name="selectable">False</property>
126           <property name="xalign">0</property>
127           <property name="yalign">0.5</property>
128           <property name="xpad">0</property>
129           <property name="ypad">0</property>
130           <property name="mnemonic_widget">entry_server</property>
131           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
132           <property name="width_chars">-1</property>
133           <property name="single_line_mode">False</property>
134           <property name="angle">0</property>
135         </widget>
136         <packing>
137           <property name="left_attach">0</property>
138           <property name="right_attach">1</property>
139           <property name="top_attach">3</property>
140           <property name="bottom_attach">4</property>
141           <property name="x_options">fill</property>
142           <property name="y_options"></property>
143         </packing>
144       </child>
145
146       <child>
147         <widget class="GtkLabel" id="label_port">
148           <property name="visible">True</property>
149           <property name="label" translatable="yes">_Port:</property>
150           <property name="use_underline">True</property>
151           <property name="use_markup">False</property>
152           <property name="justify">GTK_JUSTIFY_LEFT</property>
153           <property name="wrap">False</property>
154           <property name="selectable">False</property>
155           <property name="xalign">0</property>
156           <property name="yalign">0.5</property>
157           <property name="xpad">0</property>
158           <property name="ypad">0</property>
159           <property name="mnemonic_widget">spinbutton_port</property>
160           <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
161           <property name="width_chars">-1</property>
162           <property name="single_line_mode">False</property>
163           <property name="angle">0</property>
164         </widget>
165         <packing>
166           <property name="left_attach">0</property>
167           <property name="right_attach">1</property>
168           <property name="top_attach">4</property>
169           <property name="bottom_attach">5</property>
170           <property name="x_options">fill</property>
171           <property name="y_options"></property>
172         </packing>
173       </child>
174
175       <child>
176         <widget class="GtkEntry" id="entry_resource">
177           <property name="visible">True</property>
178           <property name="can_focus">True</property>
179           <property name="editable">True</property>
180           <property name="visibility">True</property>
181           <property name="max_length">0</property>
182           <property name="text" translatable="yes"></property>
183           <property name="has_frame">True</property>
184           <property name="invisible_char">*</property>
185           <property name="activates_default">False</property>
186         </widget>
187         <packing>
188           <property name="left_attach">1</property>
189           <property name="right_attach">3</property>
190           <property name="top_attach">2</property>
191           <property name="bottom_attach">3</property>
192           <property name="y_options"></property>
193         </packing>
194       </child>
195
196       <child>
197         <widget class="GtkEntry" id="entry_server">
198           <property name="visible">True</property>
199           <property name="can_focus">True</property>
200           <property name="editable">True</property>
201           <property name="visibility">True</property>
202           <property name="max_length">0</property>
203           <property name="text" translatable="yes"></property>
204           <property name="has_frame">True</property>
205           <property name="invisible_char">*</property>
206           <property name="activates_default">False</property>
207         </widget>
208         <packing>
209           <property name="left_attach">1</property>
210           <property name="right_attach">3</property>
211           <property name="top_attach">3</property>
212           <property name="bottom_attach">4</property>
213           <property name="y_options"></property>
214         </packing>
215       </child>
216
217       <child>
218         <widget class="GtkCheckButton" id="checkbutton_ssl">
219           <property name="visible">True</property>
220           <property name="can_focus">True</property>
221           <property name="label" translatable="yes">Use encryption (SS_L)</property>
222           <property name="use_underline">True</property>
223           <property name="relief">GTK_RELIEF_NORMAL</property>
224           <property name="focus_on_click">True</property>
225           <property name="active">False</property>
226           <property name="inconsistent">False</property>
227           <property name="draw_indicator">True</property>
228         </widget>
229         <packing>
230           <property name="left_attach">0</property>
231           <property name="right_attach">3</property>
232           <property name="top_attach">5</property>
233           <property name="bottom_attach">6</property>
234           <property name="x_options">fill</property>
235           <property name="y_options"></property>
236         </packing>
237       </child>
238
239       <child>
240         <widget class="GtkSpinButton" id="spinbutton_port">
241           <property name="visible">True</property>
242           <property name="can_focus">True</property>
243           <property name="climb_rate">1</property>
244           <property name="digits">0</property>
245           <property name="numeric">True</property>
246           <property name="update_policy">GTK_UPDATE_ALWAYS</property>
247           <property name="snap_to_ticks">False</property>
248           <property name="wrap">False</property>
249           <property name="adjustment">5222 0 65556 1 10 10</property>
250         </widget>
251         <packing>
252           <property name="left_attach">1</property>
253           <property name="right_attach">3</property>
254           <property name="top_attach">4</property>
255           <property name="bottom_attach">5</property>
256           <property name="y_options"></property>
257         </packing>
258       </child>
259
260       <child>
261         <widget class="GtkButton" id="button_forget">
262           <property name="visible">True</property>
263           <property name="tooltip" translatable="yes">Forget password and clear the entry.</property>
264           <property name="can_focus">True</property>
265           <property name="relief">GTK_RELIEF_NORMAL</property>
266           <property name="focus_on_click">True</property>
267
268           <child>
269             <widget class="GtkImage" id="image834">
270               <property name="visible">True</property>
271               <property name="stock">gtk-clear</property>
272               <property name="icon_size">1</property>
273               <property name="xalign">0.5</property>
274               <property name="yalign">0.5</property>
275               <property name="xpad">0</property>
276               <property name="ypad">0</property>
277             </widget>
278           </child>
279         </widget>
280         <packing>
281           <property name="left_attach">2</property>
282           <property name="right_attach">3</property>
283           <property name="top_attach">1</property>
284           <property name="bottom_attach">2</property>
285           <property name="x_options">fill</property>
286           <property name="y_options"></property>
287         </packing>
288       </child>
289
290       <child>
291         <widget class="GtkEntry" id="entry_password">
292           <property name="visible">True</property>
293           <property name="can_focus">True</property>
294           <property name="editable">True</property>
295           <property name="visibility">False</property>
296           <property name="max_length">0</property>
297           <property name="text" translatable="yes"></property>
298           <property name="has_frame">True</property>
299           <property name="invisible_char">*</property>
300           <property name="activates_default">False</property>
301         </widget>
302         <packing>
303           <property name="left_attach">1</property>
304           <property name="right_attach">2</property>
305           <property name="top_attach">1</property>
306           <property name="bottom_attach">2</property>
307           <property name="y_options"></property>
308         </packing>
309       </child>
310
311       <child>
312         <widget class="GtkEntry" id="entry_id">
313           <property name="visible">True</property>
314           <property name="can_focus">True</property>
315           <property name="editable">True</property>
316           <property name="visibility">True</property>
317           <property name="max_length">0</property>
318           <property name="text" translatable="yes"></property>
319           <property name="has_frame">True</property>
320           <property name="invisible_char">*</property>
321           <property name="activates_default">False</property>
322         </widget>
323         <packing>
324           <property name="left_attach">1</property>
325           <property name="right_attach">3</property>
326           <property name="top_attach">0</property>
327           <property name="bottom_attach">1</property>
328           <property name="y_options"></property>
329         </packing>
330       </child>
331     </widget>
332   </child>
333 </widget>
334
335 </glade-interface>