gtk2/testsuite/gtk/ui/container2.ui
2015-04-27 01:15:22 -04:00

12 lines
241 B
XML

<!-- invalid child property attribute -->
<interface>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="widget1"/>
<packing>
<property food="good"/>
</packing>
</child>
</object>
</interface>