1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="adw" version="1.0"/>
<template class="ApostrophePreviewWindow" parent="AdwApplicationWindow">
<property name="default-width">800</property>
<property name="default-height">600</property>
<child>
<object class="GtkBox" id="preview_box">
<property name="orientation">vertical</property>
<child>
<object class="AdwHeaderBar">
</object>
</child>
</object>
</child>
</template>
</interface>
|