blob: e489ed80c41a432f3f3cdee921dd82b5fe6d6978 (
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="decorated">0</property>
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">GREEN
<a href="http://www.gtk.org">GREEN</a></property>
<property name="use_markup">1</property>
</object>
</child>
</object>
</interface>
|