gtk2/gtk/ui/gtksidebarrow.ui
Matthias Clasen 4ace873046 Update ui files to new stack syntax
This conversion was done with the help of gtk4-builder-tool.
2019-02-08 00:09:44 -05:00

71 lines
2.5 KiB
XML

<interface domain="gtk40">
<template class="GtkSidebarRow" parent="GtkListBoxRow">
<property name="margin-top">1</property>
<property name="margin-bottom">1</property>
<style>
<class name="sidebar-row"/>
</style>
<child>
<object class="GtkRevealer" id="revealer">
<property name="reveal-child">1</property>
<signal name="notify::child-revealed" handler="on_child_revealed"/>
<style>
<class name="sidebar-revealer"/>
</style>
<child>
<object class="GtkBox">
<child>
<object class="GtkImage" id="start_icon_widget">
<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>
<style>
<class name="sidebar-label"/>
</style>
</object>
</child>
<child>
<object class="GtkImage" id="end_icon_widget">
<property name="visible">0</property>
<property name="hexpand">1</property>
<property name="halign">end</property>
<property name="valign">center</property>
<style>
<class name="sidebar-icon"/>
</style>
</object>
</child>
<child>
<object class="GtkButton" id="eject_button">
<property name="halign">center</property>
<property name="valign">center</property>
<property name="margin-start">4px</property>
<property name="icon-name">media-eject-symbolic</property>
<property name="tooltip-text" translatable="yes">Unmount</property>
<style>
<class name="sidebar-button"/>
</style>
</object>
</child>
<child>
<object class="GtkSpinner" id="busy_spinner">
<property name="active">1</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="margin-start">4px</property>
<property name="visible">False</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>