gtk2/testsuite/gtk/ui/celllayout7.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
261 B
XML

<!-- test invalid cell layout custom element -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<cell-packing>
<warbl/>
</cell-packing>
</child>
</object>
</interface>