blob: 244b9986559c37d392e2e2b817257c0a876d6999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- test invalid cell layout attribute -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<attributes>
</attributes>
<warbl/>
</child>
</object>
</interface>
|