blob: 79c39bb79af5c12817510c0f5701551f6c55433d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.10"/>
<template class="ChooseContactView" parent="GtkBox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow_choose_contact">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">none</property>
<property name="min-content-width">300</property>
<property name="min-content-height">300</property>
<child>
<object class="GtkTreeView" id="treeview_choose_contact">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers-visible">False</property>
<!-- we hide the expanders since there is no need to show the contact methods -->
<property name="show-expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_create_contact">
<property name="label" translatable="yes">Create New</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="always_show_image">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
</template>
</interface>