Tooth/data/ui/dialogs/main.ui

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-05-29 12:19:35 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="libhandy" version="1.0"/>
2022-11-13 20:57:43 +00:00
<template class="ToothDialogsMainWindow" parent="AdwApplicationWindow">
2020-06-20 10:10:27 +00:00
<property name="width_request">360</property>
2020-05-29 12:19:35 +00:00
<property name="height_request">600</property>
2020-05-31 10:28:35 +00:00
<child>
2021-07-23 11:41:03 +00:00
<object class="AdwFlap" id="flap">
<child type="flap">
2022-11-13 20:57:43 +00:00
<object class="ToothViewsSidebar" id="sidebar">
<style>
<class name="background"/>
</style>
2021-07-23 11:41:03 +00:00
</object>
</child>
<!-- <child type="separator"> -->
<!-- <object class="GtkSeparator"> -->
<!-- <property name="orientation">vertical</property> -->
<!-- </object> -->
<!-- </child> -->
<child type="content">
<object class="AdwLeaflet" id="leaflet">
2022-11-13 09:13:52 +00:00
<property name="can-navigate-back">1</property>
2021-07-23 11:41:03 +00:00
<property name="can-unfold">0</property>
2022-11-13 09:13:52 +00:00
<property name="homogeneous">0</property>
2021-07-23 11:41:03 +00:00
<signal name="notify::child-transition-running" handler="on_child_transition"/>
<signal name="notify::visible-child" handler="on_view_changed"/>
</object>
2020-05-29 12:19:35 +00:00
</child>
</object>
2021-07-23 11:41:03 +00:00
2020-05-29 12:19:35 +00:00
</child>
</template>
</interface>