gtk2/testsuite/gtk/ui/celllayout6.ui
Matthias Clasen d416f352ad Add tests for the GtkCellLayout builder parser
These tests check various error conditions in GtkCellLayout
custom tags.
2015-04-27 01:15:22 -04:00

13 lines
307 B
XML

<!-- 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>