summaryrefslogtreecommitdiff
path: root/testsuite/reftests/link-coloring.ui
blob: 8c8bc69755ee9fd424f16ff6ab4987268fe56e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="decorated">0</property>
    <child>
      <object class="GtkBox" id="box1">
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkLabel" id="label1">
            <property name="label" translatable="yes">A &lt;a href=&quot;http://www.gnome.org&quot;&gt;link&lt;/a&gt; to the &lt;a href=&quot;http://www.gnome.org&quot;&gt;GNOME&lt;/a&gt; website</property>
            <property name="use_markup">1</property>
          </object>
        </child>
        <child>
          <object class="GtkLinkButton" id="linkbutton1">
            <property name="label" translatable="yes">A normal link</property>
            <property name="receives_default">1</property>
            <property name="has-frame">0</property>
            <property name="uri">http://gnome.org</property>
          </object>
        </child>
        <child>
          <object class="GtkLinkButton" id="linkbutton2">
            <property name="label" translatable="yes">A visited link</property>
            <property name="receives_default">1</property>
            <property name="has-frame">0</property>
            <property name="uri">http://gnome.org</property>
            <property name="visited">1</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>