blob: 56115658feb038839371353407f39859bc504ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Hello World</property>
</object>
</child>
</object>
</interface>
|