Merge gv_support changes r243:251 into the trunk
[gc-dialer] / src / dialcentral.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Fri Mar 20 21:35:31 2009 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="mainWindow">
6     <property name="title" translatable="yes">Dialer</property>
7     <property name="default_width">800</property>
8     <property name="default_height">480</property>
9     <child>
10       <widget class="GtkVBox" id="vbox1">
11         <property name="visible">True</property>
12         <child>
13           <widget class="GtkMenuBar" id="dialpad_menubar">
14             <property name="visible">True</property>
15             <child>
16               <widget class="GtkMenuItem" id="file_menu_item">
17                 <property name="visible">True</property>
18                 <property name="label" translatable="yes">_File</property>
19                 <property name="use_underline">True</property>
20                 <child>
21                   <widget class="GtkMenu" id="menu1">
22                     <property name="visible">True</property>
23                     <child>
24                       <widget class="GtkImageMenuItem" id="login_menu_item">
25                         <property name="visible">True</property>
26                         <property name="label" translatable="yes">_New Login</property>
27                         <property name="use_underline">True</property>
28                         <signal name="activate" handler="on_clearcookies_clicked"/>
29                         <child internal-child="image">
30                           <widget class="GtkImage" id="menu-item-image11">
31                             <property name="stock">gtk-new</property>
32                           </widget>
33                         </child>
34                       </widget>
35                     </child>
36                     <child>
37                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
38                         <property name="visible">True</property>
39                       </widget>
40                     </child>
41                     <child>
42                       <widget class="GtkImageMenuItem" id="quit_menu_item">
43                         <property name="visible">True</property>
44                         <property name="label" translatable="yes">gtk-quit</property>
45                         <property name="use_underline">True</property>
46                         <property name="use_stock">True</property>
47                         <signal name="activate" handler="on_dialpad_quit"/>
48                       </widget>
49                     </child>
50                   </widget>
51                 </child>
52               </widget>
53             </child>
54             <child>
55               <widget class="GtkMenuItem" id="edit_menu_item">
56                 <property name="visible">True</property>
57                 <property name="label" translatable="yes">_Edit</property>
58                 <property name="use_underline">True</property>
59                 <child>
60                   <widget class="GtkMenu" id="menu2">
61                     <property name="visible">True</property>
62                     <child>
63                       <widget class="GtkImageMenuItem" id="paste_menu_item">
64                         <property name="visible">True</property>
65                         <property name="label" translatable="yes">gtk-paste</property>
66                         <property name="use_underline">True</property>
67                         <property name="use_stock">True</property>
68                         <signal name="activate" handler="on_paste"/>
69                       </widget>
70                     </child>
71                     <child>
72                       <widget class="GtkImageMenuItem" id="delete_menu_item">
73                         <property name="visible">True</property>
74                         <property name="tooltip" translatable="yes">Clear Number</property>
75                         <property name="label" translatable="yes">Clear Number</property>
76                         <property name="use_underline">True</property>
77                         <signal name="activate" handler="on_clear_number"/>
78                         <child internal-child="image">
79                           <widget class="GtkImage" id="menu-item-image2">
80                             <property name="stock">gtk-delete</property>
81                           </widget>
82                         </child>
83                       </widget>
84                     </child>
85                   </widget>
86                 </child>
87               </widget>
88             </child>
89             <child>
90               <widget class="GtkMenuItem" id="about">
91                 <property name="visible">True</property>
92                 <property name="label" translatable="yes">_About</property>
93                 <property name="use_underline">True</property>
94                 <signal name="activate" handler="on_about_activate"/>
95               </widget>
96             </child>
97           </widget>
98           <packing>
99             <property name="expand">False</property>
100           </packing>
101         </child>
102         <child>
103           <widget class="GtkEventBox" id="errorEventBox">
104             <property name="visible">True</property>
105             <child>
106               <widget class="GtkHBox" id="errorBox">
107                 <property name="visible">True</property>
108                 <child>
109                   <widget class="GtkImage" id="errorImage">
110                     <property name="visible">True</property>
111                     <property name="stock">gtk-dialog-error</property>
112                   </widget>
113                   <packing>
114                     <property name="expand">False</property>
115                     <property name="fill">False</property>
116                   </packing>
117                 </child>
118                 <child>
119                   <widget class="GtkLabel" id="errorDescription">
120                     <property name="visible">True</property>
121                     <property name="use_markup">True</property>
122                   </widget>
123                   <packing>
124                     <property name="position">1</property>
125                   </packing>
126                 </child>
127                 <child>
128                   <widget class="GtkImage" id="errorClose">
129                     <property name="visible">True</property>
130                     <property name="stock">gtk-close</property>
131                   </widget>
132                   <packing>
133                     <property name="expand">False</property>
134                     <property name="fill">False</property>
135                     <property name="position">2</property>
136                   </packing>
137                 </child>
138               </widget>
139             </child>
140           </widget>
141           <packing>
142             <property name="position">1</property>
143           </packing>
144         </child>
145         <child>
146           <widget class="GtkNotebook" id="notebook">
147             <property name="visible">True</property>
148             <property name="can_focus">True</property>
149             <property name="tab_pos">GTK_POS_BOTTOM</property>
150             <property name="show_border">False</property>
151             <property name="homogeneous">True</property>
152             <signal name="switch_page" handler="on_notebook_switch_page"/>
153             <child>
154               <widget class="GtkVBox" id="keypad_vbox">
155                 <property name="visible">True</property>
156                 <child>
157                   <widget class="GtkLabel" id="numberdisplay">
158                     <property name="height_request">50</property>
159                     <property name="visible">True</property>
160                     <property name="label" translatable="yes">&lt;span size="35000" weight="bold"&gt;&lt;/span&gt;</property>
161                     <property name="use_markup">True</property>
162                     <property name="justify">GTK_JUSTIFY_CENTER</property>
163                   </widget>
164                   <packing>
165                     <property name="expand">False</property>
166                     <property name="fill">False</property>
167                   </packing>
168                 </child>
169                 <child>
170                   <widget class="GtkTable" id="keypadview">
171                     <property name="visible">True</property>
172                     <property name="n_rows">4</property>
173                     <property name="n_columns">3</property>
174                     <property name="homogeneous">True</property>
175                     <child>
176                       <widget class="GtkButton" id="digit1">
177                         <property name="visible">True</property>
178                         <property name="focus_on_click">False</property>
179                         <property name="response_id">0</property>
180                         <signal name="clicked" handler="on_digit_clicked"/>
181                         <accelerator key="1" modifiers="" signal="clicked"/>
182                         <child>
183                           <widget class="GtkLabel" id="label12">
184                             <property name="visible">True</property>
185                             <property name="label" translatable="yes">&lt;span size="33000" weight="bold"&gt;1&lt;/span&gt;
186 &lt;span size="9000"&gt;  &lt;/span&gt;</property>
187                             <property name="use_markup">True</property>
188                           </widget>
189                         </child>
190                       </widget>
191                     </child>
192                     <child>
193                       <widget class="GtkButton" id="digit2">
194                         <property name="visible">True</property>
195                         <property name="focus_on_click">False</property>
196                         <property name="response_id">0</property>
197                         <signal name="clicked" handler="on_digit_clicked"/>
198                         <accelerator key="2" modifiers="" signal="clicked"/>
199                         <accelerator key="a" modifiers="" signal="clicked"/>
200                         <accelerator key="b" modifiers="" signal="clicked"/>
201                         <accelerator key="c" modifiers="" signal="clicked"/>
202                         <child>
203                           <widget class="GtkLabel" id="label10">
204                             <property name="visible">True</property>
205                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;2&lt;/span&gt;
206 &lt;span size="12000"&gt;ABC&lt;/span&gt;</property>
207                             <property name="use_markup">True</property>
208                             <property name="justify">GTK_JUSTIFY_CENTER</property>
209                           </widget>
210                         </child>
211                       </widget>
212                       <packing>
213                         <property name="left_attach">1</property>
214                         <property name="right_attach">2</property>
215                       </packing>
216                     </child>
217                     <child>
218                       <widget class="GtkButton" id="digit3">
219                         <property name="visible">True</property>
220                         <property name="focus_on_click">False</property>
221                         <property name="response_id">0</property>
222                         <signal name="clicked" handler="on_digit_clicked"/>
223                         <accelerator key="3" modifiers="" signal="clicked"/>
224                         <accelerator key="d" modifiers="" signal="clicked"/>
225                         <accelerator key="e" modifiers="" signal="clicked"/>
226                         <accelerator key="f" modifiers="" signal="clicked"/>
227                         <child>
228                           <widget class="GtkLabel" id="label11">
229                             <property name="visible">True</property>
230                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold" stretch="ultraexpanded"&gt;3&lt;/span&gt;
231 &lt;span size="12000"&gt;DEF&lt;/span&gt;</property>
232                             <property name="use_markup">True</property>
233                             <property name="justify">GTK_JUSTIFY_CENTER</property>
234                           </widget>
235                         </child>
236                       </widget>
237                       <packing>
238                         <property name="left_attach">2</property>
239                         <property name="right_attach">3</property>
240                       </packing>
241                     </child>
242                     <child>
243                       <widget class="GtkButton" id="digit4">
244                         <property name="visible">True</property>
245                         <property name="focus_on_click">False</property>
246                         <property name="response_id">0</property>
247                         <signal name="clicked" handler="on_digit_clicked"/>
248                         <accelerator key="4" modifiers="" signal="clicked"/>
249                         <accelerator key="g" modifiers="" signal="clicked"/>
250                         <accelerator key="h" modifiers="" signal="clicked"/>
251                         <accelerator key="i" modifiers="" signal="clicked"/>
252                         <child>
253                           <widget class="GtkLabel" id="label13">
254                             <property name="visible">True</property>
255                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;4&lt;/span&gt;
256 &lt;span size="12000"&gt;GHI&lt;/span&gt;</property>
257                             <property name="use_markup">True</property>
258                             <property name="justify">GTK_JUSTIFY_CENTER</property>
259                           </widget>
260                         </child>
261                       </widget>
262                       <packing>
263                         <property name="top_attach">1</property>
264                         <property name="bottom_attach">2</property>
265                       </packing>
266                     </child>
267                     <child>
268                       <widget class="GtkButton" id="digit5">
269                         <property name="visible">True</property>
270                         <property name="focus_on_click">False</property>
271                         <property name="response_id">0</property>
272                         <signal name="clicked" handler="on_digit_clicked"/>
273                         <accelerator key="5" modifiers="" signal="clicked"/>
274                         <accelerator key="j" modifiers="" signal="clicked"/>
275                         <accelerator key="k" modifiers="" signal="clicked"/>
276                         <accelerator key="l" modifiers="" signal="clicked"/>
277                         <child>
278                           <widget class="GtkLabel" id="label14">
279                             <property name="visible">True</property>
280                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;5&lt;/span&gt;
281 &lt;span size="12000"&gt;JKL&lt;/span&gt;</property>
282                             <property name="use_markup">True</property>
283                             <property name="justify">GTK_JUSTIFY_CENTER</property>
284                           </widget>
285                         </child>
286                       </widget>
287                       <packing>
288                         <property name="left_attach">1</property>
289                         <property name="right_attach">2</property>
290                         <property name="top_attach">1</property>
291                         <property name="bottom_attach">2</property>
292                       </packing>
293                     </child>
294                     <child>
295                       <widget class="GtkButton" id="digit6">
296                         <property name="visible">True</property>
297                         <property name="focus_on_click">False</property>
298                         <property name="response_id">0</property>
299                         <signal name="clicked" handler="on_digit_clicked"/>
300                         <accelerator key="6" modifiers="" signal="clicked"/>
301                         <accelerator key="m" modifiers="" signal="clicked"/>
302                         <accelerator key="n" modifiers="" signal="clicked"/>
303                         <accelerator key="o" modifiers="" signal="clicked"/>
304                         <child>
305                           <widget class="GtkLabel" id="label15">
306                             <property name="visible">True</property>
307                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;6&lt;/span&gt;
308 &lt;span size="12000"&gt;MNO&lt;/span&gt;</property>
309                             <property name="use_markup">True</property>
310                             <property name="justify">GTK_JUSTIFY_CENTER</property>
311                           </widget>
312                         </child>
313                       </widget>
314                       <packing>
315                         <property name="left_attach">2</property>
316                         <property name="right_attach">3</property>
317                         <property name="top_attach">1</property>
318                         <property name="bottom_attach">2</property>
319                       </packing>
320                     </child>
321                     <child>
322                       <widget class="GtkButton" id="digit7">
323                         <property name="visible">True</property>
324                         <property name="focus_on_click">False</property>
325                         <property name="response_id">0</property>
326                         <signal name="clicked" handler="on_digit_clicked"/>
327                         <accelerator key="7" modifiers="" signal="clicked"/>
328                         <accelerator key="p" modifiers="" signal="clicked"/>
329                         <accelerator key="q" modifiers="" signal="clicked"/>
330                         <accelerator key="r" modifiers="" signal="clicked"/>
331                         <accelerator key="s" modifiers="" signal="clicked"/>
332                         <child>
333                           <widget class="GtkLabel" id="label16">
334                             <property name="visible">True</property>
335                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;7&lt;/span&gt;
336 &lt;span size="12000"&gt;PQRS&lt;/span&gt;</property>
337                             <property name="use_markup">True</property>
338                             <property name="justify">GTK_JUSTIFY_CENTER</property>
339                           </widget>
340                         </child>
341                       </widget>
342                       <packing>
343                         <property name="top_attach">2</property>
344                         <property name="bottom_attach">3</property>
345                       </packing>
346                     </child>
347                     <child>
348                       <widget class="GtkButton" id="digit8">
349                         <property name="visible">True</property>
350                         <property name="focus_on_click">False</property>
351                         <property name="response_id">0</property>
352                         <signal name="clicked" handler="on_digit_clicked"/>
353                         <accelerator key="8" modifiers="" signal="clicked"/>
354                         <accelerator key="t" modifiers="" signal="clicked"/>
355                         <accelerator key="u" modifiers="" signal="clicked"/>
356                         <accelerator key="v" modifiers="" signal="clicked"/>
357                         <child>
358                           <widget class="GtkLabel" id="label17">
359                             <property name="visible">True</property>
360                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;8&lt;/span&gt;
361 &lt;span size="12000"&gt;TUV&lt;/span&gt;</property>
362                             <property name="use_markup">True</property>
363                             <property name="justify">GTK_JUSTIFY_CENTER</property>
364                           </widget>
365                         </child>
366                       </widget>
367                       <packing>
368                         <property name="left_attach">1</property>
369                         <property name="right_attach">2</property>
370                         <property name="top_attach">2</property>
371                         <property name="bottom_attach">3</property>
372                       </packing>
373                     </child>
374                     <child>
375                       <widget class="GtkButton" id="digit9">
376                         <property name="visible">True</property>
377                         <property name="focus_on_click">False</property>
378                         <property name="response_id">0</property>
379                         <signal name="clicked" handler="on_digit_clicked"/>
380                         <accelerator key="9" modifiers="" signal="clicked"/>
381                         <accelerator key="w" modifiers="" signal="clicked"/>
382                         <accelerator key="x" modifiers="" signal="clicked"/>
383                         <accelerator key="y" modifiers="" signal="clicked"/>
384                         <accelerator key="z" modifiers="" signal="clicked"/>
385                         <child>
386                           <widget class="GtkLabel" id="label18">
387                             <property name="visible">True</property>
388                             <property name="label" translatable="yes">&lt;span size="30000" weight="bold"&gt;9&lt;/span&gt;
389 &lt;span size="12000"&gt;WXYZ&lt;/span&gt;</property>
390                             <property name="use_markup">True</property>
391                             <property name="justify">GTK_JUSTIFY_CENTER</property>
392                           </widget>
393                         </child>
394                       </widget>
395                       <packing>
396                         <property name="left_attach">2</property>
397                         <property name="right_attach">3</property>
398                         <property name="top_attach">2</property>
399                         <property name="bottom_attach">3</property>
400                       </packing>
401                     </child>
402                     <child>
403                       <widget class="GtkButton" id="back">
404                         <property name="visible">True</property>
405                         <property name="focus_on_click">False</property>
406                         <property name="response_id">0</property>
407                         <signal name="pressed" handler="on_back_pressed"/>
408                         <signal name="clicked" handler="on_back_clicked"/>
409                         <signal name="released" handler="on_back_released"/>
410                         <accelerator key="BackSpace" modifiers="" signal="clicked"/>
411                         <child>
412                           <widget class="GtkHBox" id="hbox2">
413                             <property name="visible">True</property>
414                             <child>
415                               <widget class="GtkImage" id="image2">
416                                 <property name="visible">True</property>
417                                 <property name="xalign">1</property>
418                                 <property name="stock">gtk-no</property>
419                               </widget>
420                             </child>
421                             <child>
422                               <widget class="GtkLabel" id="label9">
423                                 <property name="visible">True</property>
424                                 <property name="xalign">0</property>
425                                 <property name="xpad">5</property>
426                                 <property name="label" translatable="yes">&lt;span size="17000" weight="Bold"&gt;Back&lt;/span&gt;</property>
427                                 <property name="use_markup">True</property>
428                               </widget>
429                               <packing>
430                                 <property name="position">1</property>
431                               </packing>
432                             </child>
433                           </widget>
434                         </child>
435                       </widget>
436                       <packing>
437                         <property name="top_attach">3</property>
438                         <property name="bottom_attach">4</property>
439                       </packing>
440                     </child>
441                     <child>
442                       <widget class="GtkButton" id="digit0">
443                         <property name="visible">True</property>
444                         <property name="focus_on_click">False</property>
445                         <property name="response_id">0</property>
446                         <signal name="clicked" handler="on_digit_clicked"/>
447                         <accelerator key="0" modifiers="" signal="clicked"/>
448                         <child>
449                           <widget class="GtkLabel" id="label19">
450                             <property name="visible">True</property>
451                             <property name="label" translatable="yes">&lt;span size="33000" weight="bold"&gt;0&lt;/span&gt;
452 &lt;span size="9000"&gt;&lt;/span&gt;</property>
453                             <property name="use_markup">True</property>
454                             <property name="justify">GTK_JUSTIFY_CENTER</property>
455                           </widget>
456                         </child>
457                       </widget>
458                       <packing>
459                         <property name="left_attach">1</property>
460                         <property name="right_attach">2</property>
461                         <property name="top_attach">3</property>
462                         <property name="bottom_attach">4</property>
463                       </packing>
464                     </child>
465                     <child>
466                       <widget class="GtkButton" id="dial">
467                         <property name="visible">True</property>
468                         <property name="has_default">True</property>
469                         <property name="response_id">0</property>
470                         <signal name="clicked" handler="on_dial_clicked"/>
471                         <accelerator key="Return" modifiers="" signal="clicked"/>
472                         <child>
473                           <widget class="GtkHBox" id="hbox1">
474                             <property name="visible">True</property>
475                             <child>
476                               <widget class="GtkImage" id="image1">
477                                 <property name="visible">True</property>
478                                 <property name="xalign">1</property>
479                                 <property name="stock">gtk-yes</property>
480                               </widget>
481                             </child>
482                             <child>
483                               <widget class="GtkLabel" id="label8">
484                                 <property name="visible">True</property>
485                                 <property name="xalign">0</property>
486                                 <property name="xpad">5</property>
487                                 <property name="label" translatable="yes">&lt;span size="17000" weight="bold"&gt;Dial&lt;/span&gt;</property>
488                                 <property name="use_markup">True</property>
489                               </widget>
490                               <packing>
491                                 <property name="position">1</property>
492                               </packing>
493                             </child>
494                           </widget>
495                         </child>
496                       </widget>
497                       <packing>
498                         <property name="left_attach">2</property>
499                         <property name="right_attach">3</property>
500                         <property name="top_attach">3</property>
501                         <property name="bottom_attach">4</property>
502                       </packing>
503                     </child>
504                   </widget>
505                   <packing>
506                     <property name="position">1</property>
507                   </packing>
508                 </child>
509               </widget>
510               <packing>
511                 <property name="tab_expand">True</property>
512                 <property name="tab_fill">False</property>
513               </packing>
514             </child>
515             <child>
516               <widget class="GtkLabel" id="keypad">
517                 <property name="height_request">30</property>
518                 <property name="visible">True</property>
519                 <property name="label" translatable="yes">Keypad</property>
520               </widget>
521               <packing>
522                 <property name="type">tab</property>
523                 <property name="tab_expand">True</property>
524                 <property name="tab_fill">False</property>
525               </packing>
526             </child>
527             <child>
528               <widget class="GtkTable" id="contacts_table">
529                 <property name="visible">True</property>
530                 <property name="n_rows">2</property>
531                 <child>
532                   <widget class="GtkComboBox" id="addressbook_combo">
533                     <property name="visible">True</property>
534                     <signal name="changed" handler="on_addressbook_combo_changed"/>
535                   </widget>
536                   <packing>
537                     <property name="y_options">GTK_FILL</property>
538                   </packing>
539                 </child>
540                 <child>
541                   <widget class="GtkScrolledWindow" id="contacts_scrolledwindow">
542                     <property name="visible">True</property>
543                     <property name="can_focus">True</property>
544                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
545                     <child>
546                       <widget class="GtkTreeView" id="contactsview">
547                         <property name="visible">True</property>
548                         <property name="can_focus">True</property>
549                         <property name="headers_visible">False</property>
550                         <property name="enable_search">False</property>
551                         <property name="fixed_height_mode">True</property>
552                         <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_HORIZONTAL</property>
553                         <property name="enable_tree_lines">True</property>
554                         <signal name="row_activated" handler="on_contactsview_row_activated"/>
555                       </widget>
556                     </child>
557                   </widget>
558                   <packing>
559                     <property name="top_attach">1</property>
560                     <property name="bottom_attach">2</property>
561                   </packing>
562                 </child>
563               </widget>
564               <packing>
565                 <property name="position">1</property>
566                 <property name="tab_expand">True</property>
567                 <property name="tab_fill">False</property>
568               </packing>
569             </child>
570             <child>
571               <widget class="GtkLabel" id="contacts">
572                 <property name="visible">True</property>
573                 <property name="label" translatable="yes">Contacts</property>
574               </widget>
575               <packing>
576                 <property name="type">tab</property>
577                 <property name="position">1</property>
578                 <property name="tab_expand">True</property>
579                 <property name="tab_fill">False</property>
580               </packing>
581             </child>
582             <child>
583               <widget class="GtkTable" id="accountview">
584                 <property name="visible">True</property>
585                 <property name="border_width">11</property>
586                 <property name="n_rows">3</property>
587                 <property name="n_columns">2</property>
588                 <child>
589                   <placeholder/>
590                 </child>
591                 <child>
592                   <widget class="GtkComboBoxEntry" id="callbackcombo">
593                     <property name="visible">True</property>
594                     <child internal-child="entry">
595                       <widget class="GtkEntry" id="callback_comboboxentry">
596                         <property name="visible">True</property>
597                         <property name="can_focus">True</property>
598                         <signal name="changed" handler="on_callbackentry_changed"/>
599                       </widget>
600                     </child>
601                   </widget>
602                   <packing>
603                     <property name="left_attach">1</property>
604                     <property name="right_attach">2</property>
605                     <property name="top_attach">2</property>
606                     <property name="bottom_attach">3</property>
607                     <property name="x_options">GTK_FILL</property>
608                     <property name="y_options"></property>
609                   </packing>
610                 </child>
611                 <child>
612                   <widget class="GtkLabel" id="callback_number_label">
613                     <property name="visible">True</property>
614                     <property name="xalign">1</property>
615                     <property name="xpad">5</property>
616                     <property name="label" translatable="yes">Callback Number:</property>
617                   </widget>
618                   <packing>
619                     <property name="top_attach">2</property>
620                     <property name="bottom_attach">3</property>
621                   </packing>
622                 </child>
623                 <child>
624                   <widget class="GtkButton" id="clearcookies">
625                     <property name="visible">True</property>
626                     <property name="can_focus">True</property>
627                     <property name="receives_default">True</property>
628                     <property name="label" translatable="yes">Clear Account Information
629 (must reauthenticate)</property>
630                     <property name="response_id">0</property>
631                     <signal name="clicked" handler="on_clearcookies_clicked"/>
632                   </widget>
633                   <packing>
634                     <property name="left_attach">1</property>
635                     <property name="right_attach">2</property>
636                     <property name="top_attach">1</property>
637                     <property name="bottom_attach">2</property>
638                     <property name="y_options"></property>
639                   </packing>
640                 </child>
641                 <child>
642                   <widget class="GtkLabel" id="gcnumber_display">
643                     <property name="visible">True</property>
644                     <property name="label" translatable="yes">&lt;span size="15000" weight="bold"&gt;(518) 555-1212&lt;/span&gt;</property>
645                     <property name="use_markup">True</property>
646                   </widget>
647                   <packing>
648                     <property name="left_attach">1</property>
649                     <property name="right_attach">2</property>
650                     <property name="y_options"></property>
651                   </packing>
652                 </child>
653                 <child>
654                   <widget class="GtkLabel" id="gcnumber_label">
655                     <property name="visible">True</property>
656                     <property name="xalign">1</property>
657                     <property name="xpad">5</property>
658                     <property name="label" translatable="yes">GrandCentral
659 Number:</property>
660                     <property name="justify">GTK_JUSTIFY_RIGHT</property>
661                   </widget>
662                 </child>
663               </widget>
664               <packing>
665                 <property name="position">2</property>
666                 <property name="tab_expand">True</property>
667                 <property name="tab_fill">False</property>
668               </packing>
669             </child>
670             <child>
671               <widget class="GtkLabel" id="account">
672                 <property name="height_request">30</property>
673                 <property name="visible">True</property>
674                 <property name="label" translatable="yes">Account</property>
675               </widget>
676               <packing>
677                 <property name="type">tab</property>
678                 <property name="position">2</property>
679                 <property name="tab_fill">False</property>
680               </packing>
681             </child>
682             <child>
683               <widget class="GtkScrolledWindow" id="recent_scrolledwindow">
684                 <property name="visible">True</property>
685                 <property name="can_focus">True</property>
686                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
687                 <child>
688                   <widget class="GtkTreeView" id="recentview">
689                     <property name="visible">True</property>
690                     <property name="can_focus">True</property>
691                     <property name="headers_visible">False</property>
692                     <property name="enable_search">False</property>
693                     <property name="fixed_height_mode">True</property>
694                     <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_HORIZONTAL</property>
695                     <property name="enable_tree_lines">True</property>
696                     <signal name="row_activated" handler="on_recentview_row_activated"/>
697                   </widget>
698                 </child>
699               </widget>
700               <packing>
701                 <property name="position">1</property>
702                 <property name="tab_expand">True</property>
703                 <property name="tab_fill">False</property>
704               </packing>
705             </child>
706             <child>
707               <widget class="GtkLabel" id="recent">
708                 <property name="height_request">30</property>
709                 <property name="visible">True</property>
710                 <property name="label" translatable="yes">Recent</property>
711               </widget>
712               <packing>
713                 <property name="type">tab</property>
714                 <property name="position">1</property>
715                 <property name="tab_expand">True</property>
716                 <property name="tab_fill">False</property>
717               </packing>
718             </child>
719           </widget>
720           <packing>
721             <property name="position">2</property>
722           </packing>
723         </child>
724       </widget>
725     </child>
726   </widget>
727   <widget class="GtkDialog" id="loginDialog">
728     <property name="border_width">5</property>
729     <property name="title" translatable="yes">Grandcentral Login</property>
730     <property name="resizable">False</property>
731     <property name="modal">True</property>
732     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
733     <property name="destroy_with_parent">True</property>
734     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
735     <property name="skip_taskbar_hint">True</property>
736     <property name="skip_pager_hint">True</property>
737     <property name="deletable">False</property>
738     <property name="transient_for">mainWindow</property>
739     <property name="has_separator">False</property>
740     <child internal-child="vbox">
741       <widget class="GtkVBox" id="dialog-vbox1">
742         <property name="visible">True</property>
743         <property name="spacing">2</property>
744         <child>
745           <widget class="GtkComboBox" id="serviceCombo">
746             <property name="visible">True</property>
747           </widget>
748           <packing>
749             <property name="expand">False</property>
750             <property name="fill">False</property>
751             <property name="position">1</property>
752           </packing>
753         </child>
754         <child>
755           <widget class="GtkTable" id="table1">
756             <property name="visible">True</property>
757             <property name="n_rows">2</property>
758             <property name="n_columns">2</property>
759             <child>
760               <widget class="GtkLabel" id="username_label">
761                 <property name="visible">True</property>
762                 <property name="label" translatable="yes">Username</property>
763               </widget>
764             </child>
765             <child>
766               <widget class="GtkLabel" id="password_label">
767                 <property name="visible">True</property>
768                 <property name="label" translatable="yes">Password</property>
769               </widget>
770               <packing>
771                 <property name="top_attach">1</property>
772                 <property name="bottom_attach">2</property>
773               </packing>
774             </child>
775             <child>
776               <widget class="GtkEntry" id="usernameentry">
777                 <property name="visible">True</property>
778                 <property name="can_focus">True</property>
779               </widget>
780               <packing>
781                 <property name="left_attach">1</property>
782                 <property name="right_attach">2</property>
783               </packing>
784             </child>
785             <child>
786               <widget class="GtkEntry" id="passwordentry">
787                 <property name="visible">True</property>
788                 <property name="can_focus">True</property>
789                 <property name="visibility">False</property>
790               </widget>
791               <packing>
792                 <property name="left_attach">1</property>
793                 <property name="right_attach">2</property>
794                 <property name="top_attach">1</property>
795                 <property name="bottom_attach">2</property>
796               </packing>
797             </child>
798           </widget>
799           <packing>
800             <property name="position">2</property>
801           </packing>
802         </child>
803         <child internal-child="action_area">
804           <widget class="GtkHButtonBox" id="dialog-action_area1">
805             <property name="visible">True</property>
806             <property name="layout_style">GTK_BUTTONBOX_END</property>
807             <child>
808               <widget class="GtkButton" id="logins_close_button">
809                 <property name="visible">True</property>
810                 <property name="can_focus">True</property>
811                 <property name="receives_default">True</property>
812                 <property name="label" translatable="yes">gtk-close</property>
813                 <property name="use_stock">True</property>
814                 <property name="response_id">0</property>
815                 <signal name="clicked" handler="on_loginclose_clicked"/>
816               </widget>
817             </child>
818             <child>
819               <widget class="GtkButton" id="loginbutton">
820                 <property name="visible">True</property>
821                 <property name="can_focus">True</property>
822                 <property name="can_default">True</property>
823                 <property name="has_default">True</property>
824                 <property name="receives_default">True</property>
825                 <property name="label" translatable="yes">gtk-ok</property>
826                 <property name="use_stock">True</property>
827                 <property name="response_id">0</property>
828                 <signal name="clicked" handler="on_loginbutton_clicked"/>
829               </widget>
830               <packing>
831                 <property name="position">1</property>
832               </packing>
833             </child>
834           </widget>
835           <packing>
836             <property name="expand">False</property>
837             <property name="pack_type">GTK_PACK_END</property>
838           </packing>
839         </child>
840       </widget>
841     </child>
842   </widget>
843   <widget class="GtkDialog" id="phonetype_dialog">
844     <property name="border_width">5</property>
845     <property name="title" translatable="yes">Select Phone Type</property>
846     <property name="resizable">False</property>
847     <property name="modal">True</property>
848     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
849     <property name="destroy_with_parent">True</property>
850     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
851     <property name="skip_taskbar_hint">True</property>
852     <property name="skip_pager_hint">True</property>
853     <property name="deletable">False</property>
854     <property name="has_separator">False</property>
855     <child internal-child="vbox">
856       <widget class="GtkVBox" id="dialog-vbox3">
857         <property name="visible">True</property>
858         <property name="spacing">2</property>
859         <child>
860           <widget class="GtkTreeView" id="phonetypes">
861             <property name="visible">True</property>
862             <property name="can_focus">True</property>
863             <signal name="row_activated" handler="on_phonetype_select"/>
864           </widget>
865           <packing>
866             <property name="position">1</property>
867           </packing>
868         </child>
869         <child internal-child="action_area">
870           <widget class="GtkHButtonBox" id="dialog-action_area3">
871             <property name="visible">True</property>
872             <property name="layout_style">GTK_BUTTONBOX_END</property>
873             <child>
874               <widget class="GtkButton" id="select_button">
875                 <property name="visible">True</property>
876                 <property name="can_focus">True</property>
877                 <property name="label" translatable="yes">Select</property>
878                 <property name="response_id">0</property>
879                 <signal name="clicked" handler="on_phonetype_select"/>
880               </widget>
881             </child>
882             <child>
883               <widget class="GtkButton" id="cancel_button">
884                 <property name="visible">True</property>
885                 <property name="can_focus">True</property>
886                 <property name="receives_default">True</property>
887                 <property name="label" translatable="yes">Cancel</property>
888                 <property name="response_id">0</property>
889                 <signal name="clicked" handler="on_phonetype_cancel"/>
890               </widget>
891               <packing>
892                 <property name="position">1</property>
893               </packing>
894             </child>
895           </widget>
896           <packing>
897             <property name="expand">False</property>
898             <property name="pack_type">GTK_PACK_END</property>
899           </packing>
900         </child>
901       </widget>
902     </child>
903   </widget>
904 </glade-interface>