summaryrefslogtreecommitdiff
path: root/testsuite/tools/simplify-data-3to4/overlay.expected
blob: a37d2ab8b568637ddf2062feb7c68bfbb705cfb4 (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>
  <requires lib="gtk" version="3.0"/>
  <object class="GtkOverlay">
    <child type="overlay">
      <object class="GtkButton" id="button">
        <property name="can-target">0</property>
        <property name="icon-name">document-new</property>
      </object>
    </child>
    <property name="child">
      <object class="GtkLabel" id="label">
        <property name="visible">0</property>
      </object>
    </property>
  </object>
</interface>