mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-10-31 21:20:24 +00:00
143 lines
6.4 KiB
XML
Executable file
143 lines
6.4 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.22.2 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<template class="TootleWidgetsAccountsButtonItem" parent="GtkListBoxRow">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<child>
|
|
<object class="GtkStack" id="stack">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkGrid">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="margin_start">8</property>
|
|
<property name="margin_end">8</property>
|
|
<property name="margin_top">8</property>
|
|
<property name="margin_bottom">8</property>
|
|
<property name="column_spacing">8</property>
|
|
<property name="row_homogeneous">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="avatar_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="halign">start</property>
|
|
<property name="valign">start</property>
|
|
<signal name="clicked" handler="open_profile" swapped="no"/>
|
|
<child>
|
|
<object class="TootleWidgetsAvatar" id="avatar">
|
|
<property name="size">48</property>
|
|
<property name="valign">start</property>
|
|
<property name="visible">true</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="flat"/>
|
|
<class name="image-button"/>
|
|
<class name="circular"/>
|
|
<class name="ttl-flat-button"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">0</property>
|
|
<property name="height">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="forget_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="tooltip_text" translatable="yes">Forget</property>
|
|
<property name="valign">center</property>
|
|
<property name="margin_end">6</property>
|
|
<property name="relief">none</property>
|
|
<signal name="clicked" handler="forget" swapped="no"/>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="icon_name">user-trash-symbolic</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="image-button"/>
|
|
<class name="flat"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">2</property>
|
|
<property name="top_attach">0</property>
|
|
<property name="height">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="title">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="label" translatable="yes">Title</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="single_line_mode">True</property>
|
|
<property name="xalign">0</property>
|
|
<style>
|
|
<class name="title-4"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="top_attach">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="handle">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="opacity">0.5</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="label" translatable="no">Handle</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="single_line_mode">True</property>
|
|
<property name="xalign">0</property>
|
|
<style>
|
|
<class name="body"/>
|
|
</style>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="top_attach">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="icon_name">list-add-symbolic</property>
|
|
</object>
|
|
<packing>
|
|
<property name="name">new</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|