2018-05-17 13:16:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.0 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
<template class="CallsCallDisplay" parent="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-07-27 10:55:18 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="margin_bottom">8</property>
|
|
|
|
<property name="margin_left">12</property>
|
|
|
|
<property name="margin_right">12</property>
|
|
|
|
<property name="margin_top">8</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2018-07-27 10:55:18 +00:00
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="width_request">300</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="party_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2018-07-27 07:49:48 +00:00
|
|
|
<object class="GtkLabel" id="primary_contact_info">
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-07-27 07:49:48 +00:00
|
|
|
<property name="margin_top">6</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<attributes>
|
2018-07-27 07:49:48 +00:00
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="1.6"/>
|
2018-05-17 13:16:51 +00:00
|
|
|
</attributes>
|
|
|
|
</object>
|
2018-07-27 07:49:48 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="secondary_contact_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">4</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
</object>
|
2018-05-17 13:16:51 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="status">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Active</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="time">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-07-27 07:45:06 +00:00
|
|
|
<property name="label" translatable="yes">00:00</property>
|
2018-07-27 11:10:15 +00:00
|
|
|
<property name="margin_top">30</property>
|
|
|
|
<property name="margin_bottom">40</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.6"/>
|
|
|
|
</attributes>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="answer">
|
|
|
|
<property name="label" translatable="yes">Answer</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<signal name="clicked" handler="answer_clicked_cb" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-07-27 08:03:22 +00:00
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="margin_bottom">65</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="hold">
|
|
|
|
<property name="label" translatable="yes">Hold</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<signal name="toggled" handler="hold_toggled_cb" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="speaker">
|
|
|
|
<property name="label" translatable="yes">Speaker</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<signal name="toggled" handler="speaker_toggled_cb" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2018-07-27 08:03:22 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="hang_up">
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_request">150</property>
|
|
|
|
<signal name="clicked" handler="hang_up_clicked_cb" swapped="no"/>
|
|
|
|
<style>
|
|
|
|
<class name="destructive-action"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="a11y-hang-up">
|
|
|
|
<property name="accessible-name" translatable="yes">Hang up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">call-stop-symbolic</property>
|
|
|
|
<property name="icon-size">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
<object class="GtkSizeGroup" id="action_buttons">
|
|
|
|
<widgets>
|
|
|
|
<widget name="hold"/>
|
|
|
|
<widget name="speaker"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|