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

<!-- test invalid cell layout attribute -->
<interface>
<object class="GtkIconView">
<child>
<object class="GtkCellRendererText">
</object>
<attributes>
<warbl/>
</attributes>
</child>
</object>
</interface>