blob: 6fced19d7ef96f1e8664b3621ed89a86041e98c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="SchistWindow" parent="GtkApplicationWindow">
<property name="title">schist</property>
<property name="default-height">560</property>
<property name="default-width">1080</property>
<child>
<object class="GtkLabel">
<property name="label">Hello, world!</property>
</object>
</child>
</template>
</interface>
|