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"/>
|
|
|
|
<requires lib="libhandy" version="0.0"/>
|
|
|
|
<template class="CallsMainWindow" parent="GtkApplicationWindow">
|
|
|
|
<property name="can_focus">False</property>
|
2018-08-02 10:45:01 +00:00
|
|
|
<property name="title" translatable="yes">Calls</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="hide_titlebar_when_maximized">True</property>
|
|
|
|
<property name="show_menubar">False</property>
|
2019-01-29 06:06:16 +00:00
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkOverlay">
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<child type="overlay">
|
2020-03-02 18:01:20 +00:00
|
|
|
<object class="CallsInAppNotification" id="in_app_notification">
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="visible">True</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-07-03 12:34:48 +00:00
|
|
|
<object class="GtkBox">
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
2019-07-03 12:34:48 +00:00
|
|
|
<object class="GtkStack" id="main_stack">
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="visible">True</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="contacts">
|
2019-09-18 12:38:48 +00:00
|
|
|
<property name="visible">False</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">contacts</property>
|
|
|
|
<property name="title" translatable="yes">Contacts</property>
|
2019-07-03 12:55:09 +00:00
|
|
|
<property name="icon_name">system-users-symbolic</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="HdyViewSwitcherBar" id="switcher_bar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stack">main_stack</property>
|
|
|
|
<property name="reveal">True</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="titlebar">
|
2019-07-03 12:34:48 +00:00
|
|
|
<object class="HdyHeaderBar">
|
2018-08-02 11:05:57 +00:00
|
|
|
<property name="visible">True</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
<property name="centering_policy">strict</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<property name="title">Calls</property>
|
|
|
|
<child type="title">
|
|
|
|
<object class="HdySqueezer" id="squeezer">
|
2018-08-02 11:05:57 +00:00
|
|
|
<property name="visible">True</property>
|
2019-07-03 12:34:48 +00:00
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<child>
|
|
|
|
<object class="HdyViewSwitcher" id="wide_switcher">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="policy">wide</property>
|
|
|
|
<property name="stack">main_stack</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="HdyViewSwitcher" id="narrow_switcher">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="policy">narrow</property>
|
|
|
|
<property name="stack">main_stack</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="label">Calls</property>
|
|
|
|
<style>
|
|
|
|
<class name="title"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-02 11:05:57 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2018-05-17 13:16:51 +00:00
|
|
|
</child>
|
|
|
|
</template>
|
2018-10-05 11:27:55 +00:00
|
|
|
</interface>
|