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

11 lines
223 B
XML

<!-- invalid container packing attribute -->
<interface>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="widget1"/>
<packing try="this">
</packing>
</child>
</object>
</interface>