blob: 7b2f37399b601220c0ed6f6c1510b6a76851bebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="width_request">400</property>
<property name="height_request">300</property>
<property name="decorated">0</property>
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Hello World</property>
</object>
</child>
</object>
</interface>
|