blob: 79c39bb79af5c12817510c0f5701551f6c55433d [file] [log] [blame]
Stepan Salenikovich0cf247d2015-07-24 17:36:32 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <template class="ChooseContactView" parent="GtkBox">
5 <property name="visible">True</property>
6 <property name="orientation">vertical</property>
7 <child>
8 <object class="GtkScrolledWindow" id="scrolledwindow_choose_contact">
9 <property name="visible">True</property>
10 <property name="can_focus">True</property>
11 <property name="shadow_type">none</property>
12 <property name="min-content-width">300</property>
13 <property name="min-content-height">300</property>
14 <child>
15 <object class="GtkTreeView" id="treeview_choose_contact">
16 <property name="visible">True</property>
17 <property name="can_focus">True</property>
18 <property name="headers-visible">False</property>
19 <!-- we hide the expanders since there is no need to show the contact methods -->
20 <property name="show-expanders">False</property>
21 <child internal-child="selection">
22 <object class="GtkTreeSelection" id="treeview-selection1"/>
23 </child>
24 </object>
25 </child>
26 </object>
27 <packing>
28 <property name="expand">True</property>
29 <property name="fill">True</property>
30 </packing>
31 </child>
32 <child>
33 <object class="GtkButton" id="button_create_contact">
34 <property name="label" translatable="yes">Create New</property>
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="receives_default">True</property>
38 <property name="always_show_image">True</property>
39 </object>
40 <packing>
41 <property name="expand">False</property>
42 <property name="fill">True</property>
43 </packing>
44 </child>
45 </template>
46</interface>