2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2019-01-27 14:24:58 +00:00
|
|
|
<template class="DinoUiConversationListTitlebar" parent="GtkBox">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="hexpand">False</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
2019-01-27 14:24:58 +00:00
|
|
|
<class name="dino-header-left"/>
|
2017-03-02 14:37:32 +00:00
|
|
|
</style>
|
|
|
|
<child>
|
2019-01-27 14:24:58 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="margin">5</property>
|
|
|
|
<property name="hexpand">True</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2019-01-27 14:24:58 +00:00
|
|
|
<object class="GtkMenuButton" id="add_button">
|
2019-03-16 21:25:46 +00:00
|
|
|
<property name="tooltip_text" translatable="yes">Start Conversation</property>
|
2019-01-27 14:24:58 +00:00
|
|
|
<property name="relief">none</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
2019-01-27 14:24:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">list-add-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
2019-01-27 14:24:58 +00:00
|
|
|
<packing>
|
|
|
|
<property name="pack_type">start</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton" id="menu_button">
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">open-menu-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
2017-03-02 14:37:32 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|