blob: 46d29e6ae9a26d52e59807684bf638f898c22b56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- test invalid cell layout custom attribute value -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<cell-packing>
<property name="name" food="food">1</property>
</cell-packing>
</child>
</object>
</interface>
|