1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class=
"GtkDialog" id=
"ContactsDialog">
5 <property name=
"can_focus">False
</property>
6 <property name=
"border_width">6</property>
7 <property name=
"type_hint">dialog
</property>
8 <child internal-child=
"vbox">
9 <object class=
"GtkBox" id=
"dialog-vbox1">
10 <property name=
"can_focus">False
</property>
11 <property name=
"orientation">vertical
</property>
12 <property name=
"spacing">12</property>
13 <child internal-child=
"action_area">
14 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
15 <property name=
"can_focus">False
</property>
16 <property name=
"layout_style">end
</property>
18 <object class=
"GtkButton" id=
"listen">
19 <property name=
"label" translatable=
"yes">Listen
</property>
20 <property name=
"visible">True
</property>
21 <property name=
"can_focus">True
</property>
22 <property name=
"receives_default">True
</property>
25 <property name=
"expand">False
</property>
26 <property name=
"fill">True
</property>
27 <property name=
"position">0</property>
31 <object class=
"GtkButton" id=
"invite">
32 <property name=
"label" translatable=
"yes">Invite
</property>
33 <property name=
"visible">True
</property>
34 <property name=
"can_focus">True
</property>
35 <property name=
"receives_default">True
</property>
38 <property name=
"expand">False
</property>
39 <property name=
"fill">True
</property>
40 <property name=
"position">1</property>
44 <object class=
"GtkButton" id=
"demo">
45 <property name=
"label" translatable=
"yes">StartDemoSession
</property>
46 <property name=
"visible">True
</property>
47 <property name=
"can_focus">True
</property>
48 <property name=
"receives_default">True
</property>
51 <property name=
"expand">False
</property>
52 <property name=
"fill">True
</property>
53 <property name=
"position">2</property>
57 <object class=
"GtkButton" id=
"buddy">
58 <property name=
"label" translatable=
"yes">StartBuddySession
</property>
59 <property name=
"visible">True
</property>
60 <property name=
"can_focus">True
</property>
61 <property name=
"receives_default">True
</property>
64 <property name=
"expand">False
</property>
65 <property name=
"fill">True
</property>
66 <property name=
"position">3</property>
70 <object class=
"GtkButton" id=
"group">
71 <property name=
"label" translatable=
"yes">StartGroupSession
</property>
72 <property name=
"visible">True
</property>
73 <property name=
"can_focus">True
</property>
74 <property name=
"receives_default">True
</property>
77 <property name=
"expand">False
</property>
78 <property name=
"fill">True
</property>
79 <property name=
"position">4</property>
84 <property name=
"expand">False
</property>
85 <property name=
"fill">True
</property>
86 <property name=
"pack_type">end
</property>
87 <property name=
"position">1</property>
91 <object class=
"GtkGrid" id=
"grid1">
92 <property name=
"visible">True
</property>
93 <property name=
"can_focus">False
</property>
94 <property name=
"vexpand">True
</property>
95 <property name=
"row_spacing">6</property>
97 <object class=
"GtkTreeView" id=
"contacts">
98 <property name=
"visible">True
</property>
99 <property name=
"can_focus">True
</property>
100 <property name=
"hexpand">True
</property>
101 <property name=
"vexpand">True
</property>
102 <child internal-child=
"selection">
103 <object class=
"GtkTreeSelection" id=
"treeview-selection"/>
107 <property name=
"left_attach">0</property>
108 <property name=
"top_attach">1</property>
109 <property name=
"width">1</property>
110 <property name=
"height">1</property>
114 <object class=
"GtkLabel" id=
"label1">
115 <property name=
"visible">True
</property>
116 <property name=
"can_focus">False
</property>
117 <property name=
"label" translatable=
"yes">Select a contact to collaborate with
</property>
120 <property name=
"left_attach">0</property>
121 <property name=
"top_attach">0</property>
122 <property name=
"width">1</property>
123 <property name=
"height">1</property>
128 <property name=
"expand">False
</property>
129 <property name=
"fill">True
</property>
130 <property name=
"position">2</property>
136 <action-widget response=
"0">listen
</action-widget>
137 <action-widget response=
"0">invite
</action-widget>
138 <action-widget response=
"0">demo
</action-widget>
139 <action-widget response=
"0">buddy
</action-widget>
140 <action-widget response=
"0">group
</action-widget>