1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00
Purism-Calls/src/ui/new-call-header-bar.ui

29 lines
1 KiB
Text
Raw Normal View History

2018-08-02 10:49:51 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
2018-08-02 10:49:51 +00:00
<template class="CallsNewCallHeaderBar" parent="GtkHeaderBar">
<property name="title" translatable="yes">New Call</property>
<child type="start">
2018-08-02 10:49:51 +00:00
<object class="GtkButton" id="back">
<property name="action-name">win.back</property>
<property name="valign">center</property>
<property name="use-underline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="a11y-back">
<property name="accessible-name" translatable="yes">Back</property>
</object>
</child>
<child>
<object class="GtkImage" id="back_image">
<property name="icon-name">go-previous-symbolic</property>
<property name="icon-size">normal</property>
2018-08-02 10:49:51 +00:00
</object>
</child>
</object>
</child>
<child type="title">
<object class="GtkStackSwitcher" id="stack_switcher"/>
2018-08-02 10:49:51 +00:00
</child>
</template>
</interface>