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