2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2015-05-06 21:07:17 +00:00
|
|
|
<template class="GtkSidebarRow" parent="GtkListBoxRow">
|
2021-09-29 13:28:09 +00:00
|
|
|
<property name="focus-on-click">0</property>
|
2015-09-01 12:27:58 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar-row"/>
|
|
|
|
</style>
|
2020-05-03 04:09:18 +00:00
|
|
|
<property name="child">
|
2015-05-06 21:07:17 +00:00
|
|
|
<object class="GtkRevealer" id="revealer">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="reveal-child">1</property>
|
2015-05-06 21:07:17 +00:00
|
|
|
<signal name="notify::child-revealed" handler="on_child_revealed"/>
|
|
|
|
<style>
|
|
|
|
<class name="sidebar-revealer"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
2017-08-02 12:12:17 +00:00
|
|
|
<object class="GtkBox">
|
2015-05-06 21:07:17 +00:00
|
|
|
<child>
|
2017-08-10 20:30:36 +00:00
|
|
|
<object class="GtkImage" id="start_icon_widget">
|
2017-08-02 12:12:17 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar-icon"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_widget">
|
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="xalign">0</property>
|
2023-02-03 09:00:03 +00:00
|
|
|
<property name="ellipsize">end</property>
|
2017-08-02 12:12:17 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-08-10 20:30:36 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="end_icon_widget">
|
2017-12-27 04:12:37 +00:00
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="hexpand">1</property>
|
2021-09-29 13:28:09 +00:00
|
|
|
<property name="halign">2</property>
|
|
|
|
<property name="valign">3</property>
|
2017-08-10 20:30:36 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar-icon"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-08-02 12:12:17 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="eject_button">
|
2021-09-29 13:28:09 +00:00
|
|
|
<property name="halign">3</property>
|
|
|
|
<property name="valign">3</property>
|
2017-08-02 12:12:17 +00:00
|
|
|
<property name="margin-start">4px</property>
|
|
|
|
<property name="icon-name">media-eject-symbolic</property>
|
2022-06-06 22:29:14 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Unmount</property>
|
2017-08-02 12:12:17 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar-button"/>
|
|
|
|
</style>
|
2015-05-06 21:07:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<child>
|
2018-07-22 11:47:46 +00:00
|
|
|
<object class="GtkSpinner" id="busy_spinner">
|
2020-02-25 02:04:49 +00:00
|
|
|
<property name="spinning">1</property>
|
2021-09-29 13:28:09 +00:00
|
|
|
<property name="halign">3</property>
|
|
|
|
<property name="valign">3</property>
|
2018-07-22 11:47:46 +00:00
|
|
|
<property name="margin-start">4px</property>
|
2019-03-28 20:35:55 +00:00
|
|
|
<property name="visible">0</property>
|
2018-07-22 11:47:46 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-05-06 21:07:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2020-05-03 04:09:18 +00:00
|
|
|
</property>
|
2015-05-06 21:07:17 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|