summaryrefslogtreecommitdiff
path: root/testsuite/gtk/ui/container7.ui
blob: 436e4a68e1ed5c7a7ffd4419e10983b627b23363 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- invalid container packing attribute -->
<interface>
  <object class="GtkBox">
    <child>
      <object class="GtkLabel" id="widget1"/>
      <packing try="this">
      </packing>
    </child>
  </object>
</interface>