summaryrefslogtreecommitdiff
path: root/testsuite/gtk/ui/container2.ui
blob: 81a41a677c04414a30d4c64c8cb2cf9b03e1c4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- invalid child property attribute -->
<interface>
  <object class="GtkBox">
    <child>
      <object class="GtkLabel" id="widget1"/>
      <packing>
        <property food="good"/>
      </packing>
    </child>
  </object>
</interface>