Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / words / im / instancemessenger.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>InstanceMessenger</name>
6   <program_name>instancemessenger</program_name>
7   <directory></directory>
8   <source_directory>src</source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <use_widget_names>True</use_widget_names>
14 </project>
15
16 <widget>
17   <class>GtkWindow</class>
18   <name>UnseenConversationWindow</name>
19   <visible>False</visible>
20   <title>Unseen Conversation Window</title>
21   <type>GTK_WINDOW_TOPLEVEL</type>
22   <position>GTK_WIN_POS_NONE</position>
23   <modal>False</modal>
24   <allow_shrink>False</allow_shrink>
25   <allow_grow>True</allow_grow>
26   <auto_shrink>False</auto_shrink>
27
28   <widget>
29     <class>GtkVBox</class>
30     <name>ConversationWidget</name>
31     <homogeneous>False</homogeneous>
32     <spacing>0</spacing>
33
34     <widget>
35       <class>GtkVPaned</class>
36       <name>vpaned1</name>
37       <handle_size>10</handle_size>
38       <gutter_size>6</gutter_size>
39       <position>0</position>
40       <child>
41         <padding>0</padding>
42         <expand>True</expand>
43         <fill>True</fill>
44       </child>
45
46       <widget>
47         <class>GtkScrolledWindow</class>
48         <name>scrolledwindow10</name>
49         <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
50         <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
51         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
52         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
53         <child>
54           <shrink>False</shrink>
55           <resize>True</resize>
56         </child>
57
58         <widget>
59           <class>GtkText</class>
60           <name>ConversationOutput</name>
61           <editable>False</editable>
62           <text></text>
63         </widget>
64       </widget>
65
66       <widget>
67         <class>GtkScrolledWindow</class>
68         <name>scrolledwindow11</name>
69         <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
70         <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
71         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
72         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
73         <child>
74           <shrink>True</shrink>
75           <resize>False</resize>
76         </child>
77
78         <widget>
79           <class>GtkText</class>
80           <name>ConversationMessageEntry</name>
81           <can_focus>True</can_focus>
82           <has_focus>True</has_focus>
83           <signal>
84             <name>key_press_event</name>
85             <handler>handle_key_press_event</handler>
86             <last_modification_time>Tue, 29 Jan 2002 12:42:58 GMT</last_modification_time>
87           </signal>
88           <editable>True</editable>
89           <text></text>
90         </widget>
91       </widget>
92     </widget>
93
94     <widget>
95       <class>GtkHBox</class>
96       <name>hbox9</name>
97       <homogeneous>True</homogeneous>
98       <spacing>0</spacing>
99       <child>
100         <padding>3</padding>
101         <expand>False</expand>
102         <fill>True</fill>
103       </child>
104
105       <widget>
106         <class>GtkButton</class>
107         <name>button42</name>
108         <can_focus>True</can_focus>
109         <label> Send Message </label>
110         <relief>GTK_RELIEF_NORMAL</relief>
111         <child>
112           <padding>3</padding>
113           <expand>True</expand>
114           <fill>True</fill>
115         </child>
116       </widget>
117
118       <widget>
119         <class>GtkButton</class>
120         <name>AddRemoveContact</name>
121         <can_focus>True</can_focus>
122         <label> Add Contact </label>
123         <relief>GTK_RELIEF_NORMAL</relief>
124         <child>
125           <padding>3</padding>
126           <expand>True</expand>
127           <fill>True</fill>
128         </child>
129       </widget>
130
131       <widget>
132         <class>GtkButton</class>
133         <name>CloseContact</name>
134         <can_focus>True</can_focus>
135         <label> Close </label>
136         <relief>GTK_RELIEF_NORMAL</relief>
137         <child>
138           <padding>3</padding>
139           <expand>True</expand>
140           <fill>True</fill>
141         </child>
142       </widget>
143     </widget>
144   </widget>
145 </widget>
146
147 <widget>
148   <class>GtkWindow</class>
149   <name>MainIMWindow</name>
150   <signal>
151     <name>destroy</name>
152     <handler>on_MainIMWindow_destroy</handler>
153     <last_modification_time>Sun, 21 Jul 2002 08:16:08 GMT</last_modification_time>
154   </signal>
155   <title>Instance Messenger</title>
156   <type>GTK_WINDOW_TOPLEVEL</type>
157   <position>GTK_WIN_POS_NONE</position>
158   <modal>False</modal>
159   <allow_shrink>True</allow_shrink>
160   <allow_grow>True</allow_grow>
161   <auto_shrink>False</auto_shrink>
162
163   <widget>
164     <class>GtkNotebook</class>
165     <name>ContactsNotebook</name>
166     <can_focus>True</can_focus>
167     <signal>
168       <name>key_press_event</name>
169       <handler>on_ContactsWidget_key_press_event</handler>
170       <last_modification_time>Tue, 07 May 2002 03:02:33 GMT</last_modification_time>
171     </signal>
172     <show_tabs>True</show_tabs>
173     <show_border>True</show_border>
174     <tab_pos>GTK_POS_TOP</tab_pos>
175     <scrollable>False</scrollable>
176     <tab_hborder>2</tab_hborder>
177     <tab_vborder>2</tab_vborder>
178     <popup_enable>False</popup_enable>
179
180     <widget>
181       <class>GtkVBox</class>
182       <name>vbox11</name>
183       <homogeneous>False</homogeneous>
184       <spacing>0</spacing>
185
186       <widget>
187         <class>GtkLabel</class>
188         <name>OnlineCount</name>
189         <label>Online: %d</label>
190         <justify>GTK_JUSTIFY_CENTER</justify>
191         <wrap>False</wrap>
192         <xalign>0.5</xalign>
193         <yalign>0.5</yalign>
194         <xpad>0</xpad>
195         <ypad>0</ypad>
196         <child>
197           <padding>0</padding>
198           <expand>False</expand>
199           <fill>False</fill>
200         </child>
201       </widget>
202
203       <widget>
204         <class>GtkScrolledWindow</class>
205         <name>scrolledwindow14</name>
206         <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
207         <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
208         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
209         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
210         <child>
211           <padding>0</padding>
212           <expand>True</expand>
213           <fill>True</fill>
214         </child>
215
216         <widget>
217           <class>GtkCTree</class>
218           <name>OnlineContactsTree</name>
219           <can_focus>True</can_focus>
220           <signal>
221             <name>tree_select_row</name>
222             <handler>on_OnlineContactsTree_tree_select_row</handler>
223             <last_modification_time>Tue, 07 May 2002 03:06:32 GMT</last_modification_time>
224           </signal>
225           <signal>
226             <name>select_row</name>
227             <handler>on_OnlineContactsTree_select_row</handler>
228             <last_modification_time>Tue, 07 May 2002 04:36:10 GMT</last_modification_time>
229           </signal>
230           <columns>4</columns>
231           <column_widths>109,35,23,80</column_widths>
232           <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
233           <show_titles>True</show_titles>
234           <shadow_type>GTK_SHADOW_IN</shadow_type>
235
236           <widget>
237             <class>GtkLabel</class>
238             <child_name>CTree:title</child_name>
239             <name>label77</name>
240             <label>Alias</label>
241             <justify>GTK_JUSTIFY_CENTER</justify>
242             <wrap>False</wrap>
243             <xalign>0.5</xalign>
244             <yalign>0.5</yalign>
245             <xpad>0</xpad>
246             <ypad>0</ypad>
247           </widget>
248
249           <widget>
250             <class>GtkLabel</class>
251             <child_name>CTree:title</child_name>
252             <name>label78</name>
253             <label>Status</label>
254             <justify>GTK_JUSTIFY_CENTER</justify>
255             <wrap>False</wrap>
256             <xalign>0.5</xalign>
257             <yalign>0.5</yalign>
258             <xpad>0</xpad>
259             <ypad>0</ypad>
260           </widget>
261
262           <widget>
263             <class>GtkLabel</class>
264             <child_name>CTree:title</child_name>
265             <name>label79</name>
266             <label>Idle</label>
267             <justify>GTK_JUSTIFY_CENTER</justify>
268             <wrap>False</wrap>
269             <xalign>0.5</xalign>
270             <yalign>0.5</yalign>
271             <xpad>0</xpad>
272             <ypad>0</ypad>
273           </widget>
274
275           <widget>
276             <class>GtkLabel</class>
277             <child_name>CTree:title</child_name>
278             <name>label80</name>
279             <label>Account</label>
280             <justify>GTK_JUSTIFY_CENTER</justify>
281             <wrap>False</wrap>
282             <xalign>0.5</xalign>
283             <yalign>0.5</yalign>
284             <xpad>0</xpad>
285             <ypad>0</ypad>
286           </widget>
287         </widget>
288       </widget>
289
290       <widget>
291         <class>GtkVBox</class>
292         <name>vbox30</name>
293         <homogeneous>False</homogeneous>
294         <spacing>2</spacing>
295         <child>
296           <padding>1</padding>
297           <expand>False</expand>
298           <fill>True</fill>
299         </child>
300
301         <widget>
302           <class>GtkEntry</class>
303           <name>ContactNameEntry</name>
304           <can_focus>True</can_focus>
305           <signal>
306             <name>activate</name>
307             <handler>on_ContactNameEntry_activate</handler>
308             <last_modification_time>Tue, 07 May 2002 04:07:25 GMT</last_modification_time>
309           </signal>
310           <editable>True</editable>
311           <text_visible>True</text_visible>
312           <text_max_length>0</text_max_length>
313           <text></text>
314           <child>
315             <padding>0</padding>
316             <expand>False</expand>
317             <fill>False</fill>
318           </child>
319         </widget>
320
321         <widget>
322           <class>GtkOptionMenu</class>
323           <name>AccountsListPopup</name>
324           <can_focus>True</can_focus>
325           <items>Nothing
326 To
327 Speak
328 Of
329 </items>
330           <initial_choice>1</initial_choice>
331           <child>
332             <padding>0</padding>
333             <expand>False</expand>
334             <fill>False</fill>
335           </child>
336         </widget>
337
338         <widget>
339           <class>GtkHBox</class>
340           <name>hbox7</name>
341           <homogeneous>False</homogeneous>
342           <spacing>0</spacing>
343           <child>
344             <padding>0</padding>
345             <expand>True</expand>
346             <fill>True</fill>
347           </child>
348
349           <widget>
350             <class>GtkButton</class>
351             <name>PlainSendIM</name>
352             <can_focus>True</can_focus>
353             <signal>
354               <name>clicked</name>
355               <handler>on_PlainSendIM_clicked</handler>
356               <last_modification_time>Tue, 29 Jan 2002 03:17:35 GMT</last_modification_time>
357             </signal>
358             <label> Send IM </label>
359             <relief>GTK_RELIEF_NORMAL</relief>
360             <child>
361               <padding>0</padding>
362               <expand>True</expand>
363               <fill>False</fill>
364             </child>
365           </widget>
366
367           <widget>
368             <class>GtkButton</class>
369             <name>PlainGetInfo</name>
370             <can_focus>True</can_focus>
371             <signal>
372               <name>clicked</name>
373               <handler>on_PlainGetInfo_clicked</handler>
374               <last_modification_time>Tue, 07 May 2002 04:06:59 GMT</last_modification_time>
375             </signal>
376             <label> Get Info </label>
377             <relief>GTK_RELIEF_NORMAL</relief>
378             <child>
379               <padding>0</padding>
380               <expand>True</expand>
381               <fill>False</fill>
382             </child>
383           </widget>
384
385           <widget>
386             <class>GtkButton</class>
387             <name>PlainJoinChat</name>
388             <can_focus>True</can_focus>
389             <signal>
390               <name>clicked</name>
391               <handler>on_PlainJoinChat_clicked</handler>
392               <last_modification_time>Tue, 29 Jan 2002 13:04:49 GMT</last_modification_time>
393             </signal>
394             <label> Join Group </label>
395             <relief>GTK_RELIEF_NORMAL</relief>
396             <child>
397               <padding>0</padding>
398               <expand>True</expand>
399               <fill>False</fill>
400             </child>
401           </widget>
402
403           <widget>
404             <class>GtkButton</class>
405             <name>PlainGoAway</name>
406             <can_focus>True</can_focus>
407             <signal>
408               <name>clicked</name>
409               <handler>on_PlainGoAway_clicked</handler>
410               <last_modification_time>Tue, 07 May 2002 04:06:53 GMT</last_modification_time>
411             </signal>
412             <label> Go Away </label>
413             <relief>GTK_RELIEF_NORMAL</relief>
414             <child>
415               <padding>0</padding>
416               <expand>True</expand>
417               <fill>False</fill>
418             </child>
419           </widget>
420         </widget>
421
422         <widget>
423           <class>GtkHBox</class>
424           <name>hbox8</name>
425           <homogeneous>False</homogeneous>
426           <spacing>0</spacing>
427           <child>
428             <padding>0</padding>
429             <expand>True</expand>
430             <fill>True</fill>
431           </child>
432
433           <widget>
434             <class>GtkButton</class>
435             <name>AddContactButton</name>
436             <can_focus>True</can_focus>
437             <signal>
438               <name>clicked</name>
439               <handler>on_AddContactButton_clicked</handler>
440               <last_modification_time>Tue, 07 May 2002 04:06:33 GMT</last_modification_time>
441             </signal>
442             <label> Add Contact </label>
443             <relief>GTK_RELIEF_NORMAL</relief>
444             <child>
445               <padding>0</padding>
446               <expand>True</expand>
447               <fill>False</fill>
448             </child>
449           </widget>
450
451           <widget>
452             <class>GtkButton</class>
453             <name>RemoveContactButton</name>
454             <can_focus>True</can_focus>
455             <signal>
456               <name>clicked</name>
457               <handler>on_RemoveContactButton_clicked</handler>
458               <last_modification_time>Tue, 07 May 2002 04:06:28 GMT</last_modification_time>
459             </signal>
460             <label> Remove Contact </label>
461             <relief>GTK_RELIEF_NORMAL</relief>
462             <child>
463               <padding>0</padding>
464               <expand>True</expand>
465               <fill>False</fill>
466             </child>
467           </widget>
468         </widget>
469       </widget>
470     </widget>
471
472     <widget>
473       <class>GtkLabel</class>
474       <child_name>Notebook:tab</child_name>
475       <name>label35</name>
476       <label> Online Contacts </label>
477       <justify>GTK_JUSTIFY_CENTER</justify>
478       <wrap>False</wrap>
479       <xalign>0.5</xalign>
480       <yalign>0.5</yalign>
481       <xpad>0</xpad>
482       <ypad>0</ypad>
483     </widget>
484
485     <widget>
486       <class>GtkVBox</class>
487       <name>vbox14</name>
488       <homogeneous>False</homogeneous>
489       <spacing>0</spacing>
490
491       <widget>
492         <class>GtkScrolledWindow</class>
493         <name>OfflineContactsScroll</name>
494         <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
495         <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
496         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
497         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
498         <child>
499           <padding>0</padding>
500           <expand>True</expand>
501           <fill>True</fill>
502         </child>
503
504         <widget>
505           <class>GtkCList</class>
506           <name>OfflineContactsList</name>
507           <can_focus>True</can_focus>
508           <signal>
509             <name>select_row</name>
510             <handler>on_OfflineContactsList_select_row</handler>
511             <last_modification_time>Tue, 07 May 2002 03:00:07 GMT</last_modification_time>
512           </signal>
513           <columns>4</columns>
514           <column_widths>66,80,80,80</column_widths>
515           <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
516           <show_titles>True</show_titles>
517           <shadow_type>GTK_SHADOW_IN</shadow_type>
518
519           <widget>
520             <class>GtkLabel</class>
521             <child_name>CList:title</child_name>
522             <name>label41</name>
523             <label>Contact</label>
524             <justify>GTK_JUSTIFY_CENTER</justify>
525             <wrap>False</wrap>
526             <xalign>0.5</xalign>
527             <yalign>0.5</yalign>
528             <xpad>0</xpad>
529             <ypad>0</ypad>
530           </widget>
531
532           <widget>
533             <class>GtkLabel</class>
534             <child_name>CList:title</child_name>
535             <name>label42</name>
536             <label>Account</label>
537             <justify>GTK_JUSTIFY_CENTER</justify>
538             <wrap>False</wrap>
539             <xalign>0.5</xalign>
540             <yalign>0.5</yalign>
541             <xpad>0</xpad>
542             <ypad>0</ypad>
543           </widget>
544
545           <widget>
546             <class>GtkLabel</class>
547             <child_name>CList:title</child_name>
548             <name>label43</name>
549             <label>Alias</label>
550             <justify>GTK_JUSTIFY_CENTER</justify>
551             <wrap>False</wrap>
552             <xalign>0.5</xalign>
553             <yalign>0.5</yalign>
554             <xpad>0</xpad>
555             <ypad>0</ypad>
556           </widget>
557
558           <widget>
559             <class>GtkLabel</class>
560             <child_name>CList:title</child_name>
561             <name>label44</name>
562             <label>Group</label>
563             <justify>GTK_JUSTIFY_CENTER</justify>
564             <wrap>False</wrap>
565             <xalign>0.5</xalign>
566             <yalign>0.5</yalign>
567             <xpad>0</xpad>
568             <ypad>0</ypad>
569           </widget>
570         </widget>
571       </widget>
572     </widget>
573
574     <widget>
575       <class>GtkLabel</class>
576       <child_name>Notebook:tab</child_name>
577       <name>label36</name>
578       <label> All Contacts </label>
579       <justify>GTK_JUSTIFY_CENTER</justify>
580       <wrap>False</wrap>
581       <xalign>0.5</xalign>
582       <yalign>0.5</yalign>
583       <xpad>0</xpad>
584       <ypad>0</ypad>
585     </widget>
586
587     <widget>
588       <class>GtkVBox</class>
589       <name>AccountManWidget</name>
590       <homogeneous>False</homogeneous>
591       <spacing>0</spacing>
592
593       <widget>
594         <class>GtkScrolledWindow</class>
595         <name>scrolledwindow12</name>
596         <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
597         <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
598         <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
599         <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
600         <child>
601           <padding>0</padding>
602           <expand>True</expand>
603           <fill>True</fill>
604         </child>
605
606         <widget>
607           <class>GtkCList</class>
608           <name>accountsList</name>
609           <can_focus>True</can_focus>
610           <columns>4</columns>
611           <column_widths>80,36,34,80</column_widths>
612           <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
613           <show_titles>True</show_titles>
614           <shadow_type>GTK_SHADOW_IN</shadow_type>
615
616           <widget>
617             <class>GtkLabel</class>
618             <child_name>CList:title</child_name>
619             <name>label45</name>
620             <label>Service Name</label>
621             <justify>GTK_JUSTIFY_CENTER</justify>
622             <wrap>False</wrap>
623             <xalign>0.5</xalign>
624             <yalign>0.5</yalign>
625             <xpad>0</xpad>
626             <ypad>0</ypad>
627           </widget>
628
629           <widget>
630             <class>GtkLabel</class>
631             <child_name>CList:title</child_name>
632             <name>label46</name>
633             <label>Online</label>
634             <justify>GTK_JUSTIFY_CENTER</justify>
635             <wrap>False</wrap>
636             <xalign>0.5</xalign>
637             <yalign>0.5</yalign>
638             <xpad>0</xpad>
639             <ypad>0</ypad>
640           </widget>
641
642           <widget>
643             <class>GtkLabel</class>
644             <child_name>CList:title</child_name>
645             <name>label47</name>
646             <label>Auto</label>
647             <justify>GTK_JUSTIFY_CENTER</justify>
648             <wrap>False</wrap>
649             <xalign>0.5</xalign>
650             <yalign>0.5</yalign>
651             <xpad>0</xpad>
652             <ypad>0</ypad>
653           </widget>
654
655           <widget>
656             <class>GtkLabel</class>
657             <child_name>CList:title</child_name>
658             <name>label48</name>
659             <label>Gateway</label>
660             <justify>GTK_JUSTIFY_CENTER</justify>
661             <wrap>False</wrap>
662             <xalign>0.5</xalign>
663             <yalign>0.5</yalign>
664             <xpad>0</xpad>
665             <ypad>0</ypad>
666           </widget>
667         </widget>
668       </widget>
669
670       <widget>
671         <class>GtkTable</class>
672         <name>table5</name>
673         <rows>2</rows>
674         <columns>3</columns>
675         <homogeneous>False</homogeneous>
676         <row_spacing>0</row_spacing>
677         <column_spacing>0</column_spacing>
678         <child>
679           <padding>3</padding>
680           <expand>False</expand>
681           <fill>True</fill>
682         </child>
683
684         <widget>
685           <class>GtkButton</class>
686           <name>NewAccountButton</name>
687           <can_default>True</can_default>
688           <can_focus>True</can_focus>
689           <signal>
690             <name>clicked</name>
691             <handler>on_NewAccountButton_clicked</handler>
692             <last_modification_time>Sun, 27 Jan 2002 10:32:20 GMT</last_modification_time>
693           </signal>
694           <label>New Account</label>
695           <relief>GTK_RELIEF_NORMAL</relief>
696           <child>
697             <left_attach>0</left_attach>
698             <right_attach>1</right_attach>
699             <top_attach>0</top_attach>
700             <bottom_attach>1</bottom_attach>
701             <xpad>0</xpad>
702             <ypad>0</ypad>
703             <xexpand>False</xexpand>
704             <yexpand>False</yexpand>
705             <xshrink>False</xshrink>
706             <yshrink>False</yshrink>
707             <xfill>True</xfill>
708             <yfill>False</yfill>
709           </child>
710         </widget>
711
712         <widget>
713           <class>GtkButton</class>
714           <name>button46</name>
715           <sensitive>False</sensitive>
716           <can_default>True</can_default>
717           <label>Modify Account</label>
718           <relief>GTK_RELIEF_NORMAL</relief>
719           <child>
720             <left_attach>1</left_attach>
721             <right_attach>2</right_attach>
722             <top_attach>0</top_attach>
723             <bottom_attach>1</bottom_attach>
724             <xpad>0</xpad>
725             <ypad>0</ypad>
726             <xexpand>False</xexpand>
727             <yexpand>False</yexpand>
728             <xshrink>False</xshrink>
729             <yshrink>False</yshrink>
730             <xfill>True</xfill>
731             <yfill>False</yfill>
732           </child>
733         </widget>
734
735         <widget>
736           <class>GtkButton</class>
737           <name>LogOnButton</name>
738           <can_default>True</can_default>
739           <has_default>True</has_default>
740           <can_focus>True</can_focus>
741           <has_focus>True</has_focus>
742           <signal>
743             <name>clicked</name>
744             <handler>on_LogOnButton_clicked</handler>
745             <last_modification_time>Mon, 28 Jan 2002 04:06:23 GMT</last_modification_time>
746           </signal>
747           <label>Logon</label>
748           <relief>GTK_RELIEF_NORMAL</relief>
749           <child>
750             <left_attach>2</left_attach>
751             <right_attach>3</right_attach>
752             <top_attach>1</top_attach>
753             <bottom_attach>2</bottom_attach>
754             <xpad>0</xpad>
755             <ypad>0</ypad>
756             <xexpand>False</xexpand>
757             <yexpand>False</yexpand>
758             <xshrink>False</xshrink>
759             <yshrink>False</yshrink>
760             <xfill>True</xfill>
761             <yfill>False</yfill>
762           </child>
763         </widget>
764
765         <widget>
766           <class>GtkButton</class>
767           <name>DeleteAccountButton</name>
768           <can_default>True</can_default>
769           <can_focus>True</can_focus>
770           <signal>
771             <name>clicked</name>
772             <handler>on_DeleteAccountButton_clicked</handler>
773             <last_modification_time>Mon, 28 Jan 2002 00:18:22 GMT</last_modification_time>
774           </signal>
775           <label>Delete Account</label>
776           <relief>GTK_RELIEF_NORMAL</relief>
777           <child>
778             <left_attach>2</left_attach>
779             <right_attach>3</right_attach>
780             <top_attach>0</top_attach>
781             <bottom_attach>1</bottom_attach>
782             <xpad>0</xpad>
783             <ypad>0</ypad>
784             <xexpand>False</xexpand>
785             <yexpand>False</yexpand>
786             <xshrink>False</xshrink>
787             <yshrink>False</yshrink>
788             <xfill>True</xfill>
789             <yfill>False</yfill>
790           </child>
791         </widget>
792
793         <widget>
794           <class>GtkButton</class>
795           <name>ConsoleButton</name>
796           <can_default>True</can_default>
797           <can_focus>True</can_focus>
798           <signal>
799             <name>clicked</name>
800             <handler>on_ConsoleButton_clicked</handler>
801             <last_modification_time>Mon, 29 Apr 2002 09:13:32 GMT</last_modification_time>
802           </signal>
803           <label>Console</label>
804           <relief>GTK_RELIEF_NORMAL</relief>
805           <child>
806             <left_attach>1</left_attach>
807             <right_attach>2</right_attach>
808             <top_attach>1</top_attach>
809             <bottom_attach>2</bottom_attach>
810             <xpad>0</xpad>
811             <ypad>0</ypad>
812             <xexpand>False</xexpand>
813             <yexpand>False</yexpand>
814             <xshrink>False</xshrink>
815             <yshrink>False</yshrink>
816             <xfill>True</xfill>
817             <yfill>False</yfill>
818           </child>
819         </widget>
820
821         <widget>
822           <class>GtkButton</class>
823           <name>button75</name>
824           <can_default>True</can_default>
825           <can_focus>True</can_focus>
826           <label>Quit</label>
827           <relief>GTK_RELIEF_NORMAL</relief>
828           <child>
829             <left_attach>0</left_attach>
830             <right_attach>1</right_attach>
831             <top_attach>1</top_attach>
832             <bottom_attach>2</bottom_attach>
833             <xpad>0</xpad>
834             <ypad>0</ypad>
835             <xexpand>True</xexpand>
836             <yexpand>True</yexpand>
837             <xshrink>False</xshrink>
838             <yshrink>False</yshrink>
839             <xfill>True</xfill>
840             <yfill>True</yfill>
841           </child>
842         </widget>
843       </widget>
844     </widget>
845
846     <widget>
847       <class>GtkLabel</class>
848       <child_name>Notebook:tab</child_name>
849       <name>label107</name>
850       <label>Accounts</label>
851       <justify>GTK_JUSTIFY_CENTER</justify>
852       <wrap>False</wrap>
853       <xalign>0.5</xalign>
854       <yalign>0.5</yalign>
855       <xpad>0</xpad>
856       <ypad>0</ypad>
857     </widget>
858   </widget>
859 </widget>
860
861 <widget>
862   <class>GtkWindow</class>
863   <name>UnseenGroupWindow</name>
864   <visible>False</visible>
865   <title>Unseen Group Window</title>
866   <type>GTK_WINDOW_TOPLEVEL</type>
867   <position>GTK_WIN_POS_NONE</position>
868   <modal>False</modal>
869   <allow_shrink>False</allow_shrink>
870   <allow_grow>True</allow_grow>
871   <auto_shrink>False</auto_shrink>
872
873   <widget>
874     <class>GtkVBox</class>
875     <name>GroupChatBox</name>
876     <homogeneous>False</homogeneous>
877     <spacing>0</spacing>
878
879     <widget>
880       <class>GtkHBox</class>
881       <name>hbox5</name>
882       <homogeneous>False</homogeneous>
883       <spacing>0</spacing>
884       <child>
885         <padding>0</padding>
886         <expand>False</expand>
887         <fill>True</fill>
888       </child>
889
890       <widget>
891         <class>GtkEntry</class>
892         <name>TopicEntry</name>
893         <can_focus>True</can_focus>
894         <signal>
895           <name>activate</name>
896           <handler>on_TopicEntry_activate</handler>
897           <last_modification_time>Sat, 23 Feb 2002 02:57:41 GMT</last_modification_time>
898         </signal>
899         <signal>
900           <name>focus_out_event</name>
901           <handler>on_TopicEntry_focus_out_event</handler>
902           <last_modification_time>Sun, 21 Jul 2002 09:36:54 GMT</last_modification_time>
903         </signal>
904         <editable>True</editable>
905         <text_visible>True</text_visible>
906         <text_max_length>0</text_max_length>
907         <text>&lt;TOPIC NOT RECEIVED&gt;</text>
908         <child>
909           <padding>0</padding>
910           <expand>True</expand>
911           <fill>True</fill>
912         </child>
913       </widget>
914
915       <widget>
916         <class>GtkLabel</class>
917         <name>AuthorLabel</name>
918         <label>&lt;nobody&gt;</label>
919         <justify>GTK_JUSTIFY_CENTER</justify>
920         <wrap>False</wrap>
921         <xalign>0.5</xalign>
922         <yalign>0.5</yalign>
923         <xpad>0</xpad>
924         <ypad>0</ypad>
925         <child>
926           <padding>0</padding>
927           <expand>False</expand>
928           <fill>False</fill>
929         </child>
930       </widget>
931
932       <widget>
933         <class>GtkButton</class>
934         <name>HideButton</name>
935         <can_focus>True</can_focus>
936         <signal>
937           <name>clicked</name>
938           <handler>on_HideButton_clicked</handler>
939           <last_modification_time>Tue, 29 Jan 2002 14:10:00 GMT</last_modification_time>
940         </signal>
941         <label>&lt;</label>
942         <relief>GTK_RELIEF_NORMAL</relief>
943         <child>
944           <padding>0</padding>
945           <expand>False</expand>
946           <fill>False</fill>
947         </child>
948       </widget>
949     </widget>
950
951     <widget>
952       <class>GtkVPaned</class>
953       <name>vpaned2</name>
954       <handle_size>10</handle_size>
955       <gutter_size>6</gutter_size>
956       <position>0</position>
957       <child>
958         <padding>0</padding>
959         <expand>True</expand>
960         <fill>True</fill>
961       </child>
962
963       <widget>
964         <class>GtkHPaned</class>
965         <name>GroupHPaned</name>
966         <handle_size>6</handle_size>
967         <gutter_size>6</gutter_size>
968         <child>
969           <shrink>False</shrink>
970           <resize>True</resize>
971         </child>
972
973         <widget>
974           <class>GtkScrolledWindow</class>
975           <name>scrolledwindow4</name>
976           <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
977           <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
978           <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
979           <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
980           <child>
981             <shrink>False</shrink>
982             <resize>True</resize>
983           </child>
984
985           <widget>
986             <class>GtkText</class>
987             <name>GroupOutput</name>
988             <can_focus>True</can_focus>
989             <editable>False</editable>
990             <text></text>
991           </widget>
992         </widget>
993
994         <widget>
995           <class>GtkVBox</class>
996           <name>actionvbox</name>
997           <width>110</width>
998           <homogeneous>False</homogeneous>
999           <spacing>1</spacing>
1000           <child>
1001             <shrink>True</shrink>
1002             <resize>False</resize>
1003           </child>
1004
1005           <widget>
1006             <class>GtkScrolledWindow</class>
1007             <name>scrolledwindow5</name>
1008             <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
1009             <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
1010             <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1011             <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1012             <child>
1013               <padding>0</padding>
1014               <expand>True</expand>
1015               <fill>True</fill>
1016             </child>
1017
1018             <widget>
1019               <class>GtkCList</class>
1020               <name>ParticipantList</name>
1021               <can_focus>True</can_focus>
1022               <signal>
1023                 <name>select_row</name>
1024                 <handler>on_ParticipantList_select_row</handler>
1025                 <last_modification_time>Sat, 13 Jul 2002 08:11:12 GMT</last_modification_time>
1026               </signal>
1027               <signal>
1028                 <name>unselect_row</name>
1029                 <handler>on_ParticipantList_unselect_row</handler>
1030                 <last_modification_time>Sat, 13 Jul 2002 08:23:25 GMT</last_modification_time>
1031               </signal>
1032               <columns>1</columns>
1033               <column_widths>80</column_widths>
1034               <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
1035               <show_titles>False</show_titles>
1036               <shadow_type>GTK_SHADOW_IN</shadow_type>
1037
1038               <widget>
1039                 <class>GtkLabel</class>
1040                 <child_name>CList:title</child_name>
1041                 <name>label18</name>
1042                 <label>Users</label>
1043                 <justify>GTK_JUSTIFY_CENTER</justify>
1044                 <wrap>False</wrap>
1045                 <xalign>0.5</xalign>
1046                 <yalign>0.5</yalign>
1047                 <xpad>0</xpad>
1048                 <ypad>0</ypad>
1049               </widget>
1050             </widget>
1051           </widget>
1052
1053           <widget>
1054             <class>GtkFrame</class>
1055             <name>frame10</name>
1056             <label>Group</label>
1057             <label_xalign>0</label_xalign>
1058             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1059             <child>
1060               <padding>0</padding>
1061               <expand>False</expand>
1062               <fill>False</fill>
1063             </child>
1064
1065             <widget>
1066               <class>GtkVBox</class>
1067               <name>GroupActionsBox</name>
1068               <homogeneous>False</homogeneous>
1069               <spacing>0</spacing>
1070
1071               <widget>
1072                 <class>Placeholder</class>
1073               </widget>
1074
1075               <widget>
1076                 <class>Placeholder</class>
1077               </widget>
1078
1079               <widget>
1080                 <class>Placeholder</class>
1081               </widget>
1082             </widget>
1083           </widget>
1084
1085           <widget>
1086             <class>GtkFrame</class>
1087             <name>PersonFrame</name>
1088             <label>Person</label>
1089             <label_xalign>0</label_xalign>
1090             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1091             <child>
1092               <padding>0</padding>
1093               <expand>False</expand>
1094               <fill>False</fill>
1095             </child>
1096
1097             <widget>
1098               <class>GtkVBox</class>
1099               <name>PersonActionsBox</name>
1100               <homogeneous>False</homogeneous>
1101               <spacing>0</spacing>
1102
1103               <widget>
1104                 <class>Placeholder</class>
1105               </widget>
1106
1107               <widget>
1108                 <class>Placeholder</class>
1109               </widget>
1110
1111               <widget>
1112                 <class>Placeholder</class>
1113               </widget>
1114             </widget>
1115           </widget>
1116         </widget>
1117       </widget>
1118
1119       <widget>
1120         <class>GtkHBox</class>
1121         <name>hbox6</name>
1122         <homogeneous>False</homogeneous>
1123         <spacing>0</spacing>
1124         <child>
1125           <shrink>True</shrink>
1126           <resize>False</resize>
1127         </child>
1128
1129         <widget>
1130           <class>GtkLabel</class>
1131           <name>NickLabel</name>
1132           <label>&lt;no nick&gt;</label>
1133           <justify>GTK_JUSTIFY_CENTER</justify>
1134           <wrap>False</wrap>
1135           <xalign>0.5</xalign>
1136           <yalign>0.5</yalign>
1137           <xpad>0</xpad>
1138           <ypad>0</ypad>
1139           <child>
1140             <padding>4</padding>
1141             <expand>False</expand>
1142             <fill>False</fill>
1143           </child>
1144         </widget>
1145
1146         <widget>
1147           <class>GtkScrolledWindow</class>
1148           <name>scrolledwindow9</name>
1149           <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
1150           <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
1151           <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1152           <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1153           <child>
1154             <padding>0</padding>
1155             <expand>True</expand>
1156             <fill>True</fill>
1157           </child>
1158
1159           <widget>
1160             <class>GtkText</class>
1161             <name>GroupInput</name>
1162             <can_focus>True</can_focus>
1163             <has_focus>True</has_focus>
1164             <signal>
1165               <name>key_press_event</name>
1166               <handler>handle_key_press_event</handler>
1167               <last_modification_time>Tue, 29 Jan 2002 12:41:03 GMT</last_modification_time>
1168             </signal>
1169             <editable>True</editable>
1170             <text></text>
1171           </widget>
1172         </widget>
1173       </widget>
1174     </widget>
1175   </widget>
1176 </widget>
1177
1178 <widget>
1179   <class>GtkWindow</class>
1180   <name>NewAccountWindow</name>
1181   <border_width>3</border_width>
1182   <visible>False</visible>
1183   <signal>
1184     <name>destroy</name>
1185     <handler>on_NewAccountWindow_destroy</handler>
1186     <last_modification_time>Sun, 27 Jan 2002 10:35:19 GMT</last_modification_time>
1187   </signal>
1188   <title>New Account</title>
1189   <type>GTK_WINDOW_TOPLEVEL</type>
1190   <position>GTK_WIN_POS_NONE</position>
1191   <modal>False</modal>
1192   <allow_shrink>False</allow_shrink>
1193   <allow_grow>True</allow_grow>
1194   <auto_shrink>True</auto_shrink>
1195
1196   <widget>
1197     <class>GtkVBox</class>
1198     <name>vbox17</name>
1199     <homogeneous>False</homogeneous>
1200     <spacing>0</spacing>
1201
1202     <widget>
1203       <class>GtkHBox</class>
1204       <name>hbox11</name>
1205       <homogeneous>False</homogeneous>
1206       <spacing>0</spacing>
1207       <child>
1208         <padding>3</padding>
1209         <expand>False</expand>
1210         <fill>True</fill>
1211       </child>
1212
1213       <widget>
1214         <class>GtkLabel</class>
1215         <name>label49</name>
1216         <label>Gateway:</label>
1217         <justify>GTK_JUSTIFY_CENTER</justify>
1218         <wrap>False</wrap>
1219         <xalign>0.5</xalign>
1220         <yalign>0.5</yalign>
1221         <xpad>0</xpad>
1222         <ypad>0</ypad>
1223         <child>
1224           <padding>0</padding>
1225           <expand>False</expand>
1226           <fill>True</fill>
1227         </child>
1228       </widget>
1229
1230       <widget>
1231         <class>GtkOptionMenu</class>
1232         <name>GatewayOptionMenu</name>
1233         <can_focus>True</can_focus>
1234         <items>Twisted (Perspective Broker)
1235 Internet Relay Chat
1236 AIM (TOC)
1237 AIM (OSCAR)
1238 </items>
1239         <initial_choice>0</initial_choice>
1240         <child>
1241           <padding>4</padding>
1242           <expand>True</expand>
1243           <fill>True</fill>
1244         </child>
1245       </widget>
1246     </widget>
1247
1248     <widget>
1249       <class>GtkFrame</class>
1250       <name>GatewayFrame</name>
1251       <border_width>3</border_width>
1252       <label>Gateway Options</label>
1253       <label_xalign>0</label_xalign>
1254       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1255       <child>
1256         <padding>0</padding>
1257         <expand>True</expand>
1258         <fill>True</fill>
1259       </child>
1260
1261       <widget>
1262         <class>Placeholder</class>
1263       </widget>
1264     </widget>
1265
1266     <widget>
1267       <class>GtkFrame</class>
1268       <name>frame2</name>
1269       <border_width>3</border_width>
1270       <label>Standard Options</label>
1271       <label_xalign>0</label_xalign>
1272       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1273       <child>
1274         <padding>0</padding>
1275         <expand>False</expand>
1276         <fill>True</fill>
1277       </child>
1278
1279       <widget>
1280         <class>GtkTable</class>
1281         <name>table1</name>
1282         <border_width>3</border_width>
1283         <rows>2</rows>
1284         <columns>2</columns>
1285         <homogeneous>False</homogeneous>
1286         <row_spacing>0</row_spacing>
1287         <column_spacing>0</column_spacing>
1288
1289         <widget>
1290           <class>GtkCheckButton</class>
1291           <name>AutoLogin</name>
1292           <can_focus>True</can_focus>
1293           <label>Automatically Log In</label>
1294           <active>False</active>
1295           <draw_indicator>True</draw_indicator>
1296           <child>
1297             <left_attach>1</left_attach>
1298             <right_attach>2</right_attach>
1299             <top_attach>0</top_attach>
1300             <bottom_attach>1</bottom_attach>
1301             <xpad>0</xpad>
1302             <ypad>0</ypad>
1303             <xexpand>True</xexpand>
1304             <yexpand>True</yexpand>
1305             <xshrink>False</xshrink>
1306             <yshrink>False</yshrink>
1307             <xfill>True</xfill>
1308             <yfill>False</yfill>
1309           </child>
1310         </widget>
1311
1312         <widget>
1313           <class>GtkEntry</class>
1314           <name>accountName</name>
1315           <can_focus>True</can_focus>
1316           <editable>True</editable>
1317           <text_visible>True</text_visible>
1318           <text_max_length>0</text_max_length>
1319           <text></text>
1320           <child>
1321             <left_attach>1</left_attach>
1322             <right_attach>2</right_attach>
1323             <top_attach>1</top_attach>
1324             <bottom_attach>2</bottom_attach>
1325             <xpad>0</xpad>
1326             <ypad>0</ypad>
1327             <xexpand>True</xexpand>
1328             <yexpand>True</yexpand>
1329             <xshrink>False</xshrink>
1330             <yshrink>False</yshrink>
1331             <xfill>True</xfill>
1332             <yfill>False</yfill>
1333           </child>
1334         </widget>
1335
1336         <widget>
1337           <class>GtkLabel</class>
1338           <name>label50</name>
1339           <label>   Auto-Login: </label>
1340           <justify>GTK_JUSTIFY_RIGHT</justify>
1341           <wrap>False</wrap>
1342           <xalign>0</xalign>
1343           <yalign>0.5</yalign>
1344           <xpad>0</xpad>
1345           <ypad>0</ypad>
1346           <child>
1347             <left_attach>0</left_attach>
1348             <right_attach>1</right_attach>
1349             <top_attach>0</top_attach>
1350             <bottom_attach>1</bottom_attach>
1351             <xpad>0</xpad>
1352             <ypad>0</ypad>
1353             <xexpand>False</xexpand>
1354             <yexpand>True</yexpand>
1355             <xshrink>False</xshrink>
1356             <yshrink>False</yshrink>
1357             <xfill>True</xfill>
1358             <yfill>True</yfill>
1359           </child>
1360         </widget>
1361
1362         <widget>
1363           <class>GtkLabel</class>
1364           <name>label51</name>
1365           <label>Account Name: </label>
1366           <justify>GTK_JUSTIFY_RIGHT</justify>
1367           <wrap>False</wrap>
1368           <xalign>0</xalign>
1369           <yalign>0.5</yalign>
1370           <xpad>0</xpad>
1371           <ypad>0</ypad>
1372           <child>
1373             <left_attach>0</left_attach>
1374             <right_attach>1</right_attach>
1375             <top_attach>1</top_attach>
1376             <bottom_attach>2</bottom_attach>
1377             <xpad>0</xpad>
1378             <ypad>0</ypad>
1379             <xexpand>False</xexpand>
1380             <yexpand>True</yexpand>
1381             <xshrink>False</xshrink>
1382             <yshrink>False</yshrink>
1383             <xfill>True</xfill>
1384             <yfill>True</yfill>
1385           </child>
1386         </widget>
1387       </widget>
1388     </widget>
1389
1390     <widget>
1391       <class>GtkHButtonBox</class>
1392       <name>hbuttonbox2</name>
1393       <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
1394       <spacing>30</spacing>
1395       <child_min_width>85</child_min_width>
1396       <child_min_height>27</child_min_height>
1397       <child_ipad_x>7</child_ipad_x>
1398       <child_ipad_y>0</child_ipad_y>
1399       <child>
1400         <padding>0</padding>
1401         <expand>False</expand>
1402         <fill>True</fill>
1403       </child>
1404
1405       <widget>
1406         <class>GtkButton</class>
1407         <name>button50</name>
1408         <can_default>True</can_default>
1409         <can_focus>True</can_focus>
1410         <signal>
1411           <name>clicked</name>
1412           <handler>createAccount</handler>
1413           <last_modification_time>Sun, 27 Jan 2002 11:25:05 GMT</last_modification_time>
1414         </signal>
1415         <label>OK</label>
1416         <relief>GTK_RELIEF_NORMAL</relief>
1417       </widget>
1418
1419       <widget>
1420         <class>GtkButton</class>
1421         <name>button51</name>
1422         <can_default>True</can_default>
1423         <can_focus>True</can_focus>
1424         <signal>
1425           <name>clicked</name>
1426           <handler>destroyMe</handler>
1427           <last_modification_time>Sun, 27 Jan 2002 11:27:12 GMT</last_modification_time>
1428         </signal>
1429         <label>Cancel</label>
1430         <relief>GTK_RELIEF_NORMAL</relief>
1431       </widget>
1432     </widget>
1433   </widget>
1434 </widget>
1435
1436 <widget>
1437   <class>GtkWindow</class>
1438   <name>PBAccountWindow</name>
1439   <visible>False</visible>
1440   <title>PB Account Window</title>
1441   <type>GTK_WINDOW_TOPLEVEL</type>
1442   <position>GTK_WIN_POS_NONE</position>
1443   <modal>False</modal>
1444   <allow_shrink>False</allow_shrink>
1445   <allow_grow>True</allow_grow>
1446   <auto_shrink>False</auto_shrink>
1447
1448   <widget>
1449     <class>GtkVBox</class>
1450     <name>PBAccountWidget</name>
1451     <border_width>4</border_width>
1452     <homogeneous>False</homogeneous>
1453     <spacing>0</spacing>
1454
1455     <widget>
1456       <class>GtkTable</class>
1457       <name>table3</name>
1458       <rows>4</rows>
1459       <columns>2</columns>
1460       <homogeneous>False</homogeneous>
1461       <row_spacing>0</row_spacing>
1462       <column_spacing>0</column_spacing>
1463       <child>
1464         <padding>0</padding>
1465         <expand>False</expand>
1466         <fill>True</fill>
1467       </child>
1468
1469       <widget>
1470         <class>GtkEntry</class>
1471         <name>hostname</name>
1472         <can_focus>True</can_focus>
1473         <editable>True</editable>
1474         <text_visible>True</text_visible>
1475         <text_max_length>0</text_max_length>
1476         <text>twistedmatrix.com</text>
1477         <child>
1478           <left_attach>1</left_attach>
1479           <right_attach>2</right_attach>
1480           <top_attach>2</top_attach>
1481           <bottom_attach>3</bottom_attach>
1482           <xpad>0</xpad>
1483           <ypad>0</ypad>
1484           <xexpand>True</xexpand>
1485           <yexpand>False</yexpand>
1486           <xshrink>False</xshrink>
1487           <yshrink>False</yshrink>
1488           <xfill>True</xfill>
1489           <yfill>False</yfill>
1490         </child>
1491       </widget>
1492
1493       <widget>
1494         <class>GtkEntry</class>
1495         <name>identity</name>
1496         <can_focus>True</can_focus>
1497         <has_focus>True</has_focus>
1498         <signal>
1499           <name>changed</name>
1500           <handler>on_identity_changed</handler>
1501           <last_modification_time>Sun, 27 Jan 2002 11:52:17 GMT</last_modification_time>
1502         </signal>
1503         <editable>True</editable>
1504         <text_visible>True</text_visible>
1505         <text_max_length>0</text_max_length>
1506         <text></text>
1507         <child>
1508           <left_attach>1</left_attach>
1509           <right_attach>2</right_attach>
1510           <top_attach>0</top_attach>
1511           <bottom_attach>1</bottom_attach>
1512           <xpad>0</xpad>
1513           <ypad>0</ypad>
1514           <xexpand>True</xexpand>
1515           <yexpand>False</yexpand>
1516           <xshrink>False</xshrink>
1517           <yshrink>False</yshrink>
1518           <xfill>True</xfill>
1519           <yfill>False</yfill>
1520         </child>
1521       </widget>
1522
1523       <widget>
1524         <class>GtkLabel</class>
1525         <name>label52</name>
1526         <label>     Hostname: </label>
1527         <justify>GTK_JUSTIFY_RIGHT</justify>
1528         <wrap>False</wrap>
1529         <xalign>0</xalign>
1530         <yalign>0.5</yalign>
1531         <xpad>0</xpad>
1532         <ypad>0</ypad>
1533         <child>
1534           <left_attach>0</left_attach>
1535           <right_attach>1</right_attach>
1536           <top_attach>2</top_attach>
1537           <bottom_attach>3</bottom_attach>
1538           <xpad>0</xpad>
1539           <ypad>0</ypad>
1540           <xexpand>False</xexpand>
1541           <yexpand>False</yexpand>
1542           <xshrink>False</xshrink>
1543           <yshrink>False</yshrink>
1544           <xfill>True</xfill>
1545           <yfill>False</yfill>
1546         </child>
1547       </widget>
1548
1549       <widget>
1550         <class>GtkLabel</class>
1551         <name>label54</name>
1552         <label>Identity Name: </label>
1553         <justify>GTK_JUSTIFY_RIGHT</justify>
1554         <wrap>False</wrap>
1555         <xalign>0</xalign>
1556         <yalign>0.5</yalign>
1557         <xpad>0</xpad>
1558         <ypad>0</ypad>
1559         <child>
1560           <left_attach>0</left_attach>
1561           <right_attach>1</right_attach>
1562           <top_attach>0</top_attach>
1563           <bottom_attach>1</bottom_attach>
1564           <xpad>0</xpad>
1565           <ypad>0</ypad>
1566           <xexpand>False</xexpand>
1567           <yexpand>False</yexpand>
1568           <xshrink>False</xshrink>
1569           <yshrink>False</yshrink>
1570           <xfill>True</xfill>
1571           <yfill>False</yfill>
1572         </child>
1573       </widget>
1574
1575       <widget>
1576         <class>GtkEntry</class>
1577         <name>password</name>
1578         <can_focus>True</can_focus>
1579         <editable>True</editable>
1580         <text_visible>False</text_visible>
1581         <text_max_length>0</text_max_length>
1582         <text></text>
1583         <child>
1584           <left_attach>1</left_attach>
1585           <right_attach>2</right_attach>
1586           <top_attach>1</top_attach>
1587           <bottom_attach>2</bottom_attach>
1588           <xpad>0</xpad>
1589           <ypad>0</ypad>
1590           <xexpand>True</xexpand>
1591           <yexpand>False</yexpand>
1592           <xshrink>False</xshrink>
1593           <yshrink>False</yshrink>
1594           <xfill>True</xfill>
1595           <yfill>False</yfill>
1596         </child>
1597       </widget>
1598
1599       <widget>
1600         <class>GtkEntry</class>
1601         <name>portno</name>
1602         <can_focus>True</can_focus>
1603         <editable>True</editable>
1604         <text_visible>True</text_visible>
1605         <text_max_length>0</text_max_length>
1606         <text>8787</text>
1607         <child>
1608           <left_attach>1</left_attach>
1609           <right_attach>2</right_attach>
1610           <top_attach>3</top_attach>
1611           <bottom_attach>4</bottom_attach>
1612           <xpad>0</xpad>
1613           <ypad>0</ypad>
1614           <xexpand>True</xexpand>
1615           <yexpand>False</yexpand>
1616           <xshrink>False</xshrink>
1617           <yshrink>False</yshrink>
1618           <xfill>True</xfill>
1619           <yfill>False</yfill>
1620         </child>
1621       </widget>
1622
1623       <widget>
1624         <class>GtkLabel</class>
1625         <name>label55</name>
1626         <label>     Password: </label>
1627         <justify>GTK_JUSTIFY_RIGHT</justify>
1628         <wrap>False</wrap>
1629         <xalign>0</xalign>
1630         <yalign>0.5</yalign>
1631         <xpad>0</xpad>
1632         <ypad>0</ypad>
1633         <child>
1634           <left_attach>0</left_attach>
1635           <right_attach>1</right_attach>
1636           <top_attach>1</top_attach>
1637           <bottom_attach>2</bottom_attach>
1638           <xpad>0</xpad>
1639           <ypad>0</ypad>
1640           <xexpand>False</xexpand>
1641           <yexpand>False</yexpand>
1642           <xshrink>False</xshrink>
1643           <yshrink>False</yshrink>
1644           <xfill>True</xfill>
1645           <yfill>False</yfill>
1646         </child>
1647       </widget>
1648
1649       <widget>
1650         <class>GtkLabel</class>
1651         <name>label53</name>
1652         <label>  Port Number: </label>
1653         <justify>GTK_JUSTIFY_RIGHT</justify>
1654         <wrap>False</wrap>
1655         <xalign>0</xalign>
1656         <yalign>0.5</yalign>
1657         <xpad>0</xpad>
1658         <ypad>0</ypad>
1659         <child>
1660           <left_attach>0</left_attach>
1661           <right_attach>1</right_attach>
1662           <top_attach>3</top_attach>
1663           <bottom_attach>4</bottom_attach>
1664           <xpad>0</xpad>
1665           <ypad>0</ypad>
1666           <xexpand>False</xexpand>
1667           <yexpand>False</yexpand>
1668           <xshrink>False</xshrink>
1669           <yshrink>False</yshrink>
1670           <xfill>True</xfill>
1671           <yfill>False</yfill>
1672         </child>
1673       </widget>
1674     </widget>
1675
1676     <widget>
1677       <class>GtkFrame</class>
1678       <name>frame3</name>
1679       <label>Perspectives</label>
1680       <label_xalign>0</label_xalign>
1681       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1682       <child>
1683         <padding>0</padding>
1684         <expand>True</expand>
1685         <fill>True</fill>
1686       </child>
1687
1688       <widget>
1689         <class>GtkVBox</class>
1690         <name>vbox19</name>
1691         <border_width>3</border_width>
1692         <homogeneous>False</homogeneous>
1693         <spacing>0</spacing>
1694
1695         <widget>
1696           <class>GtkScrolledWindow</class>
1697           <name>scrolledwindow13</name>
1698           <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
1699           <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
1700           <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1701           <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1702           <child>
1703             <padding>0</padding>
1704             <expand>True</expand>
1705             <fill>True</fill>
1706           </child>
1707
1708           <widget>
1709             <class>GtkCList</class>
1710             <name>serviceList</name>
1711             <can_focus>True</can_focus>
1712             <signal>
1713               <name>select_row</name>
1714               <handler>on_serviceList_select_row</handler>
1715               <last_modification_time>Sun, 27 Jan 2002 12:04:38 GMT</last_modification_time>
1716             </signal>
1717             <columns>3</columns>
1718             <column_widths>80,80,80</column_widths>
1719             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
1720             <show_titles>True</show_titles>
1721             <shadow_type>GTK_SHADOW_IN</shadow_type>
1722
1723             <widget>
1724               <class>GtkLabel</class>
1725               <child_name>CList:title</child_name>
1726               <name>label60</name>
1727               <label>Service Type</label>
1728               <justify>GTK_JUSTIFY_CENTER</justify>
1729               <wrap>False</wrap>
1730               <xalign>0.5</xalign>
1731               <yalign>0.5</yalign>
1732               <xpad>0</xpad>
1733               <ypad>0</ypad>
1734             </widget>
1735
1736             <widget>
1737               <class>GtkLabel</class>
1738               <child_name>CList:title</child_name>
1739               <name>label61</name>
1740               <label>Service Name</label>
1741               <justify>GTK_JUSTIFY_CENTER</justify>
1742               <wrap>False</wrap>
1743               <xalign>0.5</xalign>
1744               <yalign>0.5</yalign>
1745               <xpad>0</xpad>
1746               <ypad>0</ypad>
1747             </widget>
1748
1749             <widget>
1750               <class>GtkLabel</class>
1751               <child_name>CList:title</child_name>
1752               <name>label62</name>
1753               <label>Perspective Name</label>
1754               <justify>GTK_JUSTIFY_CENTER</justify>
1755               <wrap>False</wrap>
1756               <xalign>0.5</xalign>
1757               <yalign>0.5</yalign>
1758               <xpad>0</xpad>
1759               <ypad>0</ypad>
1760             </widget>
1761           </widget>
1762         </widget>
1763
1764         <widget>
1765           <class>GtkTable</class>
1766           <name>table4</name>
1767           <rows>3</rows>
1768           <columns>2</columns>
1769           <homogeneous>False</homogeneous>
1770           <row_spacing>0</row_spacing>
1771           <column_spacing>0</column_spacing>
1772           <child>
1773             <padding>0</padding>
1774             <expand>False</expand>
1775             <fill>True</fill>
1776           </child>
1777
1778           <widget>
1779             <class>GtkLabel</class>
1780             <name>label63</name>
1781             <label>Perspective Name: </label>
1782             <justify>GTK_JUSTIFY_RIGHT</justify>
1783             <wrap>False</wrap>
1784             <xalign>0</xalign>
1785             <yalign>0.5</yalign>
1786             <xpad>0</xpad>
1787             <ypad>0</ypad>
1788             <child>
1789               <left_attach>0</left_attach>
1790               <right_attach>1</right_attach>
1791               <top_attach>2</top_attach>
1792               <bottom_attach>3</bottom_attach>
1793               <xpad>0</xpad>
1794               <ypad>0</ypad>
1795               <xexpand>False</xexpand>
1796               <yexpand>False</yexpand>
1797               <xshrink>False</xshrink>
1798               <yshrink>False</yshrink>
1799               <xfill>True</xfill>
1800               <yfill>False</yfill>
1801             </child>
1802           </widget>
1803
1804           <widget>
1805             <class>GtkLabel</class>
1806             <name>label59</name>
1807             <label>    Service Type: </label>
1808             <justify>GTK_JUSTIFY_RIGHT</justify>
1809             <wrap>False</wrap>
1810             <xalign>0</xalign>
1811             <yalign>0.5</yalign>
1812             <xpad>0</xpad>
1813             <ypad>0</ypad>
1814             <child>
1815               <left_attach>0</left_attach>
1816               <right_attach>1</right_attach>
1817               <top_attach>0</top_attach>
1818               <bottom_attach>1</bottom_attach>
1819               <xpad>0</xpad>
1820               <ypad>0</ypad>
1821               <xexpand>False</xexpand>
1822               <yexpand>False</yexpand>
1823               <xshrink>False</xshrink>
1824               <yshrink>False</yshrink>
1825               <xfill>True</xfill>
1826               <yfill>False</yfill>
1827             </child>
1828           </widget>
1829
1830           <widget>
1831             <class>GtkCombo</class>
1832             <name>serviceCombo</name>
1833             <value_in_list>False</value_in_list>
1834             <ok_if_empty>True</ok_if_empty>
1835             <case_sensitive>False</case_sensitive>
1836             <use_arrows>True</use_arrows>
1837             <use_arrows_always>False</use_arrows_always>
1838             <items>twisted.words
1839 twisted.reality
1840 twisted.manhole
1841 </items>
1842             <child>
1843               <left_attach>1</left_attach>
1844               <right_attach>2</right_attach>
1845               <top_attach>0</top_attach>
1846               <bottom_attach>1</bottom_attach>
1847               <xpad>0</xpad>
1848               <ypad>0</ypad>
1849               <xexpand>True</xexpand>
1850               <yexpand>False</yexpand>
1851               <xshrink>False</xshrink>
1852               <yshrink>False</yshrink>
1853               <xfill>True</xfill>
1854               <yfill>False</yfill>
1855             </child>
1856
1857             <widget>
1858               <class>GtkEntry</class>
1859               <child_name>GtkCombo:entry</child_name>
1860               <name>serviceType</name>
1861               <can_focus>True</can_focus>
1862               <signal>
1863                 <name>changed</name>
1864                 <handler>on_serviceType_changed</handler>
1865                 <last_modification_time>Sun, 27 Jan 2002 11:49:07 GMT</last_modification_time>
1866               </signal>
1867               <editable>True</editable>
1868               <text_visible>True</text_visible>
1869               <text_max_length>0</text_max_length>
1870               <text>twisted.words</text>
1871             </widget>
1872           </widget>
1873
1874           <widget>
1875             <class>GtkLabel</class>
1876             <name>label64</name>
1877             <label>    Service Name: </label>
1878             <justify>GTK_JUSTIFY_RIGHT</justify>
1879             <wrap>False</wrap>
1880             <xalign>0</xalign>
1881             <yalign>0.5</yalign>
1882             <xpad>0</xpad>
1883             <ypad>0</ypad>
1884             <child>
1885               <left_attach>0</left_attach>
1886               <right_attach>1</right_attach>
1887               <top_attach>1</top_attach>
1888               <bottom_attach>2</bottom_attach>
1889               <xpad>0</xpad>
1890               <ypad>0</ypad>
1891               <xexpand>False</xexpand>
1892               <yexpand>False</yexpand>
1893               <xshrink>False</xshrink>
1894               <yshrink>False</yshrink>
1895               <xfill>True</xfill>
1896               <yfill>False</yfill>
1897             </child>
1898           </widget>
1899
1900           <widget>
1901             <class>GtkEntry</class>
1902             <name>serviceName</name>
1903             <can_focus>True</can_focus>
1904             <editable>True</editable>
1905             <text_visible>True</text_visible>
1906             <text_max_length>0</text_max_length>
1907             <text></text>
1908             <child>
1909               <left_attach>1</left_attach>
1910               <right_attach>2</right_attach>
1911               <top_attach>1</top_attach>
1912               <bottom_attach>2</bottom_attach>
1913               <xpad>0</xpad>
1914               <ypad>0</ypad>
1915               <xexpand>True</xexpand>
1916               <yexpand>False</yexpand>
1917               <xshrink>False</xshrink>
1918               <yshrink>False</yshrink>
1919               <xfill>True</xfill>
1920               <yfill>False</yfill>
1921             </child>
1922           </widget>
1923
1924           <widget>
1925             <class>GtkEntry</class>
1926             <name>perspectiveName</name>
1927             <can_focus>True</can_focus>
1928             <editable>True</editable>
1929             <text_visible>True</text_visible>
1930             <text_max_length>0</text_max_length>
1931             <text></text>
1932             <child>
1933               <left_attach>1</left_attach>
1934               <right_attach>2</right_attach>
1935               <top_attach>2</top_attach>
1936               <bottom_attach>3</bottom_attach>
1937               <xpad>0</xpad>
1938               <ypad>0</ypad>
1939               <xexpand>True</xexpand>
1940               <yexpand>False</yexpand>
1941               <xshrink>False</xshrink>
1942               <yshrink>False</yshrink>
1943               <xfill>True</xfill>
1944               <yfill>False</yfill>
1945             </child>
1946           </widget>
1947         </widget>
1948
1949         <widget>
1950           <class>GtkHBox</class>
1951           <name>hbox13</name>
1952           <homogeneous>False</homogeneous>
1953           <spacing>0</spacing>
1954           <child>
1955             <padding>0</padding>
1956             <expand>False</expand>
1957             <fill>True</fill>
1958           </child>
1959
1960           <widget>
1961             <class>GtkButton</class>
1962             <name>button53</name>
1963             <can_focus>True</can_focus>
1964             <signal>
1965               <name>clicked</name>
1966               <handler>addPerspective</handler>
1967               <last_modification_time>Mon, 28 Jan 2002 01:07:15 GMT</last_modification_time>
1968             </signal>
1969             <label> Add Perspective </label>
1970             <relief>GTK_RELIEF_NORMAL</relief>
1971             <child>
1972               <padding>0</padding>
1973               <expand>True</expand>
1974               <fill>False</fill>
1975             </child>
1976           </widget>
1977
1978           <widget>
1979             <class>GtkButton</class>
1980             <name>button54</name>
1981             <can_focus>True</can_focus>
1982             <signal>
1983               <name>clicked</name>
1984               <handler>removePerspective</handler>
1985               <last_modification_time>Sun, 27 Jan 2002 11:34:36 GMT</last_modification_time>
1986             </signal>
1987             <label>Remove Perspective</label>
1988             <relief>GTK_RELIEF_NORMAL</relief>
1989             <child>
1990               <padding>0</padding>
1991               <expand>True</expand>
1992               <fill>False</fill>
1993             </child>
1994           </widget>
1995         </widget>
1996       </widget>
1997     </widget>
1998   </widget>
1999 </widget>
2000
2001 <widget>
2002   <class>GtkWindow</class>
2003   <name>IRCAccountWindow</name>
2004   <title>IRC Account Window</title>
2005   <type>GTK_WINDOW_TOPLEVEL</type>
2006   <position>GTK_WIN_POS_NONE</position>
2007   <modal>False</modal>
2008   <allow_shrink>False</allow_shrink>
2009   <allow_grow>True</allow_grow>
2010   <auto_shrink>False</auto_shrink>
2011
2012   <widget>
2013     <class>GtkTable</class>
2014     <name>IRCAccountWidget</name>
2015     <rows>5</rows>
2016     <columns>2</columns>
2017     <homogeneous>False</homogeneous>
2018     <row_spacing>0</row_spacing>
2019     <column_spacing>0</column_spacing>
2020
2021     <widget>
2022       <class>GtkLabel</class>
2023       <name>label65</name>
2024       <label> Nickname: </label>
2025       <justify>GTK_JUSTIFY_RIGHT</justify>
2026       <wrap>False</wrap>
2027       <xalign>0</xalign>
2028       <yalign>0.5</yalign>
2029       <xpad>0</xpad>
2030       <ypad>0</ypad>
2031       <child>
2032         <left_attach>0</left_attach>
2033         <right_attach>1</right_attach>
2034         <top_attach>0</top_attach>
2035         <bottom_attach>1</bottom_attach>
2036         <xpad>0</xpad>
2037         <ypad>0</ypad>
2038         <xexpand>False</xexpand>
2039         <yexpand>False</yexpand>
2040         <xshrink>False</xshrink>
2041         <yshrink>False</yshrink>
2042         <xfill>True</xfill>
2043         <yfill>False</yfill>
2044       </child>
2045     </widget>
2046
2047     <widget>
2048       <class>GtkLabel</class>
2049       <name>label66</name>
2050       <label>   Server: </label>
2051       <justify>GTK_JUSTIFY_RIGHT</justify>
2052       <wrap>False</wrap>
2053       <xalign>0</xalign>
2054       <yalign>0.5</yalign>
2055       <xpad>0</xpad>
2056       <ypad>0</ypad>
2057       <child>
2058         <left_attach>0</left_attach>
2059         <right_attach>1</right_attach>
2060         <top_attach>1</top_attach>
2061         <bottom_attach>2</bottom_attach>
2062         <xpad>0</xpad>
2063         <ypad>0</ypad>
2064         <xexpand>False</xexpand>
2065         <yexpand>False</yexpand>
2066         <xshrink>False</xshrink>
2067         <yshrink>False</yshrink>
2068         <xfill>True</xfill>
2069         <yfill>False</yfill>
2070       </child>
2071     </widget>
2072
2073     <widget>
2074       <class>GtkLabel</class>
2075       <name>label67</name>
2076       <label>     Port: </label>
2077       <justify>GTK_JUSTIFY_RIGHT</justify>
2078       <wrap>False</wrap>
2079       <xalign>0</xalign>
2080       <yalign>0.5</yalign>
2081       <xpad>0</xpad>
2082       <ypad>0</ypad>
2083       <child>
2084         <left_attach>0</left_attach>
2085         <right_attach>1</right_attach>
2086         <top_attach>2</top_attach>
2087         <bottom_attach>3</bottom_attach>
2088         <xpad>0</xpad>
2089         <ypad>0</ypad>
2090         <xexpand>False</xexpand>
2091         <yexpand>False</yexpand>
2092         <xshrink>False</xshrink>
2093         <yshrink>False</yshrink>
2094         <xfill>True</xfill>
2095         <yfill>False</yfill>
2096       </child>
2097     </widget>
2098
2099     <widget>
2100       <class>GtkLabel</class>
2101       <name>label68</name>
2102       <label> Channels: </label>
2103       <justify>GTK_JUSTIFY_RIGHT</justify>
2104       <wrap>False</wrap>
2105       <xalign>0</xalign>
2106       <yalign>0.5</yalign>
2107       <xpad>0</xpad>
2108       <ypad>0</ypad>
2109       <child>
2110         <left_attach>0</left_attach>
2111         <right_attach>1</right_attach>
2112         <top_attach>3</top_attach>
2113         <bottom_attach>4</bottom_attach>
2114         <xpad>0</xpad>
2115         <ypad>0</ypad>
2116         <xexpand>False</xexpand>
2117         <yexpand>False</yexpand>
2118         <xshrink>False</xshrink>
2119         <yshrink>False</yshrink>
2120         <xfill>True</xfill>
2121         <yfill>False</yfill>
2122       </child>
2123     </widget>
2124
2125     <widget>
2126       <class>GtkLabel</class>
2127       <name>label69</name>
2128       <label> Password: </label>
2129       <justify>GTK_JUSTIFY_RIGHT</justify>
2130       <wrap>False</wrap>
2131       <xalign>0</xalign>
2132       <yalign>0.5</yalign>
2133       <xpad>0</xpad>
2134       <ypad>0</ypad>
2135       <child>
2136         <left_attach>0</left_attach>
2137         <right_attach>1</right_attach>
2138         <top_attach>4</top_attach>
2139         <bottom_attach>5</bottom_attach>
2140         <xpad>0</xpad>
2141         <ypad>0</ypad>
2142         <xexpand>False</xexpand>
2143         <yexpand>False</yexpand>
2144         <xshrink>False</xshrink>
2145         <yshrink>False</yshrink>
2146         <xfill>True</xfill>
2147         <yfill>False</yfill>
2148       </child>
2149     </widget>
2150
2151     <widget>
2152       <class>GtkEntry</class>
2153       <name>ircNick</name>
2154       <can_focus>True</can_focus>
2155       <editable>True</editable>
2156       <text_visible>True</text_visible>
2157       <text_max_length>0</text_max_length>
2158       <text></text>
2159       <child>
2160         <left_attach>1</left_attach>
2161         <right_attach>2</right_attach>
2162         <top_attach>0</top_attach>
2163         <bottom_attach>1</bottom_attach>
2164         <xpad>0</xpad>
2165         <ypad>0</ypad>
2166         <xexpand>True</xexpand>
2167         <yexpand>False</yexpand>
2168         <xshrink>False</xshrink>
2169         <yshrink>False</yshrink>
2170         <xfill>True</xfill>
2171         <yfill>False</yfill>
2172       </child>
2173     </widget>
2174
2175     <widget>
2176       <class>GtkEntry</class>
2177       <name>ircServer</name>
2178       <can_focus>True</can_focus>
2179       <editable>True</editable>
2180       <text_visible>True</text_visible>
2181       <text_max_length>0</text_max_length>
2182       <text></text>
2183       <child>
2184         <left_attach>1</left_attach>
2185         <right_attach>2</right_attach>
2186         <top_attach>1</top_attach>
2187         <bottom_attach>2</bottom_attach>
2188         <xpad>0</xpad>
2189         <ypad>0</ypad>
2190         <xexpand>True</xexpand>
2191         <yexpand>False</yexpand>
2192         <xshrink>False</xshrink>
2193         <yshrink>False</yshrink>
2194         <xfill>True</xfill>
2195         <yfill>False</yfill>
2196       </child>
2197     </widget>
2198
2199     <widget>
2200       <class>GtkEntry</class>
2201       <name>ircPort</name>
2202       <can_focus>True</can_focus>
2203       <editable>True</editable>
2204       <text_visible>True</text_visible>
2205       <text_max_length>0</text_max_length>
2206       <text>6667</text>
2207       <child>
2208         <left_attach>1</left_attach>
2209         <right_attach>2</right_attach>
2210         <top_attach>2</top_attach>
2211         <bottom_attach>3</bottom_attach>
2212         <xpad>0</xpad>
2213         <ypad>0</ypad>
2214         <xexpand>True</xexpand>
2215         <yexpand>False</yexpand>
2216         <xshrink>False</xshrink>
2217         <yshrink>False</yshrink>
2218         <xfill>True</xfill>
2219         <yfill>False</yfill>
2220       </child>
2221     </widget>
2222
2223     <widget>
2224       <class>GtkEntry</class>
2225       <name>ircChannels</name>
2226       <can_focus>True</can_focus>
2227       <editable>True</editable>
2228       <text_visible>True</text_visible>
2229       <text_max_length>0</text_max_length>
2230       <text></text>
2231       <child>
2232         <left_attach>1</left_attach>
2233         <right_attach>2</right_attach>
2234         <top_attach>3</top_attach>
2235         <bottom_attach>4</bottom_attach>
2236         <xpad>0</xpad>
2237         <ypad>0</ypad>
2238         <xexpand>True</xexpand>
2239         <yexpand>False</yexpand>
2240         <xshrink>False</xshrink>
2241         <yshrink>False</yshrink>
2242         <xfill>True</xfill>
2243         <yfill>False</yfill>
2244       </child>
2245     </widget>
2246
2247     <widget>
2248       <class>GtkEntry</class>
2249       <name>ircPassword</name>
2250       <can_focus>True</can_focus>
2251       <editable>True</editable>
2252       <text_visible>True</text_visible>
2253       <text_max_length>0</text_max_length>
2254       <text></text>
2255       <child>
2256         <left_attach>1</left_attach>
2257         <right_attach>2</right_attach>
2258         <top_attach>4</top_attach>
2259         <bottom_attach>5</bottom_attach>
2260         <xpad>0</xpad>
2261         <ypad>0</ypad>
2262         <xexpand>True</xexpand>
2263         <yexpand>False</yexpand>
2264         <xshrink>False</xshrink>
2265         <yshrink>False</yshrink>
2266         <xfill>True</xfill>
2267         <yfill>False</yfill>
2268       </child>
2269     </widget>
2270   </widget>
2271 </widget>
2272
2273 <widget>
2274   <class>GtkWindow</class>
2275   <name>TOCAccountWindow</name>
2276   <title>TOC Account Window</title>
2277   <type>GTK_WINDOW_TOPLEVEL</type>
2278   <position>GTK_WIN_POS_NONE</position>
2279   <modal>False</modal>
2280   <allow_shrink>False</allow_shrink>
2281   <allow_grow>True</allow_grow>
2282   <auto_shrink>False</auto_shrink>
2283
2284   <widget>
2285     <class>GtkTable</class>
2286     <name>TOCAccountWidget</name>
2287     <rows>4</rows>
2288     <columns>2</columns>
2289     <homogeneous>False</homogeneous>
2290     <row_spacing>0</row_spacing>
2291     <column_spacing>0</column_spacing>
2292
2293     <widget>
2294       <class>GtkLabel</class>
2295       <name>label70</name>
2296       <label> Screen Name: </label>
2297       <justify>GTK_JUSTIFY_CENTER</justify>
2298       <wrap>False</wrap>
2299       <xalign>0</xalign>
2300       <yalign>0.5</yalign>
2301       <xpad>0</xpad>
2302       <ypad>0</ypad>
2303       <child>
2304         <left_attach>0</left_attach>
2305         <right_attach>1</right_attach>
2306         <top_attach>0</top_attach>
2307         <bottom_attach>1</bottom_attach>
2308         <xpad>0</xpad>
2309         <ypad>0</ypad>
2310         <xexpand>False</xexpand>
2311         <yexpand>False</yexpand>
2312         <xshrink>False</xshrink>
2313         <yshrink>False</yshrink>
2314         <xfill>True</xfill>
2315         <yfill>False</yfill>
2316       </child>
2317     </widget>
2318
2319     <widget>
2320       <class>GtkLabel</class>
2321       <name>label71</name>
2322       <label>    Password: </label>
2323       <justify>GTK_JUSTIFY_CENTER</justify>
2324       <wrap>False</wrap>
2325       <xalign>0</xalign>
2326       <yalign>0.5</yalign>
2327       <xpad>0</xpad>
2328       <ypad>0</ypad>
2329       <child>
2330         <left_attach>0</left_attach>
2331         <right_attach>1</right_attach>
2332         <top_attach>1</top_attach>
2333         <bottom_attach>2</bottom_attach>
2334         <xpad>0</xpad>
2335         <ypad>0</ypad>
2336         <xexpand>False</xexpand>
2337         <yexpand>False</yexpand>
2338         <xshrink>False</xshrink>
2339         <yshrink>False</yshrink>
2340         <xfill>True</xfill>
2341         <yfill>False</yfill>
2342       </child>
2343     </widget>
2344
2345     <widget>
2346       <class>GtkLabel</class>
2347       <name>label72</name>
2348       <label>        Host: </label>
2349       <justify>GTK_JUSTIFY_CENTER</justify>
2350       <wrap>False</wrap>
2351       <xalign>0</xalign>
2352       <yalign>0.5</yalign>
2353       <xpad>0</xpad>
2354       <ypad>0</ypad>
2355       <child>
2356         <left_attach>0</left_attach>
2357         <right_attach>1</right_attach>
2358         <top_attach>2</top_attach>
2359         <bottom_attach>3</bottom_attach>
2360         <xpad>0</xpad>
2361         <ypad>0</ypad>
2362         <xexpand>False</xexpand>
2363         <yexpand>False</yexpand>
2364         <xshrink>False</xshrink>
2365         <yshrink>False</yshrink>
2366         <xfill>True</xfill>
2367         <yfill>False</yfill>
2368       </child>
2369     </widget>
2370
2371     <widget>
2372       <class>GtkLabel</class>
2373       <name>label73</name>
2374       <label>        Port: </label>
2375       <justify>GTK_JUSTIFY_CENTER</justify>
2376       <wrap>False</wrap>
2377       <xalign>0</xalign>
2378       <yalign>0.5</yalign>
2379       <xpad>0</xpad>
2380       <ypad>0</ypad>
2381       <child>
2382         <left_attach>0</left_attach>
2383         <right_attach>1</right_attach>
2384         <top_attach>3</top_attach>
2385         <bottom_attach>4</bottom_attach>
2386         <xpad>0</xpad>
2387         <ypad>0</ypad>
2388         <xexpand>False</xexpand>
2389         <yexpand>False</yexpand>
2390         <xshrink>False</xshrink>
2391         <yshrink>False</yshrink>
2392         <xfill>True</xfill>
2393         <yfill>False</yfill>
2394       </child>
2395     </widget>
2396
2397     <widget>
2398       <class>GtkEntry</class>
2399       <name>TOCName</name>
2400       <can_focus>True</can_focus>
2401       <editable>True</editable>
2402       <text_visible>True</text_visible>
2403       <text_max_length>0</text_max_length>
2404       <text></text>
2405       <child>
2406         <left_attach>1</left_attach>
2407         <right_attach>2</right_attach>
2408         <top_attach>0</top_attach>
2409         <bottom_attach>1</bottom_attach>
2410         <xpad>0</xpad>
2411         <ypad>0</ypad>
2412         <xexpand>True</xexpand>
2413         <yexpand>False</yexpand>
2414         <xshrink>False</xshrink>
2415         <yshrink>False</yshrink>
2416         <xfill>True</xfill>
2417         <yfill>False</yfill>
2418       </child>
2419     </widget>
2420
2421     <widget>
2422       <class>GtkEntry</class>
2423       <name>TOCPass</name>
2424       <can_focus>True</can_focus>
2425       <editable>True</editable>
2426       <text_visible>False</text_visible>
2427       <text_max_length>0</text_max_length>
2428       <text></text>
2429       <child>
2430         <left_attach>1</left_attach>
2431         <right_attach>2</right_attach>
2432         <top_attach>1</top_attach>
2433         <bottom_attach>2</bottom_attach>
2434         <xpad>0</xpad>
2435         <ypad>0</ypad>
2436         <xexpand>True</xexpand>
2437         <yexpand>False</yexpand>
2438         <xshrink>False</xshrink>
2439         <yshrink>False</yshrink>
2440         <xfill>True</xfill>
2441         <yfill>False</yfill>
2442       </child>
2443     </widget>
2444
2445     <widget>
2446       <class>GtkEntry</class>
2447       <name>TOCHost</name>
2448       <can_focus>True</can_focus>
2449       <editable>True</editable>
2450       <text_visible>True</text_visible>
2451       <text_max_length>0</text_max_length>
2452       <text>toc.oscar.aol.com</text>
2453       <child>
2454         <left_attach>1</left_attach>
2455         <right_attach>2</right_attach>
2456         <top_attach>2</top_attach>
2457         <bottom_attach>3</bottom_attach>
2458         <xpad>0</xpad>
2459         <ypad>0</ypad>
2460         <xexpand>True</xexpand>
2461         <yexpand>False</yexpand>
2462         <xshrink>False</xshrink>
2463         <yshrink>False</yshrink>
2464         <xfill>True</xfill>
2465         <yfill>False</yfill>
2466       </child>
2467     </widget>
2468
2469     <widget>
2470       <class>GtkEntry</class>
2471       <name>TOCPort</name>
2472       <can_focus>True</can_focus>
2473       <editable>True</editable>
2474       <text_visible>True</text_visible>
2475       <text_max_length>0</text_max_length>
2476       <text>9898</text>
2477       <child>
2478         <left_attach>1</left_attach>
2479         <right_attach>2</right_attach>
2480         <top_attach>3</top_attach>
2481         <bottom_attach>4</bottom_attach>
2482         <xpad>0</xpad>
2483         <ypad>0</ypad>
2484         <xexpand>True</xexpand>
2485         <yexpand>False</yexpand>
2486         <xshrink>False</xshrink>
2487         <yshrink>False</yshrink>
2488         <xfill>True</xfill>
2489         <yfill>False</yfill>
2490       </child>
2491     </widget>
2492   </widget>
2493 </widget>
2494
2495 <widget>
2496   <class>GtkWindow</class>
2497   <name>JoinGroupWindow</name>
2498   <border_width>5</border_width>
2499   <visible>False</visible>
2500   <title>Group to Join</title>
2501   <type>GTK_WINDOW_TOPLEVEL</type>
2502   <position>GTK_WIN_POS_NONE</position>
2503   <modal>False</modal>
2504   <allow_shrink>False</allow_shrink>
2505   <allow_grow>True</allow_grow>
2506   <auto_shrink>False</auto_shrink>
2507
2508   <widget>
2509     <class>GtkVBox</class>
2510     <name>vbox20</name>
2511     <homogeneous>False</homogeneous>
2512     <spacing>0</spacing>
2513
2514     <widget>
2515       <class>GtkOptionMenu</class>
2516       <name>AccountSelector</name>
2517       <can_focus>True</can_focus>
2518       <items>None
2519 In
2520 Particular
2521 </items>
2522       <initial_choice>0</initial_choice>
2523       <child>
2524         <padding>0</padding>
2525         <expand>False</expand>
2526         <fill>False</fill>
2527       </child>
2528     </widget>
2529
2530     <widget>
2531       <class>GtkHBox</class>
2532       <name>hbox15</name>
2533       <homogeneous>False</homogeneous>
2534       <spacing>5</spacing>
2535       <child>
2536         <padding>0</padding>
2537         <expand>True</expand>
2538         <fill>True</fill>
2539       </child>
2540
2541       <widget>
2542         <class>GtkEntry</class>
2543         <name>GroupNameEntry</name>
2544         <can_focus>True</can_focus>
2545         <has_focus>True</has_focus>
2546         <signal>
2547           <name>activate</name>
2548           <handler>on_GroupJoinButton_clicked</handler>
2549           <last_modification_time>Tue, 29 Jan 2002 13:27:18 GMT</last_modification_time>
2550         </signal>
2551         <editable>True</editable>
2552         <text_visible>True</text_visible>
2553         <text_max_length>0</text_max_length>
2554         <text></text>
2555         <child>
2556           <padding>0</padding>
2557           <expand>True</expand>
2558           <fill>True</fill>
2559         </child>
2560       </widget>
2561
2562       <widget>
2563         <class>GtkButton</class>
2564         <name>GroupJoinButton</name>
2565         <can_default>True</can_default>
2566         <has_default>True</has_default>
2567         <can_focus>True</can_focus>
2568         <signal>
2569           <name>clicked</name>
2570           <handler>on_GroupJoinButton_clicked</handler>
2571           <last_modification_time>Tue, 29 Jan 2002 13:16:50 GMT</last_modification_time>
2572         </signal>
2573         <label>Join</label>
2574         <relief>GTK_RELIEF_NORMAL</relief>
2575         <child>
2576           <padding>0</padding>
2577           <expand>False</expand>
2578           <fill>False</fill>
2579         </child>
2580       </widget>
2581     </widget>
2582   </widget>
2583 </widget>
2584
2585 <widget>
2586   <class>GtkWindow</class>
2587   <name>UnifiedWindow</name>
2588   <title>Twisted Instance Messenger</title>
2589   <type>GTK_WINDOW_TOPLEVEL</type>
2590   <position>GTK_WIN_POS_NONE</position>
2591   <modal>False</modal>
2592   <allow_shrink>False</allow_shrink>
2593   <allow_grow>True</allow_grow>
2594   <auto_shrink>False</auto_shrink>
2595
2596   <widget>
2597     <class>GtkVBox</class>
2598     <name>vbox25</name>
2599     <homogeneous>False</homogeneous>
2600     <spacing>0</spacing>
2601
2602     <widget>
2603       <class>GtkHBox</class>
2604       <name>hbox28</name>
2605       <homogeneous>False</homogeneous>
2606       <spacing>0</spacing>
2607       <child>
2608         <padding>0</padding>
2609         <expand>False</expand>
2610         <fill>True</fill>
2611       </child>
2612
2613       <widget>
2614         <class>GtkButton</class>
2615         <name>button74</name>
2616         <can_focus>True</can_focus>
2617         <label>&gt;</label>
2618         <relief>GTK_RELIEF_NORMAL</relief>
2619         <child>
2620           <padding>0</padding>
2621           <expand>False</expand>
2622           <fill>False</fill>
2623         </child>
2624       </widget>
2625
2626       <widget>
2627         <class>GtkEntry</class>
2628         <name>entry3</name>
2629         <can_focus>True</can_focus>
2630         <editable>True</editable>
2631         <text_visible>True</text_visible>
2632         <text_max_length>0</text_max_length>
2633         <text></text>
2634         <child>
2635           <padding>0</padding>
2636           <expand>True</expand>
2637           <fill>True</fill>
2638         </child>
2639       </widget>
2640
2641       <widget>
2642         <class>GtkOptionMenu</class>
2643         <name>optionmenu3</name>
2644         <items>List
2645 Of
2646 Online
2647 Accounts
2648 </items>
2649         <initial_choice>0</initial_choice>
2650         <child>
2651           <padding>0</padding>
2652           <expand>False</expand>
2653           <fill>False</fill>
2654         </child>
2655       </widget>
2656
2657       <widget>
2658         <class>GtkOptionMenu</class>
2659         <name>optionmenu4</name>
2660         <can_focus>True</can_focus>
2661         <items>Contact
2662 Person
2663 Group
2664 Account
2665 </items>
2666         <initial_choice>0</initial_choice>
2667         <child>
2668           <padding>0</padding>
2669           <expand>False</expand>
2670           <fill>False</fill>
2671         </child>
2672       </widget>
2673     </widget>
2674
2675     <widget>
2676       <class>GtkHPaned</class>
2677       <name>hpaned1</name>
2678       <handle_size>10</handle_size>
2679       <gutter_size>6</gutter_size>
2680       <position>0</position>
2681       <child>
2682         <padding>0</padding>
2683         <expand>True</expand>
2684         <fill>True</fill>
2685       </child>
2686
2687       <widget>
2688         <class>GtkVBox</class>
2689         <name>vbox26</name>
2690         <homogeneous>False</homogeneous>
2691         <spacing>0</spacing>
2692         <child>
2693           <shrink>True</shrink>
2694           <resize>False</resize>
2695         </child>
2696
2697         <widget>
2698           <class>GtkFrame</class>
2699           <name>frame7</name>
2700           <border_width>2</border_width>
2701           <label>Accounts</label>
2702           <label_xalign>0</label_xalign>
2703           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2704           <child>
2705             <padding>0</padding>
2706             <expand>True</expand>
2707             <fill>True</fill>
2708           </child>
2709
2710           <widget>
2711             <class>GtkVBox</class>
2712             <name>vbox27</name>
2713             <homogeneous>False</homogeneous>
2714             <spacing>0</spacing>
2715
2716             <widget>
2717               <class>GtkScrolledWindow</class>
2718               <name>scrolledwindow18</name>
2719               <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2720               <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2721               <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2722               <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2723               <child>
2724                 <padding>0</padding>
2725                 <expand>True</expand>
2726                 <fill>True</fill>
2727               </child>
2728
2729               <widget>
2730                 <class>GtkCList</class>
2731                 <name>clist4</name>
2732                 <columns>4</columns>
2733                 <column_widths>18,25,25,80</column_widths>
2734                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2735                 <show_titles>False</show_titles>
2736                 <shadow_type>GTK_SHADOW_IN</shadow_type>
2737
2738                 <widget>
2739                   <class>GtkLabel</class>
2740                   <child_name>CList:title</child_name>
2741                   <name>label95</name>
2742                   <label>label87</label>
2743                   <justify>GTK_JUSTIFY_CENTER</justify>
2744                   <wrap>False</wrap>
2745                   <xalign>0.5</xalign>
2746                   <yalign>0.5</yalign>
2747                   <xpad>0</xpad>
2748                   <ypad>0</ypad>
2749                 </widget>
2750
2751                 <widget>
2752                   <class>GtkLabel</class>
2753                   <child_name>CList:title</child_name>
2754                   <name>label96</name>
2755                   <label>label88</label>
2756                   <justify>GTK_JUSTIFY_CENTER</justify>
2757                   <wrap>False</wrap>
2758                   <xalign>0.5</xalign>
2759                   <yalign>0.5</yalign>
2760                   <xpad>0</xpad>
2761                   <ypad>0</ypad>
2762                 </widget>
2763
2764                 <widget>
2765                   <class>GtkLabel</class>
2766                   <child_name>CList:title</child_name>
2767                   <name>label97</name>
2768                   <label>label89</label>
2769                   <justify>GTK_JUSTIFY_CENTER</justify>
2770                   <wrap>False</wrap>
2771                   <xalign>0.5</xalign>
2772                   <yalign>0.5</yalign>
2773                   <xpad>0</xpad>
2774                   <ypad>0</ypad>
2775                 </widget>
2776
2777                 <widget>
2778                   <class>GtkLabel</class>
2779                   <child_name>CList:title</child_name>
2780                   <name>label98</name>
2781                   <label>label90</label>
2782                   <justify>GTK_JUSTIFY_CENTER</justify>
2783                   <wrap>False</wrap>
2784                   <xalign>0.5</xalign>
2785                   <yalign>0.5</yalign>
2786                   <xpad>0</xpad>
2787                   <ypad>0</ypad>
2788                 </widget>
2789               </widget>
2790             </widget>
2791
2792             <widget>
2793               <class>GtkHBox</class>
2794               <name>hbox23</name>
2795               <homogeneous>True</homogeneous>
2796               <spacing>2</spacing>
2797               <child>
2798                 <padding>0</padding>
2799                 <expand>True</expand>
2800                 <fill>True</fill>
2801               </child>
2802
2803               <widget>
2804                 <class>GtkButton</class>
2805                 <name>button65</name>
2806                 <label>New</label>
2807                 <relief>GTK_RELIEF_NORMAL</relief>
2808                 <child>
2809                   <padding>0</padding>
2810                   <expand>True</expand>
2811                   <fill>True</fill>
2812                 </child>
2813               </widget>
2814
2815               <widget>
2816                 <class>GtkButton</class>
2817                 <name>button66</name>
2818                 <label>Delete</label>
2819                 <relief>GTK_RELIEF_NORMAL</relief>
2820                 <child>
2821                   <padding>0</padding>
2822                   <expand>True</expand>
2823                   <fill>True</fill>
2824                 </child>
2825               </widget>
2826
2827               <widget>
2828                 <class>GtkButton</class>
2829                 <name>button67</name>
2830                 <label>Connect</label>
2831                 <relief>GTK_RELIEF_NORMAL</relief>
2832                 <child>
2833                   <padding>0</padding>
2834                   <expand>True</expand>
2835                   <fill>True</fill>
2836                 </child>
2837               </widget>
2838             </widget>
2839           </widget>
2840         </widget>
2841
2842         <widget>
2843           <class>GtkFrame</class>
2844           <name>frame8</name>
2845           <border_width>2</border_width>
2846           <label>Contacts</label>
2847           <label_xalign>0</label_xalign>
2848           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2849           <child>
2850             <padding>0</padding>
2851             <expand>True</expand>
2852             <fill>True</fill>
2853           </child>
2854
2855           <widget>
2856             <class>GtkVBox</class>
2857             <name>vbox28</name>
2858             <homogeneous>False</homogeneous>
2859             <spacing>0</spacing>
2860
2861             <widget>
2862               <class>GtkScrolledWindow</class>
2863               <name>scrolledwindow19</name>
2864               <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2865               <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2866               <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2867               <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2868               <child>
2869                 <padding>0</padding>
2870                 <expand>True</expand>
2871                 <fill>True</fill>
2872               </child>
2873
2874               <widget>
2875                 <class>GtkCList</class>
2876                 <name>clist5</name>
2877                 <columns>3</columns>
2878                 <column_widths>18,17,80</column_widths>
2879                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2880                 <show_titles>False</show_titles>
2881                 <shadow_type>GTK_SHADOW_IN</shadow_type>
2882
2883                 <widget>
2884                   <class>GtkLabel</class>
2885                   <child_name>CList:title</child_name>
2886                   <name>label99</name>
2887                   <label>label84</label>
2888                   <justify>GTK_JUSTIFY_CENTER</justify>
2889                   <wrap>False</wrap>
2890                   <xalign>0.5</xalign>
2891                   <yalign>0.5</yalign>
2892                   <xpad>0</xpad>
2893                   <ypad>0</ypad>
2894                 </widget>
2895
2896                 <widget>
2897                   <class>GtkLabel</class>
2898                   <child_name>CList:title</child_name>
2899                   <name>label100</name>
2900                   <label>label85</label>
2901                   <justify>GTK_JUSTIFY_CENTER</justify>
2902                   <wrap>False</wrap>
2903                   <xalign>0.5</xalign>
2904                   <yalign>0.5</yalign>
2905                   <xpad>0</xpad>
2906                   <ypad>0</ypad>
2907                 </widget>
2908
2909                 <widget>
2910                   <class>GtkLabel</class>
2911                   <child_name>CList:title</child_name>
2912                   <name>label101</name>
2913                   <label>label86</label>
2914                   <justify>GTK_JUSTIFY_CENTER</justify>
2915                   <wrap>False</wrap>
2916                   <xalign>0.5</xalign>
2917                   <yalign>0.5</yalign>
2918                   <xpad>0</xpad>
2919                   <ypad>0</ypad>
2920                 </widget>
2921               </widget>
2922             </widget>
2923
2924             <widget>
2925               <class>GtkHBox</class>
2926               <name>hbox24</name>
2927               <homogeneous>True</homogeneous>
2928               <spacing>2</spacing>
2929               <child>
2930                 <padding>0</padding>
2931                 <expand>False</expand>
2932                 <fill>True</fill>
2933               </child>
2934
2935               <widget>
2936                 <class>GtkButton</class>
2937                 <name>button68</name>
2938                 <can_focus>True</can_focus>
2939                 <label>Talk</label>
2940                 <relief>GTK_RELIEF_NORMAL</relief>
2941                 <child>
2942                   <padding>0</padding>
2943                   <expand>True</expand>
2944                   <fill>True</fill>
2945                 </child>
2946               </widget>
2947
2948               <widget>
2949                 <class>GtkButton</class>
2950                 <name>button69</name>
2951                 <can_focus>True</can_focus>
2952                 <label>Info</label>
2953                 <relief>GTK_RELIEF_NORMAL</relief>
2954                 <child>
2955                   <padding>0</padding>
2956                   <expand>True</expand>
2957                   <fill>True</fill>
2958                 </child>
2959               </widget>
2960
2961               <widget>
2962                 <class>GtkButton</class>
2963                 <name>button70</name>
2964                 <can_focus>True</can_focus>
2965                 <label>Add</label>
2966                 <relief>GTK_RELIEF_NORMAL</relief>
2967                 <child>
2968                   <padding>0</padding>
2969                   <expand>True</expand>
2970                   <fill>True</fill>
2971                 </child>
2972               </widget>
2973
2974               <widget>
2975                 <class>GtkButton</class>
2976                 <name>button71</name>
2977                 <can_focus>True</can_focus>
2978                 <label>Remove</label>
2979                 <relief>GTK_RELIEF_NORMAL</relief>
2980                 <child>
2981                   <padding>0</padding>
2982                   <expand>False</expand>
2983                   <fill>False</fill>
2984                 </child>
2985               </widget>
2986             </widget>
2987           </widget>
2988         </widget>
2989
2990         <widget>
2991           <class>GtkFrame</class>
2992           <name>frame9</name>
2993           <border_width>2</border_width>
2994           <label>Groups</label>
2995           <label_xalign>0</label_xalign>
2996           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2997           <child>
2998             <padding>0</padding>
2999             <expand>True</expand>
3000             <fill>True</fill>
3001           </child>
3002
3003           <widget>
3004             <class>GtkVBox</class>
3005             <name>vbox29</name>
3006             <homogeneous>False</homogeneous>
3007             <spacing>0</spacing>
3008
3009             <widget>
3010               <class>GtkScrolledWindow</class>
3011               <name>scrolledwindow20</name>
3012               <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
3013               <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
3014               <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3015               <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3016               <child>
3017                 <padding>0</padding>
3018                 <expand>True</expand>
3019                 <fill>True</fill>
3020               </child>
3021
3022               <widget>
3023                 <class>GtkCList</class>
3024                 <name>clist6</name>
3025                 <columns>3</columns>
3026                 <column_widths>21,75,80</column_widths>
3027                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
3028                 <show_titles>False</show_titles>
3029                 <shadow_type>GTK_SHADOW_IN</shadow_type>
3030
3031                 <widget>
3032                   <class>GtkLabel</class>
3033                   <child_name>CList:title</child_name>
3034                   <name>label102</name>
3035                   <label>label91</label>
3036                   <justify>GTK_JUSTIFY_CENTER</justify>
3037                   <wrap>False</wrap>
3038                   <xalign>0.5</xalign>
3039                   <yalign>0.5</yalign>
3040                   <xpad>0</xpad>
3041                   <ypad>0</ypad>
3042                 </widget>
3043
3044                 <widget>
3045                   <class>GtkLabel</class>
3046                   <child_name>CList:title</child_name>
3047                   <name>label103</name>
3048                   <label>label92</label>
3049                   <justify>GTK_JUSTIFY_CENTER</justify>
3050                   <wrap>False</wrap>
3051                   <xalign>0.5</xalign>
3052                   <yalign>0.5</yalign>
3053                   <xpad>0</xpad>
3054                   <ypad>0</ypad>
3055                 </widget>
3056
3057                 <widget>
3058                   <class>GtkLabel</class>
3059                   <child_name>CList:title</child_name>
3060                   <name>label104</name>
3061                   <label>label93</label>
3062                   <justify>GTK_JUSTIFY_CENTER</justify>
3063                   <wrap>False</wrap>
3064                   <xalign>0.5</xalign>
3065                   <yalign>0.5</yalign>
3066                   <xpad>0</xpad>
3067                   <ypad>0</ypad>
3068                 </widget>
3069               </widget>
3070             </widget>
3071
3072             <widget>
3073               <class>GtkHBox</class>
3074               <name>hbox27</name>
3075               <homogeneous>True</homogeneous>
3076               <spacing>2</spacing>
3077               <child>
3078                 <padding>0</padding>
3079                 <expand>False</expand>
3080                 <fill>True</fill>
3081               </child>
3082
3083               <widget>
3084                 <class>GtkButton</class>
3085                 <name>button72</name>
3086                 <label>Join</label>
3087                 <relief>GTK_RELIEF_NORMAL</relief>
3088                 <child>
3089                   <padding>0</padding>
3090                   <expand>True</expand>
3091                   <fill>True</fill>
3092                 </child>
3093               </widget>
3094
3095               <widget>
3096                 <class>GtkButton</class>
3097                 <name>button73</name>
3098                 <label>Leave</label>
3099                 <relief>GTK_RELIEF_NORMAL</relief>
3100                 <child>
3101                   <padding>0</padding>
3102                   <expand>True</expand>
3103                   <fill>True</fill>
3104                 </child>
3105               </widget>
3106             </widget>
3107           </widget>
3108         </widget>
3109
3110         <widget>
3111           <class>GtkHSeparator</class>
3112           <name>hseparator2</name>
3113           <child>
3114             <padding>0</padding>
3115             <expand>True</expand>
3116             <fill>True</fill>
3117           </child>
3118         </widget>
3119
3120         <widget>
3121           <class>GtkLabel</class>
3122           <name>label105</name>
3123           <label>Twisted IM V. %s</label>
3124           <justify>GTK_JUSTIFY_CENTER</justify>
3125           <wrap>False</wrap>
3126           <xalign>0.5</xalign>
3127           <yalign>0.5</yalign>
3128           <xpad>0</xpad>
3129           <ypad>3</ypad>
3130           <child>
3131             <padding>0</padding>
3132             <expand>False</expand>
3133             <fill>False</fill>
3134           </child>
3135         </widget>
3136       </widget>
3137
3138       <widget>
3139         <class>GtkLabel</class>
3140         <name>label106</name>
3141         <label>This
3142 Space
3143 Left
3144 Intentionally
3145 Blank
3146 (Here is where the UI for the currently
3147 selected element
3148 for interaction
3149 will go.)</label>
3150         <justify>GTK_JUSTIFY_CENTER</justify>
3151         <wrap>False</wrap>
3152         <xalign>0.5</xalign>
3153         <yalign>0.5</yalign>
3154         <xpad>0</xpad>
3155         <ypad>0</ypad>
3156         <child>
3157           <shrink>True</shrink>
3158           <resize>True</resize>
3159         </child>
3160       </widget>
3161     </widget>
3162   </widget>
3163 </widget>
3164
3165 </GTK-Interface>