forked from AuroraMiddleware/gtk
d416f352ad
These tests check various error conditions in GtkCellLayout custom tags.
13 lines
307 B
XML
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>
|