You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

47 lines
2.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="Session" parent="AdwBin">
<property name="child">
<object class="GtkStack" id="stack">
<property name="visible-child">overlay</property>
<property name="transition-type">crossfade</property>
<child>
<object class="GtkOverlay" id="overlay">
<child type="overlay">
<object class="MediaViewer" id="media_viewer">
<property name="visible">False</property>
</object>
</child>
<child>
<object class="AdwLeaflet" id="leaflet">
<property name="fold-threshold-policy">minimum</property>
<child>
<object class="Sidebar" id="sidebar">
<property name="compact" bind-source="leaflet" bind-property="folded" bind-flags="sync-create"/>
<property name="user" bind-source="Session" bind-property="user" bind-flags="sync-create"/>
<property name="item-list" bind-source="Session" bind-property="item-list" bind-flags="sync-create"/>
</object>
</child>
<child>
<object class="AdwLeafletPage">
<property name="navigatable">False</property>
<property name="child">
<object class="GtkSeparator"/>
</property>
</object>
</child>
<child>
<object class="Content" id="content">
<property name="compact" bind-source="leaflet" bind-property="folded" bind-flags="sync-create"/>
<property name="item" bind-source="sidebar" bind-property="selected-item" bind-flags="sync-create | bidirectional"/>
<property name="session">Session</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</property>
</template>
</interface>