summaryrefslogtreecommitdiff
path: root/testsuite/a11y/link.ui
blob: 2777a6929c4b11581a719a6d9567bc8476b5cf01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkWindow" id="window1">
    <property name="can_focus">False</property>
    <property name="type">popup</property>
    <child>
      <object class="GtkLinkButton" id="button1">
        <property name="label" translatable="yes">Hello World!</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="uri">http://www.gtk.org</property>
        <property name="visited">True</property>
      </object>
    </child>
  </object>
</interface>