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.
70 lines
2.8 KiB
70 lines
2.8 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="Session" parent="AdwBin"> |
|
<property name="focusable">true</property> |
|
<property name="child"> |
|
<object class="GtkStack" id="stack"> |
|
<property name="visible-child">loading</property> |
|
<property name="transition-type">crossfade</property> |
|
<child> |
|
<object class="GtkWindowHandle" id="loading"> |
|
<property name="child"> |
|
<object class="GtkBox"> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="GtkHeaderBar"> |
|
<property name="show-title-buttons">True</property> |
|
<style> |
|
<class name="flat"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkSpinner"> |
|
<property name="spinning">True</property> |
|
<property name="valign">center</property> |
|
<property name="halign">center</property> |
|
<property name="vexpand">True</property> |
|
<style> |
|
<class name="session-loading-spinner"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="AdwLeaflet" id="content"> |
|
<property name="fold-threshold-policy">minimum</property> |
|
<child> |
|
<object class="Sidebar" id="sidebar"> |
|
<property name="compact" bind-source="content" 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"> |
|
<property name="compact" bind-source="content" 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> |
|
<child> |
|
<object class="MediaViewer" id="media_viewer" /> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface>
|
|
|