fractal/data/resources/ui/content.ui
2021-05-31 16:05:46 +02:00

34 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="Content" parent="AdwBin">
<property name="vexpand">True</property>
<property name="hexpand">True</property>
<property name="child">
<object class="GtkOverlay">
<child type="overlay">
<object class="InAppNotification">
<property name="error-list" bind-source="Content" bind-property="error-list" bind-flags="sync-create"/>
<property name="visible" bind-source="Content" bind-property="compact" bind-flags="sync-create | invert-boolean"/>
</object>
</child>
<child>
<object class="GtkStack" id="stack">
<child>
<object class="ContentRoomHistory" id="room_history">
<property name="compact" bind-source="Content" bind-property="compact" bind-flags="sync-create"/>
<property name="room" bind-source="Content" bind-property="room" bind-flags="sync-create"/>
</object>
</child>
<child>
<object class="ContentInvite" id="invite">
<property name="compact" bind-source="Content" bind-property="compact" bind-flags="sync-create"/>
<property name="room" bind-source="Content" bind-property="room" bind-flags="sync-create"/>
</object>
</child>
</object>
</child>
</object>
</property>
</template>
</interface>