2013-11-04 15:34:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="label" translatable="yes">A <span color="blue" underline="single">link</span> to the <span color="blue" underline="single">GNOME</span> website</property>
|
|
|
|
<property name="use_markup">1</property>
|
2013-11-04 15:34:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label2">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="label" translatable="yes"><span color="blue" underline="single">A normal link</span></property>
|
|
|
|
<property name="use_markup">1</property>
|
2013-11-04 15:34:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label3">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="label" translatable="yes"><span color="purple" underline="single">A visited link</span></property>
|
|
|
|
<property name="use_markup">1</property>
|
2013-11-04 15:34:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|