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