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.
 
 
 

57 lines
2.3 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">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">
<child>
<object class="Sidebar">
<property name="compact" bind-source="content" bind-property="folded" bind-flags="sync-create"/>
<property name="categories" bind-source="Session" bind-property="categories" bind-flags="sync-create"/>
<property name="selected-room" bind-source="Session" bind-property="selected-room" bind-flags="sync-create | bidirectional"/>
</object>
</child>
<child>
<object class="Content">
<property name="compact" bind-source="content" bind-property="folded" bind-flags="sync-create"/>
<property name="room" bind-source="Session" bind-property="selected-room" bind-flags="sync-create | bidirectional"/>
</object>
</child>
</object>
</child>
</object>
</property>
</template>
</interface>