blob: 7e574500e339bdff5ef6005fde512fc782914a11 (
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>
<warbl/>
</attributes>
</child>
</object>
</interface>
|