]> sjero.net Git - linphone/blob - gtk-glade/main.glade
fix missing includes
[linphone] / gtk-glade / main.glade
1 <?xml version="1.0"?>
2 <glade-interface>
3   <!-- interface-requires gtk+ 2.16 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <widget class="GtkWindow" id="main">
6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7     <property name="icon">linphone2.png</property>
8     <signal name="destroy" handler="linphone_gtk_close"/>
9     <child>
10       <widget class="GtkVBox" id="vbox2">
11         <property name="visible">True</property>
12         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13         <property name="orientation">vertical</property>
14         <child>
15           <widget class="GtkMenuBar" id="main_menubar">
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="GtkMenuItem" id="main_menu">
20                 <property name="visible">True</property>
21                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
22                 <property name="label" translatable="yes">_Linphone</property>
23                 <property name="use_underline">True</property>
24                 <child>
25                   <widget class="GtkMenu" id="menu2">
26                     <property name="visible">True</property>
27                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
28                     <child>
29                       <widget class="GtkImageMenuItem" id="run_assistant">
30                         <property name="label" translatable="yes">Assistant</property>
31                         <property name="visible">True</property>
32                         <property name="use_stock">False</property>
33                         <signal name="activate" handler="linphone_gtk_create_assistant"/>
34                         <child internal-child="image">
35                           <widget class="GtkImage" id="image1">
36                             <property name="visible">True</property>
37                             <property name="stock">gtk-preferences</property>
38                             <property name="icon-size">1</property>
39                           </widget>
40                         </child>
41                       </widget>
42                     </child>
43                     <child>
44                       <widget class="GtkImageMenuItem" id="menuitem5">
45                         <property name="label">gtk-preferences</property>
46                         <property name="visible">True</property>
47                         <property name="use_underline">True</property>
48                         <property name="use_stock">True</property>
49                         <signal name="activate" handler="linphone_gtk_show_parameters"/>
50                       </widget>
51                     </child>
52                     <child>
53                       <widget class="GtkImageMenuItem" id="menuitem1">
54                         <property name="label" translatable="yes">Call history</property>
55                         <property name="visible">True</property>
56                         <property name="use_stock">False</property>
57                         <signal name="activate" handler="linphone_gtk_show_call_logs"/>
58                         <child internal-child="image">
59                           <widget class="GtkImage" id="image2">
60                             <property name="visible">True</property>
61                             <property name="stock">gtk-justify-fill</property>
62                             <property name="icon-size">1</property>
63                           </widget>
64                         </child>
65                       </widget>
66                     </child>
67                     <child>
68                       <widget class="GtkImageMenuItem" id="logout">
69                         <property name="label">gtk-disconnect</property>
70                         <property name="use_underline">True</property>
71                         <property name="use_stock">True</property>
72                         <signal name="activate" handler="linphone_gtk_logout_clicked"/>
73                       </widget>
74                     </child>
75                     <child>
76                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
77                         <property name="visible">True</property>
78                       </widget>
79                     </child>
80                     <child>
81                       <widget class="GtkImageMenuItem" id="quit">
82                         <property name="label">gtk-quit</property>
83                         <property name="visible">True</property>
84                         <property name="use_underline">True</property>
85                         <property name="use_stock">True</property>
86                         <signal name="activate" handler="gtk_main_quit"/>
87                       </widget>
88                     </child>
89                   </widget>
90                 </child>
91               </widget>
92             </child>
93             <child>
94               <widget class="GtkMenuItem" id="modes">
95                 <property name="visible">True</property>
96                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
97                 <property name="label" translatable="yes">_Modes</property>
98                 <property name="use_underline">True</property>
99                 <child>
100                   <widget class="GtkMenu" id="menu_mode">
101                     <property name="visible">True</property>
102                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
103                     <child>
104                       <widget class="GtkRadioMenuItem" id="audio_only_item">
105                         <property name="visible">True</property>
106                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
107                         <property name="label" translatable="yes">Audio only</property>
108                         <property name="use_underline">True</property>
109                         <property name="draw_as_radio">True</property>
110                         <property name="group">video_item</property>
111                         <signal name="activate" handler="linphone_gtk_set_audio_only"/>
112                       </widget>
113                     </child>
114                     <child>
115                       <widget class="GtkRadioMenuItem" id="video_item">
116                         <property name="visible">True</property>
117                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
118                         <property name="label" translatable="yes">Audio &amp; Video</property>
119                         <property name="use_underline">True</property>
120                         <property name="active">True</property>
121                         <property name="draw_as_radio">True</property>
122                         <property name="group">audio_only_item</property>
123                         <signal name="activate" handler="linphone_gtk_set_audio_video"/>
124                       </widget>
125                     </child>
126                     <child>
127                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
128                         <property name="visible">True</property>
129                       </widget>
130                     </child>
131                     <child>
132                       <widget class="GtkCheckMenuItem" id="selfview_item">
133                         <property name="visible">True</property>
134                         <property name="label" translatable="yes">Enable self-view</property>
135                         <property name="use_underline">True</property>
136                         <property name="active">True</property>
137                         <signal name="toggled" handler="linphone_gtk_enable_self_view"/>
138                       </widget>
139                     </child>
140                   </widget>
141                 </child>
142               </widget>
143             </child>
144             <child>
145               <widget class="GtkImageMenuItem" id="menuitem4">
146                 <property name="label">gtk-help</property>
147                 <property name="visible">True</property>
148                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
149                 <property name="use_underline">True</property>
150                 <property name="use_stock">True</property>
151                 <child>
152                   <widget class="GtkMenu" id="menu3">
153                     <property name="visible">True</property>
154                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
155                     <child>
156                       <widget class="GtkImageMenuItem" id="show_logs">
157                         <property name="label" translatable="yes">Show debug messages</property>
158                         <property name="visible">True</property>
159                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
160                         <property name="use_stock">False</property>
161                         <signal name="activate" handler="linphone_gtk_log_show"/>
162                         <child internal-child="image">
163                           <widget class="GtkImage" id="image3">
164                             <property name="visible">True</property>
165                             <property name="stock">gtk-info</property>
166                             <property name="icon-size">1</property>
167                           </widget>
168                         </child>
169                       </widget>
170                     </child>
171                     <child>
172                       <widget class="GtkImageMenuItem" id="menuitem6">
173                         <property name="label">gtk-about</property>
174                         <property name="visible">True</property>
175                         <property name="use_underline">True</property>
176                         <property name="use_stock">True</property>
177                         <signal name="activate" handler="linphone_gtk_show_about"/>
178                       </widget>
179                     </child>
180                     <child>
181                       <widget class="GtkImageMenuItem" id="home_item">
182                         <property name="label" translatable="yes">Homepage</property>
183                         <property name="visible">True</property>
184                         <property name="use_stock">False</property>
185                         <signal name="activate" handler="linphone_gtk_link_to_website"/>
186                         <child internal-child="image">
187                           <widget class="GtkImage" id="image4">
188                             <property name="visible">True</property>
189                             <property name="stock">gtk-home</property>
190                             <property name="icon-size">1</property>
191                           </widget>
192                         </child>
193                       </widget>
194                     </child>
195                     <child>
196                       <widget class="GtkImageMenuItem" id="versioncheck">
197                         <property name="label" translatable="yes">Check for updates</property>
198                         <property name="use_stock">False</property>
199                         <signal name="activate" handler="linphone_gtk_check_for_updates"/>
200                         <child internal-child="image">
201                           <widget class="GtkImage" id="image5">
202                             <property name="visible">True</property>
203                             <property name="stock">gtk-info</property>
204                             <property name="icon-size">1</property>
205                           </widget>
206                         </child>
207                       </widget>
208                     </child>
209                   </widget>
210                 </child>
211               </widget>
212             </child>
213           </widget>
214           <packing>
215             <property name="expand">False</property>
216             <property name="position">0</property>
217           </packing>
218         </child>
219         <child>
220           <widget class="GtkHBox" id="hbox1">
221             <property name="visible">True</property>
222             <child>
223               <widget class="GtkVBox" id="main_frame">
224                 <property name="visible">True</property>
225                 <property name="orientation">vertical</property>
226                 <child>
227                   <widget class="GtkHBox" id="address_bar">
228                     <property name="visible">True</property>
229                     <child>
230                       <widget class="GtkButton" id="start_call">
231                         <property name="visible">True</property>
232                         <property name="can_focus">True</property>
233                         <property name="receives_default">True</property>
234                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
235                         <property name="has_tooltip">True</property>
236                         <property name="tooltip" translatable="yes">Start call</property>
237                         <property name="relief">none</property>
238                         <signal name="clicked" handler="linphone_gtk_start_call"/>
239                         <child>
240                           <widget class="GtkHBox" id="hbox4">
241                             <property name="visible">True</property>
242                             <child>
243                               <widget class="GtkImage" id="start_call_icon">
244                                 <property name="visible">True</property>
245                                 <property name="stock">gtk-apply</property>
246                               </widget>
247                               <packing>
248                                 <property name="position">0</property>
249                               </packing>
250                             </child>
251                             <child>
252                               <widget class="GtkLabel" id="start_call_label">
253                                 <property name="label" translatable="yes">Start call</property>
254                               </widget>
255                               <packing>
256                                 <property name="position">1</property>
257                               </packing>
258                             </child>
259                           </widget>
260                         </child>
261                       </widget>
262                       <packing>
263                         <property name="expand">False</property>
264                         <property name="fill">False</property>
265                         <property name="padding">10</property>
266                         <property name="position">0</property>
267                       </packing>
268                     </child>
269                     <child>
270                       <widget class="GtkFrame" id="frame4">
271                         <property name="visible">True</property>
272                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
273                         <property name="label_xalign">0</property>
274                         <child>
275                           <widget class="GtkAlignment" id="alignment4">
276                             <property name="visible">True</property>
277                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
278                             <property name="left_padding">5</property>
279                             <property name="right_padding">5</property>
280                             <child>
281                               <widget class="GtkHBox" id="hbox3">
282                                 <property name="visible">True</property>
283                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
284                                 <child>
285                                   <widget class="GtkEntry" id="uribar">
286                                     <property name="visible">True</property>
287                                     <property name="can_focus">True</property>
288                                     <property name="has_focus">True</property>
289                                     <property name="tooltip" translatable="yes">Enter username, phone number, or full sip address</property>
290                                     <property name="invisible_char">&#x25CF;</property>
291                                     <signal name="activate" handler="linphone_gtk_uri_bar_activate"/>
292                                   </widget>
293                                   <packing>
294                                     <property name="position">0</property>
295                                   </packing>
296                                 </child>
297                               </widget>
298                             </child>
299                           </widget>
300                         </child>
301                         <child>
302                           <widget class="GtkLabel" id="label9">
303                             <property name="visible">True</property>
304                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
305                             <property name="label" translatable="yes">SIP address or phone number:</property>
306                             <property name="use_markup">True</property>
307                           </widget>
308                           <packing>
309                             <property name="type">label_item</property>
310                           </packing>
311                         </child>
312                       </widget>
313                       <packing>
314                         <property name="position">1</property>
315                       </packing>
316                     </child>
317                     <child>
318                       <widget class="GtkButton" id="terminate_call">
319                         <property name="visible">True</property>
320                         <property name="sensitive">False</property>
321                         <property name="can_focus">True</property>
322                         <property name="receives_default">True</property>
323                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
324                         <property name="has_tooltip">True</property>
325                         <property name="tooltip" translatable="yes">Terminate call</property>
326                         <property name="relief">none</property>
327                         <signal name="clicked" handler="linphone_gtk_terminate_call"/>
328                         <child>
329                           <widget class="GtkHBox" id="hbox21">
330                             <property name="visible">True</property>
331                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
332                             <child>
333                               <widget class="GtkImage" id="terminate_call_icon">
334                                 <property name="visible">True</property>
335                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
336                                 <property name="stock">gtk-close</property>
337                               </widget>
338                               <packing>
339                                 <property name="position">0</property>
340                               </packing>
341                             </child>
342                             <child>
343                               <widget class="GtkLabel" id="terminate_call_label">
344                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
345                                 <property name="label" translatable="yes">Terminate call</property>
346                               </widget>
347                               <packing>
348                                 <property name="position">1</property>
349                               </packing>
350                             </child>
351                           </widget>
352                         </child>
353                       </widget>
354                       <packing>
355                         <property name="expand">False</property>
356                         <property name="fill">False</property>
357                         <property name="padding">10</property>
358                         <property name="position">2</property>
359                       </packing>
360                     </child>
361                   </widget>
362                   <packing>
363                     <property name="expand">False</property>
364                     <property name="padding">8</property>
365                     <property name="position">0</property>
366                   </packing>
367                 </child>
368                 <child>
369                   <widget class="GtkNotebook" id="viewswitch">
370                     <property name="visible">True</property>
371                     <property name="can_focus">True</property>
372                     <child>
373                       <widget class="GtkVBox" id="idle_frame">
374                         <property name="visible">True</property>
375                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
376                         <property name="orientation">vertical</property>
377                         <child>
378                           <widget class="GtkHBox" id="hbox5">
379                             <property name="visible">True</property>
380                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
381                             <child>
382                               <widget class="GtkVBox" id="vbox5">
383                                 <property name="visible">True</property>
384                                 <property name="orientation">vertical</property>
385                                 <child>
386                                   <widget class="GtkFrame" id="contact_list_frame">
387                                     <property name="visible">True</property>
388                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
389                                     <property name="label_xalign">0</property>
390                                     <child>
391                                       <widget class="GtkAlignment" id="alignment6">
392                                         <property name="visible">True</property>
393                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
394                                         <property name="left_padding">12</property>
395                                         <property name="right_padding">12</property>
396                                         <child>
397                                           <widget class="GtkVBox" id="vbox7">
398                                             <property name="visible">True</property>
399                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
400                                             <property name="orientation">vertical</property>
401                                             <child>
402                                               <widget class="GtkHBox" id="filtering_box">
403                                                 <property name="visible">True</property>
404                                                 <child>
405                                                   <widget class="GtkLabel" id="label2">
406                                                     <property name="visible">True</property>
407                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
408                                                     <property name="label" translatable="yes">Lookup:</property>
409                                                   </widget>
410                                                   <packing>
411                                                     <property name="padding">12</property>
412                                                     <property name="position">0</property>
413                                                   </packing>
414                                                 </child>
415                                                 <child>
416                                                   <widget class="GtkEntry" id="search_bar">
417                                                     <property name="visible">True</property>
418                                                     <property name="can_focus">True</property>
419                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
420                                                     <property name="invisible_char">&#x25CF;</property>
421                                                     <signal name="changed" handler="linphone_gtk_show_friends"/>
422                                                   </widget>
423                                                   <packing>
424                                                     <property name="padding">4</property>
425                                                     <property name="position">1</property>
426                                                   </packing>
427                                                 </child>
428                                                 <child>
429                                                   <widget class="GtkLabel" id="label_in">
430                                                     <property name="visible">True</property>
431                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
432                                                     <property name="label" translatable="yes">in</property>
433                                                   </widget>
434                                                   <packing>
435                                                     <property name="padding">8</property>
436                                                     <property name="position">2</property>
437                                                   </packing>
438                                                 </child>
439                                                 <child>
440                                                   <widget class="GtkComboBox" id="show_category">
441                                                     <property name="visible">True</property>
442                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
443                                                     <property name="active">0</property>
444                                                     <property name="items" translatable="yes">All users
445 Online users</property>
446                                                     <signal name="changed" handler="linphone_gtk_show_friends"/>
447                                                   </widget>
448                                                   <packing>
449                                                     <property name="padding">4</property>
450                                                     <property name="position">3</property>
451                                                   </packing>
452                                                 </child>
453                                               </widget>
454                                               <packing>
455                                                 <property name="expand">False</property>
456                                                 <property name="position">0</property>
457                                               </packing>
458                                             </child>
459                                             <child>
460                                               <widget class="GtkScrolledWindow" id="scrolledwindow1">
461                                                 <property name="visible">True</property>
462                                                 <property name="can_focus">True</property>
463                                                 <property name="hscrollbar_policy">automatic</property>
464                                                 <property name="vscrollbar_policy">automatic</property>
465                                                 <child>
466                                                   <widget class="GtkTreeView" id="contact_list">
467                                                     <property name="height_request">120</property>
468                                                     <property name="visible">True</property>
469                                                     <property name="can_focus">True</property>
470                                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
471                                                     <signal name="button_press_event" handler="linphone_gtk_contact_list_button_pressed"/>
472                                                     <signal name="cursor_changed" handler="linphone_gtk_contact_clicked"/>
473                                                     <signal name="row_activated" handler="linphone_gtk_contact_activated"/>
474                                                     <signal name="popup_menu" handler="linphone_gtk_popup_contact_menu"/>
475                                                   </widget>
476                                                 </child>
477                                               </widget>
478                                               <packing>
479                                                 <property name="position">1</property>
480                                               </packing>
481                                             </child>
482                                             <child>
483                                               <widget class="GtkFrame" id="directory_search_box">
484                                                 <property name="visible">True</property>
485                                                 <property name="label_xalign">0</property>
486                                                 <property name="shadow_type">none</property>
487                                                 <child>
488                                                   <widget class="GtkHBox" id="directory_search_vbox">
489                                                     <property name="visible">True</property>
490                                                     <child>
491                                                       <widget class="GtkEntry" id="directory_search_entry">
492                                                         <property name="visible">True</property>
493                                                         <property name="can_focus">True</property>
494                                                         <property name="invisible_char">&#x25CF;</property>
495                                                         <signal name="focus_in_event" handler="linphone_gtk_directory_search_focus_in"/>
496                                                         <signal name="activate" handler="linphone_gtk_directory_search_activate"/>
497                                                         <signal name="icon_press" handler="linphone_gtk_directory_search_activate"/>
498                                                         <signal name="focus_out_event" handler="linphone_gtk_directory_search_focus_out"/>
499                                                       </widget>
500                                                       <packing>
501                                                         <property name="position">0</property>
502                                                       </packing>
503                                                     </child>
504                                                     <child>
505                                                       <widget class="GtkButton" id="directory_search_button">
506                                                         <property name="visible">True</property>
507                                                         <property name="can_focus">True</property>
508                                                         <property name="receives_default">True</property>
509                                                         <property name="relief">none</property>
510                                                         <signal name="clicked" handler="linphone_gtk_directory_search_button_clicked"/>
511                                                         <child>
512                                                           <widget class="GtkHBox" id="hbox12">
513                                                             <property name="visible">True</property>
514                                                             <child>
515                                                             <widget class="GtkImage" id="directory_search_button_icon">
516                                                             <property name="visible">True</property>
517                                                             <property name="stock">gtk-find</property>
518                                                             </widget>
519                                                             <packing>
520                                                             <property name="position">0</property>
521                                                             </packing>
522                                                             </child>
523                                                             <child>
524                                                             <widget class="GtkLabel" id="directory_search_button_label">
525                                                             <property name="visible">True</property>
526                                                             <property name="label" translatable="yes">Search</property>
527                                                             </widget>
528                                                             <packing>
529                                                             <property name="position">1</property>
530                                                             </packing>
531                                                             </child>
532                                                           </widget>
533                                                         </child>
534                                                       </widget>
535                                                       <packing>
536                                                         <property name="expand">False</property>
537                                                         <property name="position">1</property>
538                                                       </packing>
539                                                     </child>
540                                                   </widget>
541                                                 </child>
542                                                 <child>
543                                                   <widget class="GtkLabel" id="label14">
544                                                     <property name="visible">True</property>
545                                                     <property name="label" translatable="yes">&lt;b&gt;Add contacts from directory&lt;/b&gt;</property>
546                                                     <property name="use_markup">True</property>
547                                                   </widget>
548                                                   <packing>
549                                                     <property name="type">label_item</property>
550                                                   </packing>
551                                                 </child>
552                                               </widget>
553                                               <packing>
554                                                 <property name="expand">False</property>
555                                                 <property name="fill">False</property>
556                                                 <property name="padding">5</property>
557                                                 <property name="position">2</property>
558                                               </packing>
559                                             </child>
560                                           </widget>
561                                         </child>
562                                       </widget>
563                                     </child>
564                                     <child>
565                                       <widget class="GtkLabel" id="label12">
566                                         <property name="visible">True</property>
567                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
568                                         <property name="label" translatable="yes">&lt;b&gt;Contact list&lt;/b&gt;</property>
569                                         <property name="use_markup">True</property>
570                                       </widget>
571                                       <packing>
572                                         <property name="type">label_item</property>
573                                       </packing>
574                                     </child>
575                                   </widget>
576                                   <packing>
577                                     <property name="padding">8</property>
578                                     <property name="position">0</property>
579                                   </packing>
580                                 </child>
581                                 <child>
582                                   <widget class="GtkHBox" id="hbox7">
583                                     <property name="visible">True</property>
584                                     <child>
585                                       <widget class="GtkToggleButton" id="main_mute">
586                                         <property name="label" translatable="yes">Mute</property>
587                                         <property name="sensitive">False</property>
588                                         <property name="can_focus">True</property>
589                                         <property name="receives_default">True</property>
590                                         <signal name="toggled" handler="linphone_gtk_mute_toggled"/>
591                                       </widget>
592                                       <packing>
593                                         <property name="fill">False</property>
594                                         <property name="position">0</property>
595                                       </packing>
596                                     </child>
597                                   </widget>
598                                   <packing>
599                                     <property name="expand">False</property>
600                                     <property name="fill">False</property>
601                                     <property name="position">1</property>
602                                   </packing>
603                                 </child>
604                                 <child>
605                                   <widget class="GtkHBox" id="internet_kind_controls">
606                                     <child>
607                                       <widget class="GtkLabel" id="label7">
608                                         <property name="visible">True</property>
609                                         <property name="label" translatable="yes">Internet connection:</property>
610                                       </widget>
611                                       <packing>
612                                         <property name="position">0</property>
613                                       </packing>
614                                     </child>
615                                     <child>
616                                       <widget class="GtkComboBox" id="internet_kind">
617                                         <property name="visible">True</property>
618                                         <property name="active">0</property>
619                                         <property name="items" translatable="yes">ADSL
620 Fiber Channel</property>
621                                         <signal name="changed" handler="linphone_gtk_internet_kind_changed"/>
622                                       </widget>
623                                       <packing>
624                                         <property name="position">1</property>
625                                       </packing>
626                                     </child>
627                                   </widget>
628                                   <packing>
629                                     <property name="fill">False</property>
630                                     <property name="position">2</property>
631                                   </packing>
632                                 </child>
633                               </widget>
634                               <packing>
635                                 <property name="padding">8</property>
636                                 <property name="position">0</property>
637                               </packing>
638                             </child>
639                           </widget>
640                           <packing>
641                             <property name="position">0</property>
642                           </packing>
643                         </child>
644                         <child>
645                           <widget class="GtkHBox" id="hbox6">
646                             <property name="visible">True</property>
647                             <child>
648                               <widget class="GtkFrame" id="identity_frame">
649                                 <property name="visible">True</property>
650                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
651                                 <property name="label_xalign">0</property>
652                                 <child>
653                                   <widget class="GtkHBox" id="hbox9">
654                                     <property name="visible">True</property>
655                                     <child>
656                                       <widget class="GtkAlignment" id="alignment8">
657                                         <property name="visible">True</property>
658                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
659                                         <property name="left_padding">12</property>
660                                         <child>
661                                           <widget class="GtkComboBox" id="identities">
662                                             <property name="visible">True</property>
663                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
664                                             <property name="active">0</property>
665                                             <property name="items" translatable="yes">Default</property>
666                                             <signal name="changed" handler="linphone_gtk_used_identity_changed"/>
667                                           </widget>
668                                         </child>
669                                       </widget>
670                                       <packing>
671                                         <property name="position">0</property>
672                                       </packing>
673                                     </child>
674                                     <child>
675                                       <widget class="GtkButton" id="presence_button">
676                                         <property name="visible">True</property>
677                                         <property name="can_focus">True</property>
678                                         <property name="receives_default">True</property>
679                                         <signal name="clicked" handler="linphone_gtk_my_presence_clicked"/>
680                                       </widget>
681                                       <packing>
682                                         <property name="expand">False</property>
683                                         <property name="position">1</property>
684                                       </packing>
685                                     </child>
686                                   </widget>
687                                 </child>
688                                 <child>
689                                   <widget class="GtkLabel" id="label17">
690                                     <property name="visible">True</property>
691                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
692                                     <property name="label" translatable="yes">My current identity:</property>
693                                     <property name="use_markup">True</property>
694                                   </widget>
695                                   <packing>
696                                     <property name="type">label_item</property>
697                                   </packing>
698                                 </child>
699                               </widget>
700                               <packing>
701                                 <property name="position">0</property>
702                               </packing>
703                             </child>
704                           </widget>
705                           <packing>
706                             <property name="expand">False</property>
707                             <property name="position">1</property>
708                           </packing>
709                         </child>
710                       </widget>
711                     </child>
712                     <child>
713                       <widget class="GtkHBox" id="hbox2">
714                         <property name="visible">True</property>
715                         <child>
716                           <widget class="GtkImage" id="contact_tab_icon">
717                             <property name="visible">True</property>
718                             <property name="stock">gtk-missing-image</property>
719                           </widget>
720                           <packing>
721                             <property name="position">0</property>
722                           </packing>
723                         </child>
724                         <child>
725                           <widget class="GtkLabel" id="label15">
726                             <property name="visible">True</property>
727                             <property name="label" translatable="yes">Contacts</property>
728                           </widget>
729                           <packing>
730                             <property name="position">1</property>
731                           </packing>
732                         </child>
733                       </widget>
734                       <packing>
735                         <property name="tab_fill">False</property>
736                         <property name="type">tab</property>
737                       </packing>
738                     </child>
739                     <child>
740                       <widget class="GtkVBox" id="keypad_frame">
741                         <property name="visible">True</property>
742                         <property name="orientation">vertical</property>
743                         <child>
744                           <widget class="GtkFrame" id="frame3">
745                             <property name="visible">True</property>
746                             <property name="label_xalign">0.5</property>
747                             <property name="shadow_type">none</property>
748                             <child>
749                               <widget class="GtkAlignment" id="alignment5">
750                                 <property name="visible">True</property>
751                                 <property name="xscale">0</property>
752                                 <property name="yscale">0</property>
753                                 <child>
754                                   <widget class="GtkAspectFrame" id="aspectframe1">
755                                     <property name="visible">True</property>
756                                     <property name="label_xalign">0</property>
757                                     <child>
758                                       <widget class="GtkTable" id="dtmf_table">
759                                         <property name="visible">True</property>
760                                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
761                                         <property name="border_width">4</property>
762                                         <property name="n_rows">4</property>
763                                         <property name="n_columns">4</property>
764                                         <property name="homogeneous">True</property>
765                                         <child>
766                                           <widget class="GtkButton" id="dtmf_D">
767                                             <property name="label" translatable="yes">D</property>
768                                             <property name="width_request">50</property>
769                                             <property name="height_request">50</property>
770                                             <property name="visible">True</property>
771                                             <property name="can_focus">True</property>
772                                             <property name="receives_default">True</property>
773                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
774                                           </widget>
775                                           <packing>
776                                             <property name="left_attach">3</property>
777                                             <property name="right_attach">4</property>
778                                             <property name="top_attach">3</property>
779                                             <property name="bottom_attach">4</property>
780                                             <property name="x_options">GTK_FILL</property>
781                                             <property name="y_options"></property>
782                                           </packing>
783                                         </child>
784                                         <child>
785                                           <widget class="GtkButton" id="dtmf_hash">
786                                             <property name="label" translatable="yes">#</property>
787                                             <property name="width_request">50</property>
788                                             <property name="height_request">50</property>
789                                             <property name="visible">True</property>
790                                             <property name="can_focus">True</property>
791                                             <property name="receives_default">True</property>
792                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
793                                           </widget>
794                                           <packing>
795                                             <property name="left_attach">2</property>
796                                             <property name="right_attach">3</property>
797                                             <property name="top_attach">3</property>
798                                             <property name="bottom_attach">4</property>
799                                             <property name="x_options">GTK_FILL</property>
800                                             <property name="y_options"></property>
801                                           </packing>
802                                         </child>
803                                         <child>
804                                           <widget class="GtkButton" id="dtmf_0">
805                                             <property name="label" translatable="yes">0</property>
806                                             <property name="width_request">50</property>
807                                             <property name="height_request">50</property>
808                                             <property name="visible">True</property>
809                                             <property name="can_focus">True</property>
810                                             <property name="receives_default">True</property>
811                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
812                                           </widget>
813                                           <packing>
814                                             <property name="left_attach">1</property>
815                                             <property name="right_attach">2</property>
816                                             <property name="top_attach">3</property>
817                                             <property name="bottom_attach">4</property>
818                                             <property name="x_options">GTK_FILL</property>
819                                             <property name="y_options"></property>
820                                           </packing>
821                                         </child>
822                                         <child>
823                                           <widget class="GtkButton" id="dtmf_star">
824                                             <property name="label" translatable="yes">*</property>
825                                             <property name="width_request">50</property>
826                                             <property name="height_request">50</property>
827                                             <property name="visible">True</property>
828                                             <property name="can_focus">True</property>
829                                             <property name="receives_default">True</property>
830                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
831                                           </widget>
832                                           <packing>
833                                             <property name="top_attach">3</property>
834                                             <property name="bottom_attach">4</property>
835                                             <property name="x_options">GTK_FILL</property>
836                                             <property name="y_options"></property>
837                                           </packing>
838                                         </child>
839                                         <child>
840                                           <widget class="GtkButton" id="dtmf_C">
841                                             <property name="label" translatable="yes">C</property>
842                                             <property name="width_request">50</property>
843                                             <property name="height_request">50</property>
844                                             <property name="visible">True</property>
845                                             <property name="can_focus">True</property>
846                                             <property name="receives_default">True</property>
847                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
848                                           </widget>
849                                           <packing>
850                                             <property name="left_attach">3</property>
851                                             <property name="right_attach">4</property>
852                                             <property name="top_attach">2</property>
853                                             <property name="bottom_attach">3</property>
854                                             <property name="x_options">GTK_FILL</property>
855                                             <property name="y_options"></property>
856                                           </packing>
857                                         </child>
858                                         <child>
859                                           <widget class="GtkButton" id="dtmf_9">
860                                             <property name="label" translatable="yes">9</property>
861                                             <property name="width_request">50</property>
862                                             <property name="height_request">50</property>
863                                             <property name="visible">True</property>
864                                             <property name="can_focus">True</property>
865                                             <property name="receives_default">True</property>
866                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
867                                           </widget>
868                                           <packing>
869                                             <property name="left_attach">2</property>
870                                             <property name="right_attach">3</property>
871                                             <property name="top_attach">2</property>
872                                             <property name="bottom_attach">3</property>
873                                             <property name="x_options">GTK_FILL</property>
874                                             <property name="y_options"></property>
875                                           </packing>
876                                         </child>
877                                         <child>
878                                           <widget class="GtkButton" id="dtmf_8">
879                                             <property name="label" translatable="yes">8</property>
880                                             <property name="width_request">50</property>
881                                             <property name="height_request">50</property>
882                                             <property name="visible">True</property>
883                                             <property name="can_focus">True</property>
884                                             <property name="receives_default">True</property>
885                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
886                                           </widget>
887                                           <packing>
888                                             <property name="left_attach">1</property>
889                                             <property name="right_attach">2</property>
890                                             <property name="top_attach">2</property>
891                                             <property name="bottom_attach">3</property>
892                                             <property name="x_options">GTK_FILL</property>
893                                             <property name="y_options"></property>
894                                           </packing>
895                                         </child>
896                                         <child>
897                                           <widget class="GtkButton" id="dtmf_7">
898                                             <property name="label" translatable="yes">7</property>
899                                             <property name="width_request">50</property>
900                                             <property name="height_request">50</property>
901                                             <property name="visible">True</property>
902                                             <property name="can_focus">True</property>
903                                             <property name="receives_default">True</property>
904                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
905                                           </widget>
906                                           <packing>
907                                             <property name="top_attach">2</property>
908                                             <property name="bottom_attach">3</property>
909                                             <property name="x_options">GTK_FILL</property>
910                                             <property name="y_options"></property>
911                                           </packing>
912                                         </child>
913                                         <child>
914                                           <widget class="GtkButton" id="dtmf_B">
915                                             <property name="label" translatable="yes">B</property>
916                                             <property name="width_request">50</property>
917                                             <property name="height_request">50</property>
918                                             <property name="visible">True</property>
919                                             <property name="can_focus">True</property>
920                                             <property name="receives_default">True</property>
921                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
922                                           </widget>
923                                           <packing>
924                                             <property name="left_attach">3</property>
925                                             <property name="right_attach">4</property>
926                                             <property name="top_attach">1</property>
927                                             <property name="bottom_attach">2</property>
928                                             <property name="x_options">GTK_FILL</property>
929                                             <property name="y_options"></property>
930                                           </packing>
931                                         </child>
932                                         <child>
933                                           <widget class="GtkButton" id="dtmf_6">
934                                             <property name="label" translatable="yes">6</property>
935                                             <property name="width_request">50</property>
936                                             <property name="height_request">50</property>
937                                             <property name="visible">True</property>
938                                             <property name="can_focus">True</property>
939                                             <property name="receives_default">True</property>
940                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
941                                           </widget>
942                                           <packing>
943                                             <property name="left_attach">2</property>
944                                             <property name="right_attach">3</property>
945                                             <property name="top_attach">1</property>
946                                             <property name="bottom_attach">2</property>
947                                             <property name="x_options">GTK_FILL</property>
948                                             <property name="y_options"></property>
949                                           </packing>
950                                         </child>
951                                         <child>
952                                           <widget class="GtkButton" id="dtmf_5">
953                                             <property name="label" translatable="yes">5</property>
954                                             <property name="width_request">50</property>
955                                             <property name="height_request">50</property>
956                                             <property name="visible">True</property>
957                                             <property name="can_focus">True</property>
958                                             <property name="receives_default">True</property>
959                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
960                                           </widget>
961                                           <packing>
962                                             <property name="left_attach">1</property>
963                                             <property name="right_attach">2</property>
964                                             <property name="top_attach">1</property>
965                                             <property name="bottom_attach">2</property>
966                                             <property name="x_options">GTK_FILL</property>
967                                             <property name="y_options"></property>
968                                           </packing>
969                                         </child>
970                                         <child>
971                                           <widget class="GtkButton" id="dtmf_4">
972                                             <property name="label" translatable="yes">4</property>
973                                             <property name="width_request">50</property>
974                                             <property name="height_request">50</property>
975                                             <property name="visible">True</property>
976                                             <property name="can_focus">True</property>
977                                             <property name="receives_default">True</property>
978                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
979                                           </widget>
980                                           <packing>
981                                             <property name="top_attach">1</property>
982                                             <property name="bottom_attach">2</property>
983                                             <property name="x_options">GTK_FILL</property>
984                                             <property name="y_options"></property>
985                                           </packing>
986                                         </child>
987                                         <child>
988                                           <widget class="GtkButton" id="dtmf_A">
989                                             <property name="label" translatable="yes">A</property>
990                                             <property name="width_request">50</property>
991                                             <property name="height_request">50</property>
992                                             <property name="visible">True</property>
993                                             <property name="can_focus">True</property>
994                                             <property name="receives_default">True</property>
995                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
996                                           </widget>
997                                           <packing>
998                                             <property name="left_attach">3</property>
999                                             <property name="right_attach">4</property>
1000                                             <property name="x_options">GTK_FILL</property>
1001                                             <property name="y_options"></property>
1002                                           </packing>
1003                                         </child>
1004                                         <child>
1005                                           <widget class="GtkButton" id="dtmf_3">
1006                                             <property name="label" translatable="yes">3</property>
1007                                             <property name="width_request">50</property>
1008                                             <property name="height_request">50</property>
1009                                             <property name="visible">True</property>
1010                                             <property name="can_focus">True</property>
1011                                             <property name="receives_default">True</property>
1012                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1013                                           </widget>
1014                                           <packing>
1015                                             <property name="left_attach">2</property>
1016                                             <property name="right_attach">3</property>
1017                                             <property name="x_options">GTK_FILL</property>
1018                                             <property name="y_options"></property>
1019                                           </packing>
1020                                         </child>
1021                                         <child>
1022                                           <widget class="GtkButton" id="dtmf_2">
1023                                             <property name="label" translatable="yes">2</property>
1024                                             <property name="width_request">50</property>
1025                                             <property name="height_request">50</property>
1026                                             <property name="visible">True</property>
1027                                             <property name="can_focus">True</property>
1028                                             <property name="receives_default">True</property>
1029                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1030                                           </widget>
1031                                           <packing>
1032                                             <property name="left_attach">1</property>
1033                                             <property name="right_attach">2</property>
1034                                             <property name="x_options">GTK_FILL</property>
1035                                             <property name="y_options"></property>
1036                                           </packing>
1037                                         </child>
1038                                         <child>
1039                                           <widget class="GtkButton" id="dtmf_1">
1040                                             <property name="label" translatable="yes">1</property>
1041                                             <property name="width_request">50</property>
1042                                             <property name="height_request">50</property>
1043                                             <property name="visible">True</property>
1044                                             <property name="can_focus">True</property>
1045                                             <property name="receives_default">True</property>
1046                                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1047                                           </widget>
1048                                           <packing>
1049                                             <property name="x_options">GTK_FILL</property>
1050                                             <property name="y_options"></property>
1051                                           </packing>
1052                                         </child>
1053                                       </widget>
1054                                     </child>
1055                                   </widget>
1056                                 </child>
1057                               </widget>
1058                             </child>
1059                             <child>
1060                               <placeholder/>
1061                               <packing>
1062                                 <property name="type">label_item</property>
1063                               </packing>
1064                             </child>
1065                           </widget>
1066                           <packing>
1067                             <property name="position">0</property>
1068                           </packing>
1069                         </child>
1070                         <child>
1071                           <placeholder/>
1072                         </child>
1073                       </widget>
1074                       <packing>
1075                         <property name="position">1</property>
1076                       </packing>
1077                     </child>
1078                     <child>
1079                       <widget class="GtkHBox" id="hbox8">
1080                         <property name="visible">True</property>
1081                         <child>
1082                           <widget class="GtkImage" id="keypad_tab_icon">
1083                             <property name="visible">True</property>
1084                             <property name="stock">gtk-missing-image</property>
1085                           </widget>
1086                           <packing>
1087                             <property name="position">0</property>
1088                           </packing>
1089                         </child>
1090                         <child>
1091                           <widget class="GtkLabel" id="label16">
1092                             <property name="visible">True</property>
1093                             <property name="label" translatable="yes">Keypad</property>
1094                           </widget>
1095                           <packing>
1096                             <property name="position">1</property>
1097                           </packing>
1098                         </child>
1099                       </widget>
1100                       <packing>
1101                         <property name="position">1</property>
1102                         <property name="tab_fill">False</property>
1103                         <property name="type">tab</property>
1104                       </packing>
1105                     </child>
1106                     <child>
1107                       <widget class="GtkFrame" id="in_call_frame">
1108                         <property name="label_xalign">0.5</property>
1109                         <property name="shadow_type">none</property>
1110                         <child>
1111                           <widget class="GtkAlignment" id="alignment1">
1112                             <property name="visible">True</property>
1113                             <property name="left_padding">12</property>
1114                             <property name="right_padding">12</property>
1115                             <child>
1116                               <widget class="GtkVBox" id="vbox3">
1117                                 <property name="visible">True</property>
1118                                 <property name="orientation">vertical</property>
1119                                 <child>
1120                                   <widget class="GtkImage" id="in_call_animation">
1121                                     <property name="visible">True</property>
1122                                     <property name="stock">gtk-info</property>
1123                                     <property name="icon-size">5</property>
1124                                   </widget>
1125                                   <packing>
1126                                     <property name="position">0</property>
1127                                   </packing>
1128                                 </child>
1129                                 <child>
1130                                   <widget class="GtkFrame" id="frame2">
1131                                     <property name="visible">True</property>
1132                                     <property name="label_xalign">0</property>
1133                                     <child>
1134                                       <widget class="GtkLabel" id="in_call_uri">
1135                                         <property name="visible">True</property>
1136                                         <property name="label" translatable="yes">label</property>
1137                                         <property name="justify">center</property>
1138                                       </widget>
1139                                     </child>
1140                                     <child>
1141                                       <widget class="GtkLabel" id="label3">
1142                                         <property name="visible">True</property>
1143                                         <property name="use_markup">True</property>
1144                                       </widget>
1145                                       <packing>
1146                                         <property name="type">label_item</property>
1147                                       </packing>
1148                                     </child>
1149                                   </widget>
1150                                   <packing>
1151                                     <property name="position">1</property>
1152                                   </packing>
1153                                 </child>
1154                                 <child>
1155                                   <widget class="GtkFrame" id="frame1">
1156                                     <property name="visible">True</property>
1157                                     <property name="label_xalign">0</property>
1158                                     <child>
1159                                       <widget class="GtkVBox" id="vbox4">
1160                                         <property name="visible">True</property>
1161                                         <property name="orientation">vertical</property>
1162                                         <child>
1163                                           <widget class="GtkLabel" id="in_call_duration">
1164                                             <property name="visible">True</property>
1165                                             <property name="label" translatable="yes">Duration</property>
1166                                             <property name="justify">center</property>
1167                                           </widget>
1168                                           <packing>
1169                                             <property name="position">0</property>
1170                                           </packing>
1171                                         </child>
1172                                       </widget>
1173                                     </child>
1174                                     <child>
1175                                       <widget class="GtkLabel" id="call_label">
1176                                         <property name="visible">True</property>
1177                                         <property name="label" translatable="yes">Duration:</property>
1178                                         <property name="use_markup">True</property>
1179                                       </widget>
1180                                       <packing>
1181                                         <property name="type">label_item</property>
1182                                       </packing>
1183                                     </child>
1184                                   </widget>
1185                                   <packing>
1186                                     <property name="expand">False</property>
1187                                     <property name="position">2</property>
1188                                   </packing>
1189                                 </child>
1190                                 <child>
1191                                   <widget class="GtkHButtonBox" id="hbuttonbox4">
1192                                     <property name="visible">True</property>
1193                                     <property name="layout_style">spread</property>
1194                                     <child>
1195                                       <widget class="GtkToggleButton" id="incall_mute">
1196                                         <property name="label" translatable="yes">Mute</property>
1197                                         <property name="visible">True</property>
1198                                         <property name="sensitive">False</property>
1199                                         <property name="can_focus">True</property>
1200                                         <property name="receives_default">True</property>
1201                                         <signal name="toggled" handler="linphone_gtk_mute_toggled"/>
1202                                       </widget>
1203                                       <packing>
1204                                         <property name="expand">False</property>
1205                                         <property name="fill">False</property>
1206                                         <property name="position">0</property>
1207                                       </packing>
1208                                     </child>
1209                                     <child>
1210                                       <widget class="GtkToggleButton" id="hold_call">
1211                                         <property name="label" translatable="yes">HoldOn</property>
1212                                         <property name="visible">True</property>
1213                                         <property name="sensitive">False</property>
1214                                         <property name="can_focus">True</property>
1215                                         <property name="receives_default">True</property>
1216                                         <signal name="toggled" handler="linphone_gtk_hold_toggled"/>
1217                                       </widget>
1218                                       <packing>
1219                                         <property name="expand">False</property>
1220                                         <property name="fill">False</property>
1221                                         <property name="position">1</property>
1222                                       </packing>
1223                                     </child>
1224                                   </widget>
1225                                   <packing>
1226                                     <property name="expand">False</property>
1227                                     <property name="fill">False</property>
1228                                     <property name="position">3</property>
1229                                   </packing>
1230                                 </child>
1231                               </widget>
1232                             </child>
1233                           </widget>
1234                         </child>
1235                         <child>
1236                           <widget class="GtkLabel" id="in_call_status">
1237                             <property name="visible">True</property>
1238                             <property name="label" translatable="yes">In call</property>
1239                             <property name="use_markup">True</property>
1240                             <property name="justify">center</property>
1241                           </widget>
1242                           <packing>
1243                             <property name="type">label_item</property>
1244                           </packing>
1245                         </child>
1246                       </widget>
1247                       <packing>
1248                         <property name="position">2</property>
1249                       </packing>
1250                     </child>
1251                     <child>
1252                       <widget class="GtkLabel" id="label18">
1253                         <property name="visible">True</property>
1254                         <property name="label" translatable="yes">Call Details</property>
1255                       </widget>
1256                       <packing>
1257                         <property name="position">2</property>
1258                         <property name="tab_fill">False</property>
1259                         <property name="type">tab</property>
1260                       </packing>
1261                     </child>
1262                   </widget>
1263                   <packing>
1264                     <property name="position">1</property>
1265                   </packing>
1266                 </child>
1267               </widget>
1268               <packing>
1269                 <property name="position">0</property>
1270               </packing>
1271             </child>
1272             <child>
1273               <widget class="GtkFrame" id="login_frame">
1274                 <property name="label_xalign">0</property>
1275                 <child>
1276                   <widget class="GtkAlignment" id="alignment2">
1277                     <property name="visible">True</property>
1278                     <property name="left_padding">12</property>
1279                     <child>
1280                       <widget class="GtkVBox" id="vbox1">
1281                         <property name="visible">True</property>
1282                         <property name="orientation">vertical</property>
1283                         <child>
1284                           <widget class="GtkFrame" id="frame5">
1285                             <property name="visible">True</property>
1286                             <property name="label_xalign">0</property>
1287                             <child>
1288                               <widget class="GtkAlignment" id="alignment3">
1289                                 <property name="visible">True</property>
1290                                 <property name="left_padding">12</property>
1291                                 <property name="right_padding">12</property>
1292                                 <child>
1293                                   <widget class="GtkTable" id="table1">
1294                                     <property name="visible">True</property>
1295                                     <property name="n_rows">4</property>
1296                                     <property name="n_columns">2</property>
1297                                     <child>
1298                                       <widget class="GtkLabel" id="label8">
1299                                         <property name="visible">True</property>
1300                                         <property name="label" translatable="yes">Username</property>
1301                                       </widget>
1302                                     </child>
1303                                     <child>
1304                                       <widget class="GtkLabel" id="label10">
1305                                         <property name="visible">True</property>
1306                                         <property name="label" translatable="yes">Password</property>
1307                                       </widget>
1308                                       <packing>
1309                                         <property name="top_attach">1</property>
1310                                         <property name="bottom_attach">2</property>
1311                                       </packing>
1312                                     </child>
1313                                     <child>
1314                                       <widget class="GtkLabel" id="label13">
1315                                         <property name="visible">True</property>
1316                                         <property name="label" translatable="yes">Internet connection:</property>
1317                                       </widget>
1318                                       <packing>
1319                                         <property name="top_attach">2</property>
1320                                         <property name="bottom_attach">3</property>
1321                                       </packing>
1322                                     </child>
1323                                     <child>
1324                                       <widget class="GtkEntry" id="login_username">
1325                                         <property name="visible">True</property>
1326                                         <property name="can_focus">True</property>
1327                                         <property name="invisible_char">&#x25CF;</property>
1328                                       </widget>
1329                                       <packing>
1330                                         <property name="left_attach">1</property>
1331                                         <property name="right_attach">2</property>
1332                                       </packing>
1333                                     </child>
1334                                     <child>
1335                                       <widget class="GtkEntry" id="login_password">
1336                                         <property name="visible">True</property>
1337                                         <property name="can_focus">True</property>
1338                                         <property name="visibility">False</property>
1339                                         <property name="invisible_char">&#x25CF;</property>
1340                                       </widget>
1341                                       <packing>
1342                                         <property name="left_attach">1</property>
1343                                         <property name="right_attach">2</property>
1344                                         <property name="top_attach">1</property>
1345                                         <property name="bottom_attach">2</property>
1346                                       </packing>
1347                                     </child>
1348                                     <child>
1349                                       <widget class="GtkComboBox" id="login_internet_kind">
1350                                         <property name="visible">True</property>
1351                                         <property name="active">0</property>
1352                                         <property name="items" translatable="yes">ADSL
1353 Fiber Channel</property>
1354                                         <signal name="changed" handler="linphone_gtk_internet_kind_changed"/>
1355                                       </widget>
1356                                       <packing>
1357                                         <property name="left_attach">1</property>
1358                                         <property name="right_attach">2</property>
1359                                         <property name="top_attach">2</property>
1360                                         <property name="bottom_attach">3</property>
1361                                       </packing>
1362                                     </child>
1363                                     <child>
1364                                       <widget class="GtkCheckButton" id="automatic_login">
1365                                         <property name="label" translatable="yes">Automatically log me in</property>
1366                                         <property name="visible">True</property>
1367                                         <property name="can_focus">True</property>
1368                                         <property name="receives_default">False</property>
1369                                         <property name="draw_indicator">True</property>
1370                                       </widget>
1371                                       <packing>
1372                                         <property name="left_attach">1</property>
1373                                         <property name="right_attach">2</property>
1374                                         <property name="top_attach">3</property>
1375                                         <property name="bottom_attach">4</property>
1376                                       </packing>
1377                                     </child>
1378                                     <child>
1379                                       <placeholder/>
1380                                     </child>
1381                                   </widget>
1382                                 </child>
1383                               </widget>
1384                             </child>
1385                             <child>
1386                               <widget class="GtkLabel" id="login_label">
1387                                 <property name="visible">True</property>
1388                                 <property name="label" translatable="yes">Login information</property>
1389                                 <property name="use_markup">True</property>
1390                               </widget>
1391                               <packing>
1392                                 <property name="type">label_item</property>
1393                               </packing>
1394                             </child>
1395                           </widget>
1396                           <packing>
1397                             <property name="position">0</property>
1398                           </packing>
1399                         </child>
1400                         <child>
1401                           <widget class="GtkHButtonBox" id="hbuttonbox3">
1402                             <property name="visible">True</property>
1403                             <child>
1404                               <widget class="GtkButton" id="login_connect">
1405                                 <property name="label">gtk-connect</property>
1406                                 <property name="visible">True</property>
1407                                 <property name="can_focus">True</property>
1408                                 <property name="receives_default">True</property>
1409                                 <property name="use_stock">True</property>
1410                                 <signal name="clicked" handler="linphone_gtk_login_frame_connect_clicked"/>
1411                               </widget>
1412                               <packing>
1413                                 <property name="expand">False</property>
1414                                 <property name="fill">False</property>
1415                                 <property name="position">0</property>
1416                               </packing>
1417                             </child>
1418                           </widget>
1419                           <packing>
1420                             <property name="position">1</property>
1421                           </packing>
1422                         </child>
1423                       </widget>
1424                     </child>
1425                   </widget>
1426                 </child>
1427                 <child>
1428                   <widget class="GtkLabel" id="label6">
1429                     <property name="visible">True</property>
1430                     <property name="label" translatable="yes">&lt;b&gt;Welcome !&lt;/b&gt;</property>
1431                     <property name="use_markup">True</property>
1432                   </widget>
1433                   <packing>
1434                     <property name="type">label_item</property>
1435                   </packing>
1436                 </child>
1437               </widget>
1438               <packing>
1439                 <property name="position">1</property>
1440               </packing>
1441             </child>
1442           </widget>
1443           <packing>
1444             <property name="position">1</property>
1445           </packing>
1446         </child>
1447         <child>
1448           <widget class="GtkStatusbar" id="status_bar">
1449             <property name="visible">True</property>
1450             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1451             <property name="spacing">2</property>
1452           </widget>
1453           <packing>
1454             <property name="expand">False</property>
1455             <property name="fill">False</property>
1456             <property name="position">2</property>
1457           </packing>
1458         </child>
1459       </widget>
1460     </child>
1461   </widget>
1462 </glade-interface>