blob: 04d35bfb9acd94f663cdb00e28318a0b65ce2f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- invalid packing element -->
<interface>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="widget1"/>
<packing>
<warbl/>
</packing>
</child>
</object>
</interface>
|