Add CallsHistoryBox

This commit is contained in:
Adrien Plazas
2018-08-01 10:15:36 +02:00
parent e60e70d5e4
commit 70bafc2091
5 changed files with 121 additions and 0 deletions

15
src/ui/history-box.ui Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<requires lib="libhandy" version="0.0"/>
<object class="GtkListStore" id="history_store"/>
<template class="CallsHistoryBox" parent="GtkTreeView">
<property name="can_focus">False</property>
<property name="model">history_store</property>
<property name="visible">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
</template>
</interface>